Mailjet source
Overview
The Mailjet source connector connects to the Mailjet REST API using an API key and secret key.
Status / availability
This connector is currently in development:
- Authentication (credential validation) is implemented.
- Schema discovery returns an empty catalog.
- Data extraction is not yet implemented and will fail with an “in development” error.
Authentication
Mailjet uses HTTP Basic Auth:
- Username:
api_key - Password:
secret_key
Create Mailjet API credentials
- Sign in to your Mailjet account.
- Navigate to Account settings → REST API (or API keys).
- Create or copy an API Key and Secret Key.
Setup
- In your workspace, add a new Mailjet source.
- Enter your credentials:
- API key
- Secret key
- Save and test the connection.
During the connection test, the connector validates credentials by calling:
GET https://api.mailjet.com/v3/REST/user
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Mailjet API key used as the Basic Auth username. |
secret_key | string | Yes | Mailjet secret key used as the Basic Auth password. |
Streams
No streams are currently exposed. Catalog discovery returns an empty catalog, and extraction is not yet available.