Transactional Message — Email¶
The email payload sent when the transactional message is sent.
Endpoint¶
All verbs: /transactional/<transactional>/message/<transactionalmessage>/email
GET¶
Payload: No payload.
Returns: The message email.
POST¶
| Parameter | Type | Description |
|---|---|---|
header_from_name |
string | Human-readable sender name |
header_from |
string | Sender email (domain must be enabled as sending domain) |
subject |
string | Message subject |
message |
string | Message HTML |
block_editor_content |
string (optional) | JSON for block editor content (Unlayer only) |
attachment |
file (optional) | Attachment file |
Returns: The new message email.
PUT¶
Same payload as POST.
Returns: The edited message email.
DELETE¶
Payload: No payload.
Returns: The deleted message email.