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

ParameterDescription
toEmail recipient(s)
subjectEmail subject
bodyMessage body (text or HTML)
attachmentsList of file paths to attach

Full pipeline: data → report → email

  1. read_file reads the monthly sales CSV
  2. AI calculates metrics and generates report content
  3. write_file creates the report.xlsx or report.pdf file
  4. 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.