reply_to_conversation
Send a public reply in a support conversation visible to the visitor. Resolve conversation ID first with list_conversations.
Instructions
Send a reply into a support conversation and return the sent message. This message IS VISIBLE TO THE VISITOR in the chat widget — it goes out as you (the member who owns this token), so use add_note instead for internal triage. Resolve the conversation_id first with list_conversations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Reply text the visitor will see. | |
| conversation_id | Yes | Conversation id, from list_conversations. |