send_email_with_attachments
Send an email with file attachments through Zoho Mail by providing sender, recipient, subject, content, and attachment details.
Instructions
Send email with attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| subject | Yes | ||
| account_id | Yes | ||
| cc_address | No | ||
| to_address | Yes | ||
| attachments | Yes | ||
| 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 |