Skip to content

Email

The Email Operator enables sending emails to specified recipients. It provides a simple interface for sending text-based emails with customizable subject and body content.

  • Sending notifications to users
  • Delivering reports and summaries
  • Sending alerts for system events
  • Distributing information to stakeholders
  • Sending confirmation messages
  • Automated email responses
  • Scheduled email delivery

Sends an email to one or more recipients.

  • subject: The subject line of the email
  • body: The main content/text of the email
  • recipient: A list of email addresses to send the email to

This operation does not return any data (void). A successful response indicates the email was sent.