ICE Email APIs

Create Campaign

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

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

•Allowed for-

Admin

•Json Formats-

1. Code Snippet for Web Service Use-

CreateCampaign

{

 “OrgId”: 59,

 “CampaignName”: “Account”,

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODI0MTk1NDV9.XgR8TsDNwmsUezVykeUzGcISUsmpT5Nx-aUYaMScmDw”

}

2. Description for Request Parameters-

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

3. Response Example-

Success:

{ “Message”: ” Success”,

“CampaignId”:1

}

Fail:

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

 

    ×

    Contact Us