Facebook Plugin

Saves the Facebook pages. URL : facebook/page/save Method : POST Query Parameters : Parameter Type Optional/Required Description page_ids array Required IDs of the Facebook Pages to save . Response : { “success”:true, “message”:”Page(s) added successfully.” } Gets the Facebook Credentials. URL : facebook/credentials Method : GET Response : { “success”:true, “message”:”Facebook App Registered. Now you […]

Read More

SLA reminders

NOTE: These API is going to change in near future. Not meant for extenal purpose for now Gets SLA Reminders URL : v3/api/admin/sla-reminders/slaId Method : GET Response : { “id”: 58, “reminders”: { “approach”: [{ “id”: 1, “reminder_delta”: 10, “reminder_receivers”: { “agents”: [{ “id”: 1, “name”: “demo admin” }], “agent_types”: [{ “id”: 1, “name”: “Department […]

Read More

Management Report Columns

URL : v3/api/agent/management-report-columns Method : GET Response: {    “success”: true,    “data”: { “column_key” : “column Label”,// more columns    } }

Read More

Management Report Data

URL : v3/api/agent/management-report/{reportID} Method : GET Query Parameters : Parameter Type Possible Values Required/Optional Description category String all, inbox, mytickets, closed, unassigned, followup, deleted, unapproved Required ‘all’ can be used to get all the tickets irrespective of which category they belongs. Rest of the category will give only tickets from that category search-query String any […]

Read More