Mailmodo
Mailmodo is currently available as a Reverse ETL destination for validating credentials, but loading/syncing records is still in development.
Setup
- In Mailmodo, generate an API key.
- In your workspace, create a new Reverse ETL destination and select Mailmodo Audiences.
- Paste your API key into the destination configuration.
Authentication
Mailmodo uses an API key sent on each request.
- Header:
X-API-KEY: <your_api_key>
During destination setup, we validate credentials by calling the Mailmodo Lists endpoint:
GET https://api.mailmodo.com/api/v1/lists
If the API key is invalid, credential validation fails.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Mailmodo API key. Used as the X-API-KEY request header. |
Hashing and normalization
This destination does not currently expose field-level hashing controls.
Data contract
Not yet available. The Mailmodo Audiences destination load/sync behavior is still in development.
Streams / objects
Not yet available. The connector currently supports credential validation only and does not yet load data into Mailmodo.