Send email
Send email through API
POST
https://api.mailhub.sh/v1/send
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Required | Comment |
---|---|---|---|
| string | Yes | |
| string | string[] | Yes | |
| string | Yes | |
bcc | string[] | No | |
cc | string[] | No | |
reply_to | string[] | No | |
layout_identifier | string | Yes/No | Layout or page identifier
Eg. |
code | string | Yes/No | HTML Code you want to send
Can't be used with |
text | string | No | |
tags | object[] | No | |
language | string | No | Language code (eg. |
attachments | object[] | No |
Example
Last updated