Send an email
send_emailSends a single (transactional) email to one or more addresses. The sender must belong to a verified domain of the workspace — call get_account to see which ones. A suppressed address fails the entire call, with its reason. The email is sent immediately: this action cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient, or list of recipients. | |
| from | Yes | Sending address on a verified domain. "Name <address@domain.com>" format accepted. | |
| html | No | HTML body. | |
| text | No | Plain-text body. At least one of html or text is required. | |
| replyTo | No | Reply-to address. | |
| subject | Yes | Message subject. |