
When the employee wants help with an issue that doesn’t ticket, Moveworks will provide the user utterance as the subject and description.
Optionally, the end-employees can choose to provide more details to the ticket & attachments, those will be served via the description.
The optional Attachments are added via a different endpoint.
Your users will also receive ticket notifications when:


Our ticket nudge skill works to ensure that tickets are not lost in the shuffle by checking for ticket updates every 10 seconds. They are delivered when:
• Ticket state is New or In Progress
• Ticket has had no employee-facing comments for 3 days
Example end-employee notification nudge

Employees can check status of their tickets in real-time. We support the following query patterns:
View List of Tickets by Check Status
View Ticket by Subject Matter

View Ticket by Ticket Number


When the employee adds comment to a ticket, we will comment on behalf of the Moveworks accounts & add it as a note and set the status of the ticket to Open.

When the employee closes a ticket, we will call the /close endpoint that sets the ticket status to Closed and provide a default solution into the ticket.
When the employee asks to re-open their ticket, they can always do so in-chat, Moveworks will set the ticket status to Open to reopen it.
