send_message
Send an email with formatted content and a subject line to a specified recipient.
Instructions
Send a message to a specified recipient, such as an email with formatted content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Select the type of message to send, such as 'Email'. | |
| to | Yes | Enter the recipient's address, such as 'john.doe@example.com' for emails. | current_user |
| email_addresses | No | Enter each email on a new line | |
| subject | No | Provide a subject line for the email such as New message from {{agent.name}} | |
| output_formatted | Yes | Provide the message content, such as 'Hello, your order is confirmed!' or formatted HTML for emails. |