Webhook
Webhook Overview
To receive information after the call, add a Webhook URL to your campaign.
Configure a Webhook
- Navigate to the Settings of the specific campaign you want to configure.
- Scroll to the bottom of the settings window.
- Click on ‘Add Webhook URL’.
- Enter the URL where you want the Webhook data to be sent.
- Select the call statuses where on which the webhook will be triggered.
- Click on ‘Save changes’ located at the top right of the window
Possible Event triggers
Webhook Response Example
webhook.json
Webhook Fields Description
Field | Description |
---|---|
createdAt | Timestamp when the call was initiated in ISO 8601 format. |
phoneFrom | Phone number from which the call originated. |
status | Composite status of a call. It includes the call status, the reason for call hang up, and the candidate status. Call progress status:
Call connection status:
Contact response to call:
|
callStatus | Call status:
|
postProcessStatus | Candidate status for that call:
|
events | Details about specific call events:
|
webhookUrl | URL to which the Webhook data is sent post-call. |
webhookEvent | Event related to the webhook trigger:
|
webhookEvents | List of selected events for triggering the webhook. |
hangUpReason | Reason for the call termination:
|
duration | Duration of the call with Voxia’s agent in seconds. |
totalDuration | Total duration of the call including the forwarded call duration in seconds. |
contactStatus | Object indicating the contact’s preferences:
|
summary | Object summarizing the Key Questions made during the call. |
campaign | Information about the campaign associated with the call:
|
id | Unique identifier for the call. |
contact | Details about the person contacted:
|
twilio | Twilio information:
|
organizationId | Unique identifier for the organization. |
transcript | Array of dialogue exchanges during the call, with each entry detailing the content spoken and the role of the speaker. |
interested | Object detailing whether the caller expressed interest in the services:
|
isTestCall | Boolean indicating if the call was a test call. |
slackUrl | Webhook Url if the account is integrated with Slack |