Support workflow API
The action layer behind chat, AI, and follow-up.
The public website used to make MyLiveChat look like a widget plus a bot.
The API surface is already wider: tickets, replies, macros, saved views, snooze,
portal links, and visitor events are all available to automate the work after the first message.
Ticket lifecycle
Create, assign, reply to, merge, tag, and snooze tickets through the same REST layer that powers the dashboard.
-
tickets create + list
-
ticket_reply for public replies or internal notes
-
ticket_snooze and tickets_bulk for queue control
Agent assist
Standardize what happens after AI handoff so humans do not start from scratch on every escalation.
- Shared
macros for common follow-up replies
- Shared
saved_views for triage queues
-
handoffs + transcripts for full context
Visitor + automation bridge
Keep the support workflow connected to your app, CRM, and alerting stack using signed events and stable visitor identity.
-
visitors + track for identity and behavior signals
-
webhook_subscriptions for outbound events
-
portal_token for customer follow-up links