Pushwoosh
Overview
The Pushwoosh connector is a Reverse ETL destination intended to send conversion events to Pushwoosh via the Pushwoosh API.
Status
This destination is not yet available for production use.
At this time, the connector only supports credential validation during setup. The actual loading/syncing of records is still in development and will fail if you attempt to run a sync.
Setup
Prerequisites
- A Pushwoosh account
- A Pushwoosh API access token
Create an API token in Pushwoosh
In Pushwoosh, generate or locate an API token that can access your applications. This token is used to authenticate API requests.
Authentication
This connector authenticates using a Pushwoosh API token.
During credential validation, the connector calls:
POST https://api.pushwoosh.com/json/1.3/getApplications
with a JSON body containing your token in request.auth.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | Pushwoosh API token used to authenticate requests. |
Hashing and normalization
This destination does not currently expose field-level hashing options.
Data contract
Not yet available. The destination loading implementation is still in development, so there is no stable, documented record schema at this time.
Streams
Not yet available. The destination does not currently write any objects/events to Pushwoosh.