This module helps to get the campaign list. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetCampaignList
•Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetCampaignList
{
“Token”:”sdfdsavcxdgdfFD”,
“OrganisationName”: “ICE”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrganisationName | String | Name of organisation |
3. Response Example-
Success:
{ “Message”: ” Success”,
“CampaignList”:”[{
“CampaignId”:1,
“CampaignName”:”Email Campaign”
},
{
“CampaignId”:2,
“CampaignName”:”Email Campaign2″
}]
}
Fail:
{ “message”: ” The request is invalid.” }