Push Notification Campaign

Overview

The Push Notification Campaign endpoint allows you to manage your Push Notification Campaigns, by creating new Campaigns, or by requesting information about or updating existing Campaigns.

For more details on how to set up an Push Notification Campaign API request, please see the Push Notification Campaign API Technical Guide.

GET Method

The Push Notification Campaign endpoint supports the following GET operation. This endpoint allows you to retrieve information about a specified Push Notification Campaign by providing its Object Reference ID.

Note: This endpoint works only for Campaigns in the Push Notification channel; the endpoint can't retrieve information about Campaigns in other channels.

POST Method

The Push Notification Campaign endpoint supports the following POST operation. This endpoint allows you to create a new Push Notification Campaign by providing the following information:

PUT Method

The Push Notification Campaign endpoint supports the following PUT operation. This endpoint allows you to submit modifications to an existing Push Notification Campaign. The request message must include the Campaign's Object Reference ID, and the desired changes. Using this endpoint, you can change just about any aspect of the Campaign, including its name, message content, schedule, etc.

In addition, you can use the PUT method to execute a process for this Campaign, such as send proofs, run audits, or launch the Campaign, for example.

DELETE Method

The Push Notification Campaign endpoint supports a DELETE operation that will delete the specified Campaign. You must provide the Object Reference ID for the desired Campaign.

Note: Deleted Campaigns are moved to the Recycle Bin.

 

Back to API Category - Campaign Management