Mailercloud
Introduction
The Mailercloud connector lets you connect to Mailercloud using an API key.
This connector is currently available as a Reverse ETL destination for Mailercloud Audiences. At this time, the connector supports credential validation but destination loading is still in development.
Setup
Prerequisites
- A Mailercloud account
- A Mailercloud API key with access to the Lists/Audiences endpoints
Create an API key in Mailercloud
In Mailercloud, generate an API key and copy it somewhere secure. You’ll use it to authenticate the connector.
Authentication
This connector authenticates using a Bearer token.
During credential validation, the connector makes a request to:
GET https://cloudapi.mailercloud.com/api/v1/lists
If the request succeeds, the API key is considered valid.
Configuration fields
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Mailercloud API key. Used as a Bearer token for API requests. |
Streams / Objects
Destination: Mailercloud Audiences
- Purpose: Sync records into Mailercloud Audiences (Lists)
- Current status: In development (loading/syncing is not yet available)
Hashing and normalization
This destination does not currently expose field-level hashing controls in the connector configuration.
Data contract
A public data contract for records written to Mailercloud Audiences is not yet available because destination loading is still in development.