Chat/ Email Data APIs

Get Email Canned Answers

This module is designed to get canned answers used in email. The Service URL of the module is given by following link-

https://www.enterice.com/external/icedataapi/api/email/get_email_canned_answers

  • Json Formats
  1. Code snippet for Web Service URL-

GET_CANNED_ANSWERS

      {

      “Token”: “34gdf6754y3444”

     “FromDateTime”: “07/05/2018 2:22”,

     “ToDateTime”: “07/06/2018 12:22”,

    “TimeZoneOffset”: “60”,

     “Operators”: “1111”,

     “OrgID”:168,

     “SkillID”: “111”,

    }

2. Description of Request Parameters-

Request  Parameters Notes
Token string Authentication Token
FromDateTime string From Date and Time
ToDateTime string To Date and Time
TimeZoneOffset integer Time zone offset of specific time zone
Time zone name Time zone id Time zone offset (d/s is on) Time zone offset (d/s is off)
Eastern Standard Time 15 -240 -300
Central Standard Time 20 -300 -360
Mountain Standard Time 24 -360 -420
Pacific Standard Time 26 -420 -480
GMT Standard Time 32 60 0
Morocco Standard Time 34 60 0
India Standard Time 61 330 330
SkillID integer Skill id For all skill pass 0
Operators integer Agent id For all agent pass 0
OrgID integer Organization Id

3. Response Example-

Success:

{

“CannedAnswers”: [

{

“Category”: “Greeting”,

“Answer”: “Welcome to ICE”,

“SkillName”: “ABC”,

“AgentName”: “John”,

“Used”: 2,

},

{

“Category”: “Greeting”,

“Answer”: “Thank you for contacting”,

“SkillName”: “ABC”,

“AgentName”: “John”,

“Used”: 2

},

{

“Category”: “Initial response”,

“Answer”: “How may I help you?”,

“SkillName”: “ABC”,

“AgentName”: “John”,

“Used”: 2

}

]

}

 

Fail:

{    “Status”: “ false”,

“Message”: “as above.”,

“Error”: “as above”

}

    ×

    Contact Us