reply_conversation
Send a reply to an Intercom conversation as an admin. Use this to provide a customer-facing response, supporting HTML formatting for rich messages. Requires conversation ID and message body.
Instructions
Reply to an Intercom conversation as an admin. Use this to send a message visible to the customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | The conversation ID to reply to (required) | |
| body | Yes | The reply message body (required). Supports HTML. | |
| admin_id | No | Admin ID to reply as (optional, defaults to INTERCOM_ADMIN_ID env var) |