Manage
Send a new message to a user
Creates a new message for a DM Conversation with a participant user by ID
POST
/
2
/
dm_conversations
/
with
/
{participant_id}
/
messages
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
participant_id
string
requiredThe ID of the recipient user that will receive the DM.
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[]