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.
Endpoint (North America): https://api.eccmp.com/services2/api/PushCampaign
Endpoint (Europe): https://api.ccmp.eu/services2/api/PushCampaign
Endpoint (Japan): https://api.marketingsuite.jp/services2/api/PushCampaign
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.
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:
Your Customer ID.
The Entity ID for the Campaign's source table.
The name of the new Campaign.
The Folder ID of the folder where you want to save the new Campaign.
The type of Campaign -- Regular One-off, Date-triggered, or Event-triggered.
Additional supporting assets (Filter, Seed List, Exclusion List, etc.)
Campaign schedule information.
The Application Group to which your Push Notification will be submitted.
Push Notification subject and content.
Push Notification JSON payload.
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.
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