Send an email
nylas_send_messageSENDS a real email via the connected account. This dispatches an actual message. Nylas v3: POST /v3/grants/{grant_id}/messages/send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email addresses (array of strings). | |
| to | Yes | Recipient email addresses (array of strings). | |
| bcc | No | BCC email addresses (array of strings). | |
| body | No | Email body (HTML or plain text). | |
| subject | No | Email subject line. | |
| grant_id | No | Connected-account grant id. Overrides NYLAS_GRANT_ID for this call. | |
| reply_to_message_id | No | Id of the message this is a reply to. |