Versions Compared

Key

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

...

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

...

Field

Key

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

DNIS

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.