WonderPush
Overview
The WonderPush destination connector lets you authenticate against the WonderPush Management API in preparation for sending conversion events.
Status
This connector is currently in development. Credential validation is supported, but loading/sending data is not yet implemented.
Setup
- In WonderPush, generate an Access Token with permission to access the Management API.
- In your destination configuration, paste the token into Access token.
Authentication
This connector authenticates using a WonderPush Access Token.
During credential validation, the connector calls:
GET https://management-api.wonderpush.com/v1/events?accessToken=<token>&limit=1
If the request succeeds, the credentials are considered valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
access_token | string | Yes | WonderPush access token used to authenticate requests to the Management API. |
Streams / Data model
Not yet available. The destination load path is still in development and does not currently accept or write records.
Limitations
- The connector cannot currently send conversion events to WonderPush.
- Only credential validation is implemented at this time.