Zoho Send Attachment

Sends an email reply on a Zoho Desk ticket with a file attachment. Use it to email the customer a document from a flow.

What it does

  • Uploads the base64 file to Zoho Desk.
  • Sends an email reply on the ticket with the attachment included.
  • Returns whether the reply was sent.

Notes

  • Ticket Number is the customer-facing ticket number, not the internal resource ID.
  • The file is provided as base64 content.

Inputs

NameTypeDescription
Ticket NumberStringTicket Number
Organisation IDStringOrganisation ID
Access TokenString (sensitive)Zoho access token
User EmailStringUser or recipients email
Sender EmailStringsent from email
Message contentStringemail message content
File in base64Stringfile in base64

Outputs

NameTypeDescription
SuccessBooleanWhether the message was successfully sent

Notes

API reference