ICE Email APIs

Import Canned Letters

This module imports canned letters from CSV files. The Service URL of the module is given by the following link-

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

•Allowed for-

Admin

•Json Formats-

1.  Code snippet for Web Service Use-

ImportCannedLetters

Note: Pass below input parameters as form-data

“Token”:”sdfdsavcxdgdfFD”,

“OrganizationId “: 59,

“CannedSetId”:44,

“Id_Category”: 135

“FileName”:”File.csv”

Note:Pass actual file as input.

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 OrganizationId Int Id of Organization
3 CannedSetId Int Id of Canned Set
4 Id_Category Int Id of the category
5 FileName String Name of CSV file

3. Response Example-

Success:

{ “Message”: ” Success” }

Fail:

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

 

    ×

    Contact Us