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
calloutId
Callout identifier.
Request
This endpoint expects an object.
source
Who is sending the event, e.g. customer.
event
The message body to send to the control centre.
Response
Successful.
calloutEvent
calloutEventTags
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
