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