Versions Compared

Key

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

...

User Status Notification

The User Status Notification is a structured message format that facilitates the real-time communication of user status updates within an omni-channel campaign. It includes essential details like user and campaign identification, status information, and context, enabling systems and applications to respond appropriately to the user's progress or changes in status.

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

...

Field

Key

Type

Description

type

string

The type of notificaiton.

Payload Data

user_id

int

integer

The ID of the user.

campaign_id

int

integer

The ID of the camapign.

status_id

int

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