Represents a phone call in Intercom
The id of the conversation associated with the call, if any.
Example:"456"
The id of the contact associated with the call, if any.
Example:"6762f0dd1bb69f9f2193bb83"
initiated_atstring (string) or integer (integer)(datetime)
One of:
A date and time following the ISO8601 notation.
string (date-time)(string)
answered_atstring (string) or integer (integer)(datetime)
One of:
A date and time following the ISO8601 notation.
string (date-time)(string)
ended_atstring (string) or integer (integer)(datetime)
One of:
A date and time following the ISO8601 notation.
string (date-time)(string)
created_atstring (string) or integer (integer)(datetime)
One of:
A date and time following the ISO8601 notation.
string (date-time)(string)
updated_atstring (string) or integer (integer)(datetime)
One of:
A date and time following the ISO8601 notation.
string (date-time)(string)
API URL to download or redirect to the call recording if available.
Example:"https://api.intercom.io/calls/123/recording"
API URL to download or redirect to the call transcript if available.
Example:"https://api.intercom.io/calls/123/transcript"
- string
- integer
{ "type": "call", "id": "123", "conversation_id": "456", "admin_id": "789", "contact_id": "6762f0dd1bb69f9f2193bb83", "state": "completed", "initiated_at": "2019-08-24T14:15:22Z", "answered_at": "2019-08-24T14:15:22Z", "ended_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "recording_url": "https://api.intercom.io/calls/123/recording", "transcription_url": "https://api.intercom.io/calls/123/transcript", "call_type": "phone", "direction": "outbound", "ended_reason": "completed", "phone": "+15551234567", "fin_recording_url": "http://example.com", "fin_transcription_url": "http://example.com" }