Create Conversation
Creates a conversation.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
type
Allowed values:
brand
The brand associated with the conversation.
channels
Channel IDs of the conversation.
custom_fields
Application-defined custom fields.
custom_schema_spec
Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.
description
Description for the conversation.
group
The group that the conversation is associated with.
is_spam
Whether the conversation is spam.
members
The users in the conversation.
messages
Initial messages on the conversation.
metadata
owned_by
The users that own the conversation.
source_channel
Whether the conversation is from a source channel.
source_channel_v2
Source channel ID of the conversation.
stage
Sets an object's initial stage.
title
The title for the conversation.
user_sessions
The IDs of user sessions associated with the conversation.
Response
The response to creating a new conversation.
conversation