Create a callout event

Creates a chat message or event in the callout conversation with the control centre. The response includes the created calloutEvent and any derived calloutEventTags.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

calloutIdintegerRequired
Callout identifier.

Request

This endpoint expects an object.
sourcestringRequired

Who is sending the event, e.g. customer.

eventstringRequired
The message body to send to the control centre.

Response

Successful.
calloutEventobject
calloutEventTagslist of objects

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error