Send a message in a conversation
send_dmSend a message in a conversation as the account. Only inside the 24-hour window after the person's last message; outside it the call is refused with window_closed and nothing can be done until they write again. On a mention thread (Threads) this posts a public reply. Pass draftId to send an AI draft that was waiting for approval. Sending pauses automations on that conversation for 30 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Conversation id from list_conversations. | |
| text | No | ||
| draftId | No | Message id of an AI draft to send instead of new text. | |
| mediaId | No | Optional media id from media_presign. | |
| workspaceId | No | Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again. |