Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your bot ID.
Path Parameters
Conversation id
Body
application/json
Conversation data
Tags for the Conversation
Response
Returns an updated Conversation object if a valid identifier was provided. Returns an error otherwise
The Conversation object represents an exchange of messages between one or more users. A Conversation is always linked to an integration's channels. For example, a Slack channel represents a conversation.