Reply to Support Conversation
reply_to_conversationSend a public reply to a support conversation as the connected member. Provide the conversation ID and reply body; the message goes to the end-user on the conversation's channel.
Instructions
Send a public reply to a support-inbox conversation, as the connected member, and return the result — it goes to the end-user on the conversation's channel. A write. Resolve conversation_id via list_conversations; read the thread with get_conversation before replying. conversation_id and body are required. For an internal-only note use add_note; to close it use resolve_conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Public reply text sent to the end-user (required). | |
| conversation_id | Yes | Conversation id to reply to, from list_conversations (required). |