Skip to main content

Airship

Introduction

The Airship connector is a Reverse ETL destination that authenticates against Airship using an App Key and Master Secret.

At this time, the destination can validate credentials, but loading/syncing data is still in development. You can use this connector to confirm that your Airship credentials are correct, but you should not expect records to be delivered to Airship yet.

Setup

  1. In Airship, locate (or create) the project you want to use.
  2. Collect the following credentials from your Airship project settings:
    • App Key
    • Master Secret
  3. In your workspace, create a new destination and select Airship.
  4. Enter the credentials and test the connection.

Authentication

This destination uses HTTP Basic Authentication:

  • Username: App Key
  • Password: Master Secret

During connection testing, the connector validates credentials by calling the Airship API and requiring a successful response.

Configuration fields

FieldTypeRequiredDescription
app_keystringYesYour Airship project App Key. Used as the Basic Auth username.
master_secretstringYesYour Airship project Master Secret. Used as the Basic Auth password.

Hashing and normalization

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

Data contract

Not yet available. Destination loading is still in development, so there is no stable, documented mapping of input fields to Airship Conversions API payloads.

Streams

Not yet available. Destination loading is still in development.