Stay up to date with the latest changes to Synthflow.
High Frequency Product updates

Sign up to receive all product updates almost as they happen.

Subscribe to updates

This changelog provides granular, real-time updates as changes are released. For a monthly summary of platform changes, see the Synthflow product changelog on our feedback portal.

For live uptime, active incidents, and service health, visit our Status page.


January 22, 2026

Phone Numbers API enhancements

New endpoints have been added and existing endpoints have been updated for managing phone numbers.

New endpoints:

EndpointTitle
GET /numbers/{phone_number_slug}Get a phone number
POST /custom-numbersImport phone number
PATCH /numbers/{phone_number_slug}Update a phone number
DELETE /numbers/{phone_number_slug}Delete a phone number
  • Get a phone number: Retrieve detailed information about a specific phone number, including SIP configuration, capabilities, and attached assistants.
  • Import phone number: Import custom phone numbers for direct SIP dialing scenarios.
  • Update a phone number: Modify phone number configuration including friendly name and SIP settings.
  • Delete a phone number: Remove a phone number from your workspace. For purchased phone numbers, this also cancels the monthly subscription.

Updated endpoints:

EndpointTitle
GET /numbersList phone numbers
  • List phone numbers: Now includes pagination information (total_records, limit, offset) in the response.