Video Tutorial
You can have multiple Webhook Nodes for a single Voice Agent, if you want to sync the result of the call at multiple places.
Creating the Webhook Payload
The payload can contain a valid JSON, and you can reference variables while constructing that payload. You can reference below variables while constructing the payload.{{workflow_run_id}}Unique ID of the Agent run{{workflow_id}}ID of the Agent{{workflow_name}}Name of the workflow{{initial_context.*}}Initial context variables{{gathered_context.*}}Extracted variables{{cost_info.call_duration_seconds}}Call duration{{recording_url}}Call recording URL{{transcript_url}}Transcript URL