Reply to the customer (SENDS AN EMAIL)
freshdesk_reply_to_customerSend a public reply to a customer on a Freshdesk ticket. Preview the exact email first, then confirm to avoid accidental sends.
Instructions
Send a public reply on a ticket. THIS EMAILS THE REQUESTER and cannot be unsent.
Two-step by design: called without confirm, it returns exactly what would be sent — recipients, subject line, rendered HTML — and sends nothing. Call it again with confirm: true to actually send. A retry or a mistaken tool call therefore costs a preview, not an email to somebody's customer.
If a human is supposed to approve the wording, do not use this at all: put the draft in freshdesk_add_private_note and let them send it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown or plain text; converted to HTML. | |
| confirm | No | false (default) returns a preview. true actually sends the email. | |
| cc_emails | No | ||
| ticket_id | Yes | ||
| bcc_emails | No | ||
| from_email | No | A verified support address on this account; defaults to the ticket's. |