Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This function calls the CT7 url configured to end a chat.

Method: HTTP POST

Authorization: BEARER

Request Body:

Type: JSON

Name

Mandatory

Type

Description

Example:

Request Body

{
  cid: contact.id,
  event: "end",
  serv_name: contact.serv_name,
  beginTime: contact.beginTime,
  endTime: contact.endTime,
  title: contact.title,
  lang: contact.lang,
  userID: contact.userID,
  users: contact.users,
  dataCollections: contact.dataCollections,
  widgetid: contact.widgetid
}
  • No labels