Mailgun source
Use the Mailgun source connector to connect to the Mailgun API.
Setup
Prerequisites
- A Mailgun account
- A Private API key (Mailgun API key)
- Your Mailgun region (
USorEU)
Get your Mailgun Private API key
- Log in to Mailgun.
- Navigate to your API keys (typically under Settings or API Security).
- Copy the Private API key.
Authentication
This connector authenticates to Mailgun using HTTP Basic Auth:
- Username:
api - Password: your Private API key
During connection testing, the connector validates credentials by calling:
GET /v3/domains
against the region-specific API base URL.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
region | string | ✅ | Mailgun region. Must be US or EU (case-insensitive; surrounding whitespace is ignored). Determines the API base URL. |
private_api_key | string | ✅ | Your Mailgun Private API key used for Basic Auth. |
Region to API base URL mapping
US→https://api.mailgun.netEU→https://api.eu.mailgun.net
Streams
This connector is currently under development and does not yet expose any streams.
Limitations
- Extraction is not yet implemented. Connection testing (credential validation) is supported, but syncs will fail until extraction is released.