Reply to ticket
freshdesk_reply_ticketAdd a public reply to a ticket (sent to the requester). Freshdesk REST: POST /tickets/{id}/reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ticket id to reply to. | |
| body | Yes | The reply content, HTML (required). | |
| cc_emails | No | Emails to CC on the reply. | |
| bcc_emails | No | Emails to BCC on the reply. |