A user gets the response template list through the use of this module. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/GetResponseTemplateList
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetResponseTemplateList
{
“OrgId”: 59,
“TemplateId”: 1,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrgId | Int | Id of organization |
3 | TemplateId | Int | Id of template |
3. Response Example-
Success:
{
“Message”: “Success”,
“ResponseTemplateList”: [
{
“ResponseTemplateId”: 50,
“Name”: “Steve”,
“Description”: “”,
“Subject”: “Mail Subject”
},
{
“ResponseTemplateId”: 51,
“Name”: “Acknowledgement Email”,
“Description”: “Acknowledgement Email”,
“Subject”: “Acknowledgement Email”
}
]
}
Fail:
{“Message”:”The request is invalid.”}