Versions Compared

Key

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

...

Paste code macro
languagejson
titleCDR Object
{
 "type": <string>,
 "payload":{
     "user_id": <integer>,
     "campaign_id": <integer>,
     "status_id": <integer>,
     "status": <string>,
     "break_name": <string>
 }
}

Values

KeyField

Type

Description

type

string

The type of notificaiton.

Payload Data

user_id

integer

The ID of the user.

campaign_id

integer

The ID of the camapign.

status_id

integer

The ID of the status.

status

string

The name of the status.

break_name

string

The break name the agent is on.
Break

Lunch

Meeting

Other

Bio