MailWizz
Overview
The MailWizz Audiences destination lets you connect to a MailWizz instance using its API key. This destination is currently in development: credentials can be validated, but loading/syncing data is not yet available.
Setup
- Ensure you have access to your MailWizz installation URL (for example,
https://mail.example.com). - Generate or obtain a MailWizz API key with access to the Lists API.
- In your workspace, create a new destination and select MailWizz Audiences.
- Enter the configuration fields below and run a connection test.
Authentication
MailWizz authentication is performed using an API key sent in the X-Api-Key header.
During credential validation, the connector calls:
GET {base_url}/api/index.php/lists?format=json
If this request succeeds, the credentials are considered valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
base_url | string | Yes | Base URL of your MailWizz instance. Must start with http:// or https://. Trailing slashes are ignored. Example: https://mail.example.com |
api_key | string | Yes | MailWizz API key used for requests (sent as X-Api-Key). |
Streams / objects
This destination is intended to load audience-related data into MailWizz, but loading is not yet implemented.
Hashing and normalization
This destination does not currently expose field-level hashing options.
Data contract
Not yet available. The MailWizz Audiences destination is still in development and does not currently load records.