Skip to main content

Fields

account : AccountType

If known, this is the account that a call is about. For inbound calls, we attempt to identify the account based on the phone number of the incoming call. For outbound calls, the account will be automatically set if the call was initiated from an account page. For all call types, the account can be updated, for example to correct a misidentification of an incoming call.

id : ID! required

The ID of the call.

metadata : [CallMetadataItemType]! required

Metadata related to the call, for example metrics or data passed via an interactive voice response (IVR).

tags : [CallTagType]! required

Tags that have been applied to the call, for example during call wrap-up.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "account": AccountType, "id": "37572905", "metadata": [CallMetadataItemType], "tags": [CallTagType] }