Campaigns API
API methods to manage Campaigns
createCampaign
/createCampaign
POST
https://api.pushwoosh.com/json/1.3/createCampaign
Creates a push campaign within the app.
Request Body
Name | Type | Description |
---|---|---|
auth* | string | API access token from Pushwoosh Control Panel. |
application* | string | Pushwoosh application code. |
name* | string | Campaign name. |
description | string | Campaign description. |
For Custom Plan subscriptions only. For more details, please contact our Sales team.
deleteCampaign
/deleteCampaign
POST
https://api.pushwoosh.com/json/1.3/deleteCampaign
Deletes a particular campaign.
Request Body
Name | Type | Description |
---|---|---|
auth* | string | API access token from Pushwoosh Control Panel. |
campaign* | string | ID of a campaign to delete. |
For Custom Plan subscriptions only. For more details, please contact our Sales team.
getCampaigns
/getCampaigns
POST
https://api.pushwoosh.com/json/1.3/getCampaigns
Retrieves the list of campaigns for the app.
Request Body
Name | Type | Description |
---|---|---|
auth* | string | API access token from Pushwoosh Control Panel. |
application* | string | Pushwoosh application code. |
cursor | string | Indicates the last campaign retrieved in the previous request. |
limit | integer | The max number of campaigns for a single response. |
Last updated