POST /2/chat/conversations/{id}/messages

Sends an encrypted message to a specific Chat conversation. For 1:1 conversations, provide the recipient's user ID; the server constructs the canonical conversation ID from the authenticated user and recipient.

Servers

Path parameters

Name Type Required Description
id String Yes

The recipient's user ID for a 1:1 conversation, or a group conversation ID (prefixed with 'g').

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
encoded_message_event_signature String No

Base64-encoded Thrift MessageEventSignature for message verification.

message_id String Yes

Unique identifier for this message.

encoded_message_create_event String Yes

Base64-encoded Thrift MessageCreateEvent containing encrypted message contents.

conversation_token String No

Optional conversation token.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.