Saltar al contenido principal

About This Event

The on_call_end webhook is triggered at the conclusion of a call in the Altur platform. This webhook provides detailed information about the call, the agent involved, and the campaign user. Use this webhook to keep your backend or CRM updated with the latest call data.

Event Details

  • Trigger: Automatically triggered at the end of a call.
  • Purpose: To update your backend or CRM with call status, transcript, recording URL, and user information.

Request Details

  • HTTP Method: POST
  • Content Type: application/json
  • Endpoint: The URL you configure in your webhook integration settings.
  • Authentication: Includes the X-Altur-Signature header for HMAC verification.

Payload Example

Here’s an example of the payload sent with the on_call_end event:

Root Fields

Assistant Object

End User Object

Deprecated: The end_user object is deprecated and will be removed in a future version. Please use the campaign_user object instead for campaign-related calls.

Campaign User Object

Response Expectations

Your endpoint should return a 200 OK status code to confirm receipt of the webhook. For information on retry behavior in case of failures, see the Retry Policy section in the Webhook Overview.

Security

Each request includes an HMAC signature in the X-Altur-Signature header. Refer to the Securing Your Webhooks section for instructions on validating webhook requests.

Example Use Cases

  1. CRM Integration Use the on_call_end webhook to update call logs and user interaction data in your CRM system.
  2. Analytics Process transcripts and user status to generate insights or trigger follow-up actions.
  3. Data Enrichment Automatically store extracted data, like account numbers or due dates, in your system for further use.