send_email
Send an email through Zoho Mail by providing the sender account, recipient address, subject, content, and optional CC/BCC, mail format, encoding, or read receipt.
Instructions
Send an email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| subject | Yes | ||
| encoding | No | UTF-8 | |
| account_id | Yes | ||
| cc_address | No | ||
| to_address | Yes | ||
| ask_receipt | No | no | |
| bcc_address | No | ||
| mail_format | No | html | |
| from_address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response data | |
| error | No | Error message if any | |
| success | Yes | Whether the operation was successful | |
| status_code | No | HTTP status code |