Skip to main content

Sender

Overview

The Sender destination (labeled Sender Audiences) is a Reverse ETL connector intended to sync audience data to Sender.

At this time, the destination is not yet available for loading data. The connector currently supports credential validation only; attempting to run a sync will fail with a “still in development” error.

Setup

  1. In Sender, generate an API token.
  2. In your workspace, add the Sender Audiences destination.
  3. Paste the API token when prompted.

Authentication

This destination authenticates using a Bearer API token.

During setup, the connector validates credentials by calling Sender’s API:

  • GET https://api.sender.net/v2/subscribers?limit=1
  • Authorization header: Authorization: Bearer <api_token>

Configuration

FieldTypeRequiredDescription
api_tokenstringyesSender API token used for Bearer authentication.

Streams / sync behavior

This destination’s load/sync functionality is not implemented yet. There are currently no supported objects, mappings, or write operations documented for production use.

Hashing and normalization

This destination does not currently expose field-level hashing options.

Data contract

Not yet available. The destination does not currently implement record writes, so there is no stable, supported data contract to document at this time.