ICE Chat API

CreateCampaign

This module is used to create a campaign. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/CreateCampaign

•Request Type-

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use

CreateCampaign

{

 “Token”:”sdfdsavcxdgdfFD”,

 “OrgId”: “59”,

 “CampaignName”:”Email Campaign”

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 OrgId Int Id of organization
3 CampaignName String Name of campaign

3. Response Example

Success:

{ “Message”: ” Success”,

“CampaignId”:1

}

Fail:

{ “message”: ” The request is invalid.” }

    ×

    Contact Us