I received your notice regarding the deprecated Phone Number API fields. I am currently using Retell for my AI receptionist service, integrated with Make.com webhooks and Google Sheets for call logging.
To ensure our service doesn’t break, could you please clarify the following:
Specific Fields: Which specific fields in our current configuration are flagged as deprecated?
Migration Guide: Could you provide the specific documentation or migration guide for the new API version?
Deadline: What is the exact date when the old fields will stop functioning entirely?
Webhook Impact: Will this change affect webhook payloads, or only direct API calls?
We want to get this updated immediately to avoid any downtime.
Deprecated Fields: The following single-agent fields are deprecated across Create/Import/Update/Get/List Phone Number APIs:
inbound_agent_id, inbound_agent_version
outbound_agent_id, outbound_agent_version
inbound_sms_agent_id, inbound_sms_agent_version
outbound_sms_agent_id, outbound_sms_agent_version
Migration: Replace them with weighted agent lists (inbound_agents, outbound_agents, inbound_sms_agents, outbound_sms_agents). For a single agent, use a list with one entry and weight: 1. Example:
Deadline:March 31, 2026. Existing data is auto-converted, but the old fields will no longer be supported after this date.
Webhook Impact: The deprecation notice specifically mentions the Phone Number API endpoints (Create, Import, Update, Get, List).However, if your Make.com webhooks reference any of these deprecated fields when calling those APIs, you’ll need to update those calls.