MailerSend integration (Communication, Marketing). Imported from open-connector.
https://api.mailersend.com/v1/email
| Param | Type | Required | Description |
|---|---|---|---|
| from | object | required | Sender object accepted by the MailerSend email API. |
| to | array | required | Primary recipients. |
| cc | array | optional | Carbon copy recipients. |
| bcc | array | optional | Blind carbon copy recipients. |
| reply_to | object | optional | Sender object accepted by the MailerSend email API. |
| subject | string | required | Email subject line. |
| text | string | optional | Plain-text email body. |
| html | string | optional | HTML email body. |
| tags | array | optional | Tags attached to the email. |
| variables | array | optional | Variable substitution payloads accepted by MailerSend. |
| personalization | array | optional | Per-recipient personalization payloads. |
| attachments | array | optional | Attachments included with the email. |
| send_at | string | optional | Datetime string that schedules the email for future delivery. |
/v1/messages
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request from the MailerSend API. |
| limit | integer | optional | Maximum number of items to return per page. |
| status | string | optional | Message status filter. |
| from | string | optional | Sender email filter. |
| to | string | optional | Recipient email filter. |
| subject | string | optional | Message subject filter. |
| domain_id | string | optional | MailerSend domain ID. |
/v1/messages/{message_id}
| Param | Type | Required | Description |
|---|---|---|---|
| message_id | string | required | MailerSend message ID. |
/v1/domains
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request from the MailerSend API. |
| limit | integer | optional | Maximum number of items to return per page. |
| name | string | optional | Domain name filter. |
/v1/domains/{domain_id}
| Param | Type | Required | Description |
|---|---|---|---|
| domain_id | string | required | MailerSend domain ID. |
/v1/domains/{domain_id}/recipients
| Param | Type | Required | Description |
|---|---|---|---|
| domain_id | string | required | MailerSend domain ID. |
| page | integer | optional | Page number to request from the MailerSend API. |
| limit | integer | optional | Maximum number of items to return per page. |
/v1/domains/{domain_id}/dns-records
| Param | Type | Required | Description |
|---|---|---|---|
| domain_id | string | required | MailerSend domain ID. |
/v1/domains/{domain_id}/verify
| Param | Type | Required | Description |
|---|---|---|---|
| domain_id | string | required | MailerSend domain ID. |
/v1/templates
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request from the MailerSend API. |
| limit | integer | optional | Maximum number of items to return per page. |
/v1/templates/{template_id}
| Param | Type | Required | Description |
|---|---|---|---|
| template_id | string | required | MailerSend template ID. |
/v1/identities
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request from the MailerSend API. |
| limit | integer | optional | Maximum number of items to return per page. |
| domain_id | string | optional | MailerSend domain ID. |
/v1/identities/{identity_id}
| Param | Type | Required | Description |
|---|---|---|---|
| identity_id | string | required | MailerSend sender identity ID. |