Mailtrap source
Overview
The Mailtrap source connector connects to the Mailtrap API using an API token.
Status / availability
This connector is currently in development:
- Connection (credential validation) is implemented.
- Schema discovery returns an empty catalog.
- Data extraction is not yet available.
Setup
Prerequisites
- A Mailtrap account
- A Mailtrap API token with access to your account
Create an API token in Mailtrap
- Log in to Mailtrap.
- Create or locate an API token in your Mailtrap account settings.
- Copy the token value (you’ll paste it into the connector configuration).
Authentication
Mailtrap uses Bearer token authentication.
The connector sends requests to the Mailtrap API with:
Authorization: Bearer <api_token>
During credential validation, the connector calls:
GET https://mailtrap.io/api/accounts
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Mailtrap API token used for Bearer authentication. |
Streams
No streams are currently exposed.
- Discovery: returns an empty catalog.
- Extraction: not yet implemented.
Limitations
- This connector cannot currently sync data (extraction is still in development).
- No objects/streams are available yet.