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
- In Airship, locate (or create) the project you want to use.
- Collect the following credentials from your Airship project settings:
- App Key
- Master Secret
- In your workspace, create a new destination and select Airship.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
app_key | string | Yes | Your Airship project App Key. Used as the Basic Auth username. |
master_secret | string | Yes | Your 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.