Setup
Enable this webhook using the API:Retry behavior
If your endpoint returns a non-2xx status, Intellixent retries automatically:| Attempt | Delay |
|---|---|
| 1st retry | 30 seconds |
| 2nd retry | 60 seconds |
| 3rd retry | 120 seconds |
Payload fields
UUID of the conversation.
UUID of the assistant that handled the conversation.
Conversation channel:
widget or whatsapp.Total number of messages exchanged.
Always
ended for this webhook.Variables extracted by the AI from your post-call schema configuration.
Variables passed to the assistant at conversation start (e.g., pre-chat form fields).
Array of message objects with
role (assistant or user) and content fields.Human-readable transcript with
AI: and Customer: prefixes.Customer phone number. Available for WhatsApp;
null for widget.Customer name from pre-chat form data, or
null.WhatsApp sender info. Only present for WhatsApp conversations;
null for widget.ISO 8601 timestamp when the conversation started.
ISO 8601 timestamp when the conversation ended.
Example payloads
- Web Widget
- WhatsApp