Call Updated
Sometimes call details are updated after they are created, and such updates will trigger a "call_updated" webhook event.
Parameters
Parameter | Type | Description |
---|---|---|
EventType | string | Has the value “call_updated” for this event |
call_id | string | A unique identifier for this call. Example: 11-312298b3-12a342 |
updated_properties | object | Fields updated or added |
date | datetime | ISO 8601 Formatted date string |
updated_properties
This event will fire when certain properties of a call are added or updated. Any field of a call can be updated throughout the call.
The list below displays an example of two updated properties, but any property of the call details object can be included in this event.
Parameter | Circumstances |
---|---|
from_cnam | from_cnam will often receive an update after the initial call_created event |
spam_score | When a call's spam_score is determined, this field will be updated. |