Pushy
Overview
The Pushy connector is a Reverse ETL destination intended to sync audience data to Pushy.
Status / availability
This destination is currently in development. Credential validation is supported, but audience loading/syncing is not yet available.
Setup
Prerequisites
- A Pushy account
- Your Pushy App ID
- A Pushy Secret API Key with access to the app
Create / find credentials in Pushy
In Pushy, locate:
- App ID for the app you want to target
- Secret API Key for that app
Authentication
This destination authenticates to the Pushy API using:
- Bearer token:
Authorization: Bearer <secret_api_key>
During credential validation, the connector calls:
GET https://api.pushy.me/apps/{app_id}/stats
If the request succeeds, credentials are considered valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
app_id | string | ✅ | Your Pushy App ID. |
secret_api_key | string | ✅ | Your Pushy Secret API Key used as a Bearer token. |
Hashing and normalization
This destination does not currently expose field-level hashing controls.
Data contract
Not yet available. Audience loading/syncing is still in development, so the destination does not currently define a public data contract.
Streams
Not yet available. This destination does not currently load any streams.