plunk_send_transactional
Send transactional emails by providing a subject and body, or use a template UUID to deliver pre-designed messages.
Instructions
Send a transactional email. Provide subject+body OR a template UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email, object, or array | |
| body | No | HTML or text body. Required unless template is provided. | |
| data | No | Variables for template/body interpolation. | |
| from | No | Sender. Optional — falls back to the project's default sender when omitted. | |
| name | No | Sender display name (legacy field). | |
| reply | No | ||
| headers | No | ||
| subject | No | Subject line. Required unless template is provided. | |
| template | No | Template UUID to use instead of subject/body. | |
| subscribed | No | ||
| attachments | No |