Manage
Send a new message to a DM Conversation
Creates a new message for a DM Conversation specified by DM Conversation ID
POST
/
2
/
dm_conversations
/
{dm_conversation_id}
/
messages
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
dm_conversation_id
string
requiredThe DM Conversation ID.
Body
application/json
text
string
requiredText of the message.
Minimum length:
1
attachments
object[]
Attachments to a DM Event.
Response
201 - application/json
data
object
errors
object[]