Mautic
This connector lets you configure Mautic as a destination. It currently supports credential validation during setup, but destination loading is still in development.
Setup
Before configuring the connector, make sure you have:
- The base URL of your Mautic instance (must start with
http://orhttps://). - A Mautic username and password that can access the Mautic API.
- Network access from your workspace to your Mautic instance.
Authentication
This connector uses HTTP Basic Authentication with:
usernamepassword
During credential validation, the connector makes a request to:
GET {base_url}/api/segments
If the request fails (non-2xx response), validation fails.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
base_url | string | ✅ | Base URL of your Mautic instance. Must start with http:// or https://. Trailing slashes are ignored. Example: https://mautic.example.com |
username | string | ✅ | Mautic username used for Basic Auth. |
password | string | ✅ | Mautic password used for Basic Auth. |
Streams
This is a destination connector. Stream support and record loading behavior are not yet available.
Hashing and normalization
This destination connector does not currently expose field-level hashing options.
Data contract
A destination data contract is not yet published for this connector because loading is still in development.