comm_send
Send a message to a conversation using its routing endpoint. Optionally reply to a specific parent message within that conversation.
Instructions
Reply to / send a message into a conversation. Provide the endpoint from the wake notice (or a bare conversation id), the content text, and optionally replyTo (parent message id) and orgId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgId | No | org to send as (optional; defaults to the single/default org) | |
| content | Yes | message text (markdown auto-detected) | |
| replyTo | No | parent message id to reply to (optional) | |
| endpoint | Yes | conversation routing endpoint (conversationId[|reply:..][|thread:..]) |