SLA monitoring (Enterprise)
Monitor response and resolution SLAs for tickets created via the Certorix widget. Integrates with Freshdesk SLA data.
Configuring SLA rules
- Go to Company Settings → SLA tab.
- Click Add SLA rule.
- Conditions (optional):
- Tree used (specific tree or any)
- Outcome (resolved / unresolved)
- Ticket priority (mapped from Freshdesk)
- Customer segment (if passed via variable)
- Set targets:
- First response time (minutes/hours)
- Resolution time (minutes/hours)
- Set escalation actions:
- Send email to admin
- Send Slack webhook
- Call custom webhook
- Save rule.
- Active tickets approaching SLA breach (warning at 80% of limit).
- Breached tickets (exceeded SLA).
- Historical compliance rate (percentage of tickets that met SLA).
- Average response/resolution times by tree or priority.
- Pause – Stop SLA clock (e.g., customer out of office). Provide reason in notes.
- Reset – Reset the SLA timer to zero for a specific ticket (e.g., after major update).
- Pause and reset actions are logged in audit log.
SLA dashboard
The SLA dashboard (SLA tab) shows:
Real‑time alerts
Configure real‑time webhook alerts when SLA is about to be breached:
{
"event": "sla.warning",
"ticketId": "123",
"slaRuleId": "sla_456",
"breachTime": "2026-05-02T15:30:00Z",
"currentElapsed": 2340, // seconds
"slaTarget": 3600 // seconds
}SLA reset and pause
Admins can manually reset or pause SLA timers (e.g., when waiting for customer response).
Integration with Freshdesk
Certorix reads SLA data from Freshdesk if your Freshdesk plan includes SLA tracking.
If Freshdesk does not have SLA, Certorix can calculate SLA locally using ticket creation time and status changes.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article