This module is used to load canned response by sub campaign id. The Service URL of the module is given by the following link-
•Allowed for-
Agent
•Json Formats-
1. Code snippet for Web Service Use-
LoadRootNodetbl_Category_Canned_Letters_Responses_AgentConsole
{
“SkillID”: 337,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFAYS5jb20iLCJleHAiOjE0ODI1MDYyOTl9.DTuDBcnIQf8KrKAv5ehay4SLDukbdvP0zXTeMxt_KQo”
}
2. Description for Request Parameter-
S.No | Name | Type | Description |
1 | SkillId | Int | Id of skill |
2 | Token | String | Authentication Token |
3. Response Example-
Success:
[
{
“Message”: “Success”,
“Id_Category”: 2,
“CID”: 2,
“Name”: “WeChat Canned Letters Set”,
“ParentId”: 0,
“PositionOrder”: 34,
“IsParent”: true,
“IsActive”: true,
“OrgId”: 128
},
]
Fail:
{“Message”:”The request is invalid.”}