send_email: automatic email sending from Cerewro
The send_email tool allows Cerewro to draft and send emails via SMTP directly from the chat, with support for file attachments generated in the same flow.
Cerewro Chat — Send report
Send the file march_report.xlsx to director@company.com with subject "Monthly Report March 2026"
send_email parameters
| Parameter | Description |
|---|---|
to | Email recipient(s) |
subject | Email subject |
body | Message body (text or HTML) |
attachments | List of file paths to attach |
Full pipeline: data → report → email
- read_file reads the monthly sales CSV
- AI calculates metrics and generates report content
- write_file creates the report.xlsx or report.pdf file
- send_email sends the file to the management team automatically
Requirement: send_email requires the SMTP server to be configured in Cerewro's installation. Check the installation documentation to configure SMTP credentials.