Send an Email
POST /api/v1/send — send a transactional email immediately.
Request
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
to | string | yes | Recipient email address |
subject | string | yes | Email subject |
html | string | one of html/text | HTML body |
text | string | one of html/text | Plain-text fallback body |
type | string | no | invite | notification | alert | digest — changes the "From" address/label |
Response
data.id is the id of the created send record — use it with Check Send Status to poll for delivery outcome, or find it later in the project's Logs tab.