ICE Email APIs

Get Canned Letters Set List

The users can use the mentioned module to get canned letters set list. The Service URL of the module is given as-

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

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

GetCannedLettersSetList

{

 “OrgId”: 59,

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls”

}

2. Description for Request Parameters

S.No Name Type Description
1 Token String Authentication Token
2 OrgId Int Id of Organization

3. Response Example

Success:

{

“Message”: “Success”,

“CannedLettersSetList”: [

{

“CategoryId”: 2,

“CannedSetId”: 2,

“CannedSetName”: “WeChat Canned Letters Set”,

“IsActive”: true

}

]

}

Fail:

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

 

    ×

    Contact Us