MailerSend (Source)
Overview
The MailerSend source connector lets you connect to the MailerSend API using an API key.
This connector is currently in development. Authentication (credential validation) is implemented, but data extraction and streams are not yet available.
Setup
Prerequisites
- A MailerSend account
- A MailerSend API key with access to your workspace data
Create an API key in MailerSend
- In MailerSend, generate an API key.
- Copy the key value (you’ll paste it into the connector configuration).
Authentication
This connector authenticates using Bearer token authentication with your MailerSend API key.
During connection setup, the connector validates credentials by calling the MailerSend API:
GET https://api.mailersend.com/v1/domains?limit=1
If the request fails, you’ll see an error indicating that MailerSend credential validation failed.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your MailerSend API key used for Bearer authentication. |
Streams
No streams are currently exposed. Extraction is not yet implemented.
Limitations
- Extraction is not available yet: sync runs will fail because the connector is still under development.
- Catalog is empty: no selectable streams are returned at this time.