Skip to main content

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

  1. In WonderPush, generate an Access Token with permission to access the Management API.
  2. 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

FieldTypeRequiredDescription
access_tokenstringYesWonderPush 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.