getOrCreateConversation
Retrieves the Conversation object for a valid identifier. If the conversation does not exist, it will be created.
Body
Channel name
200
Tags for the Conversation
[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.
200
Optional list of tag names to use for strict matching when looking up existing conversations. If provided, all specified tags must match exactly for a conversation to be considered a match. For example, with an existing conversation whose tags are {"foo": "a", "bar": "b", baz: "c"}: Without this parameter, ALL tags must match exactly. With ["bar","baz"], all listed tags must match their values, and other tags are not considered.
Response
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?