Stay up to date with the latest changes to Synthflow.
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.
Collected Variables (Slots) now available in Post-call Webhooks and Call APIs
The collected_variables field is now included in post-call webhook payloads and call API responses. This field contains collected variables (slots) from your conversation flows, allowing you to access user-provided information programmatically.
Example Response:
Updated endpoints:
Post-call Webhook:
The collected_variables field is now included in the post-call webhook payload when configured.
Notes:
- Each variable has a
value(the collected data) andcollected(boolean indicating successful collection) - The
collected_variablesfield may benullif not available for a specific call - Variables are keyed by agent ID, then by variable name