Connectors
MailerSend
Connect MailerSend to keep your existing sending domain while managing templates and governance in GenieOS.
Use the MailerSend connector when your team already sends transactional mail through MailerSend and wants GenieOS to own authoring, approvals, schemas, and send audit trails.
Before you start
- Create a MailerSend API token with email sending permissions.
- Verify the sending domain in MailerSend.
- Keep access to the MailerSend dashboard for webhook configuration.
Setup
sequenceDiagram
participant Admin as Workspace admin
participant MG as GenieOS
participant MS as MailerSend
participant User as Recipient
Admin->>MS: Create API token
Admin->>MG: Install MailerSend connector
MG->>MS: Test token and sending domain
MG->>MS: Send message via API
MS->>User: Deliver email
MS->>MG: Delivery webhook events- Open Settings -> Connectors and choose MailerSend.
- Paste the MailerSend API token.
- Enter the sending domain and default sender details.
- Copy the GenieOS webhook URL and signing secret.
- Add the webhook in MailerSend, then send a connector test.
Capabilities
| Capability | Support |
|---|---|
| Transactional sends | Yes |
| Broadcast sends | Yes |
| Attachments | Provider limits apply |
| Inline images | Provider limits apply |
| Webhooks | Delivery, bounce, complaint, open, click, unsubscribe events where enabled |
| Suppressions | Imported from webhook events; GenieOS suppressions checked before send |
Webhooks and suppressions
MailerSend webhooks should point at the webhook URL shown in the connector success screen. Enable delivery, bounce, complaint, open, click, and unsubscribe events if they are available in your MailerSend plan.
Troubleshooting
401or403during testing usually means the API token is missing required scopes or belongs to the wrong MailerSend workspace.- Domain errors usually mean the
fromaddress does not match a verified MailerSend domain. - Missing opens and clicks often mean tracking is disabled in MailerSend.
Rotate the connector secret in GenieOS whenever you rotate the MailerSend API token.