Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Paste code macro
languagejson
titleInbound Call Object
{
 "type": <string>,
 "payload":{
    "call_id": <integer>,
    "phone_number": <string>,
    "DNIS": <string>,
    "reference_id": <string>,
    "call_direction": <string>,
    "user_id": <integer>,
    "campaign_id": <integer>,
    "list_id": <integer>,
    "call_type": <integer>
 }
}

Values

KeyField

Type

Description

type

string

The type of notification.

Payload Data

call_id

int

The ID of the call the notification is for.

phone_number

string

The phone number of the caller.

number_called

string

The Inbound Number which was dialled by the customer, this will only be present on inbound calls.

reference_id

string

The external reference ID.

call_direction

string

The direction of the call either inbound or outbound.

user_id

string

The ID of the user.

campaign_id

int

The ID of the campaign.

list_id

int

The ID of the list.

call_type

int

The ID for the type of call.