Skip to main content

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:// or https://).
  • 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:

  • username
  • password

During credential validation, the connector makes a request to:

  • GET {base_url}/api/segments

If the request fails (non-2xx response), validation fails.

Configuration

FieldTypeRequiredDescription
base_urlstringBase URL of your Mautic instance. Must start with http:// or https://. Trailing slashes are ignored. Example: https://mautic.example.com
usernamestringMautic username used for Basic Auth.
passwordstringMautic 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.