createConversation
Creates a new Conversation. When creating a new Conversation, the required tags must be provided. See the specific integration for more details.
POST
Body
application/json
Conversation data
Channel name
Maximum length:
200
Tags for the Conversation
[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.
Maximum length:
200
Response
201
application/json
Returns a [Conversation](#schema_conversation) object if creation succeeds. Returns [an error](#errors) 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.
Was this page helpful?