How do I set up CI Webhooks?
Set up webhooks to automatically send Conversation Intelligence call data to a CRM or other systems.
Last updated
{
"version": "1",
"call": {
"id": "pbx-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"from": "441614960000",
"to": "441614960001",
"startTime": "2026-04-08T09:22:41.663Z",
"endTime": "2026-04-08T09:24:04.329Z",
"duration": 82666,
"direction": "IN",
"users": [
{
"userId": "w0",
"accountId": "1234567",
"fullUserId": "1234567w0",
"firstName": "Jamie",
"lastName": "Smith",
"fullName": "Jamie Smith"
}
],
"channel": {
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"name": "Support Channel"
}
},
"assist": {
"provider": {
"llm": "AZURE"
},
"transcription": {
"content": "Caller: Hi, I'm calling about my contract. I received an invoice last week that was higher than expected.\nCallee: Hello, I'd be happy to look into that. Could you give me your customer number?\nCaller: Yes, it's 12345. I'd also like to know if I can switch tariffs.\nCallee: I can see the invoice. The amount is correct as an add-on package was booked. We can of course arrange a tariff change. I'll send you the options by email.",
"chunks": [
{
"speaker": "CALLER",
"startTime": 3200,
"endTime": 12400,
"content": "Hi, I'm calling about my contract. I received an invoice last week that was higher than expected."
},
{
"speaker": "CALLEE",
"startTime": 13100,
"endTime": 18900,
"content": "Hello, I'd be happy to look into that. Could you give me your customer number?"
},
{
"speaker": "CALLER",
"startTime": 19500,
"endTime": 26300,
"content": "Yes, it's 12345. I'd also like to know if I can switch tariffs."
},
{
"speaker": "CALLEE",
"startTime": 27000,
"endTime": 40100,
"content": "I can see the invoice. The amount is correct as an add-on package was booked. We can of course arrange a tariff change. I'll send you the options by email."
}
]
},
"callScenarios": null,
"callHeadline": {
"content": "Invoice query and tariff change"
},
"summary": {
"content": "The customer called about an unexpectedly high invoice. The amount was correct because an add-on package was active. A tariff change was also discussed, with options to be sent by email.",
"keyPoints": [
"The invoice was correct — the higher amount resulted from a booked add-on package.",
"The customer wants to change their tariff.",
"The available tariff options will be sent by email."
],
"topics": [
"Invoice",
"Add-on package",
"Tariff change"
]
},
"actionItems": [
{
"content": "Send tariff options to the customer by email."
},
{
"content": "Check the add-on package and cancel it if necessary."
}
],
"smallTalkItems": [
{
"topic": "Greeting",
"description": "Both participants greeted each other at the start of the call."
}
]
}
}