Purpose
Section titled “Purpose”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.
Use Cases
Section titled “Use Cases”- 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
Supported Operations
Section titled “Supported Operations”send-email
Section titled “send-email”Sends an email to one or more recipients.
Input Parameters
Section titled “Input Parameters”subject
: The subject line of the emailbody
: The main content/text of the emailrecipient
: A list of email addresses to send the email to
Output
Section titled “Output”This operation does not return any data (void). A successful response indicates the email was sent.