Webhooks
Function Call
This webhook is triggered when an agent makes a function call.
Payload
Name | Type | Description |
---|---|---|
dial_id | string | The ID of the dial this function call is associated with. |
params | object | Object containing the function call parameters. |
params.args | object | Arguments passed to the function call. |
dial | Dial | The dial that triggered the function call. |