Call Tagged
This event is fired when a call is tagged by the Tag action in a call flow.
Parameters
| Parameter | Type | Description |
|---|---|---|
| EventType | string | Has the value “call_tagged” for this event |
| call_id | string | A unique identifier for this call. Example: 11-312298b3-12a342 |
| parent_call_id | string | Id of parent call this call belongs to. |
| from | string | Either a username or E164 number (+ prefixed) |
| from_cnam | string | Cnam of the caller, if available. |
| to | string | Extension dialed by user for outbound, E164 number dialed for inbound. |
| tags | array | Tags assigned to the call |
| date | datetime | ISO 8601 Formatted date string. |