The module is designed to get response template details from the system. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/GetResponseTemplateDetails
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetResponseTemplateDetails
{
“ResponseTemplateId”: 51,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0”
}
2. Description for Response Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | ResponseTemplateId | Int | Id of response template |
3. Response Example-
Success:
{ “Message”: ” Success”,
” SkillId”:152,
” TemplateId”:15,
” Name”: “Acknowledgement Email”,
” Description”:”Acknowledgement Email”
” Subject”: ” Thank you “,
” HtmlText”:” Thank you for the email, we will be back shorly with the resolution.”
” PlainText”:” Thank you for the email, we will be back shorly with the resolution.”
}
Fail:
{“Message”:”The request is invalid.”}