Skip to main content

Mailcoach

Overview

The Mailcoach Audiences connector is a Reverse ETL destination for sending data to Mailcoach.

Status

This destination is currently in development. Credential validation is supported, but loading/syncing data is not yet available.

Authentication

Mailcoach Audiences uses Bearer token authentication.

You will need:

  • Base URL: The URL where your Mailcoach instance is hosted (must start with http:// or https://).
  • API token: A Mailcoach API token with access to the Mailcoach API.

During credential validation, the connector calls:

  • GET {base_url}/api/email-lists

Configuration

FieldTypeRequiredDescription
base_urlstringBase URL of your Mailcoach instance. Must start with http:// or https://. Trailing slashes are ignored. Example: https://mailcoach.example.com
api_tokenstringMailcoach API token used as a Bearer token.

Streams / Objects

This destination is intended to target Mailcoach email lists (audiences).

At this time, the connector does not yet support writing records to Mailcoach (sync/load is not implemented).