support
هذا المحتوى غير متوفر بلغتك بعد.
Support Plugin
Section titled “Support Plugin”Helpdesk ticketing with SLA management, canned responses, and team routing. Pro plugin.
Requires: Basic license tier or higher.
nself license set nself_pro_...
Install
Section titled “Install”nself license set nself_pro_xxxxx...nself plugin install supportWhat It Does
Section titled “What It Does”A complete helpdesk ticketing system for managing customer support. Users submit tickets via API or email, tickets are routed to teams based on rules, SLA timers track response and resolution deadlines, and agents reply using canned responses. Includes escalation rules, internal notes, and customer satisfaction (CSAT) surveys.
Configuration
Section titled “Configuration”| Env Var | Default | Description |
|---|---|---|
SUPPORT_PORT | 3111 | Support service port |
SUPPORT_DEFAULT_SLA_HOURS | 24 | Default first response SLA |
SUPPORT_EMAIL_ENABLED | false | Enable email ticket submission |
SUPPORT_CSAT_ENABLED | true | Send CSAT surveys on close |
| Port | Purpose |
|---|---|
| 3111 | Support REST API |
Database Tables
Section titled “Database Tables”9 tables added to your Postgres database:
np_support_tickets: ticket recordsnp_support_replies: ticket repliesnp_support_teams: support team definitionsnp_support_routing_rules: ticket routing rulesnp_support_canned_responses: reusable reply templatesnp_support_sla_policies: SLA policy definitionsnp_support_escalations: escalation recordsnp_support_csat: customer satisfaction responsesnp_support_notes: internal agent notes
Nginx Routes
Section titled “Nginx Routes”| Route | Target |
|---|---|
/support/ | Support ticket API |