Moveworks Incident Resolved Notification Query
We are currently working on rolling out resolution notifications for our ServiceNow incidents.
Our goal is to make sure that once servicenow incident moves to resolved state, it should trigger a notification to user giving them two options :
-
Need more help, Reopen Issue
-
I am satisfied, Close Issue
We noticed that the native (Out-Of-The-Box) Moveworks resolution notification is already triggering when a ticket is resolved, which looks great as below

However, our business team has a few specific requirements for the user experience. We would prefer to use the native feature, if possible, but we need to know if the following customizations can be applied to the native flow:
1. Button Label Changes:
Can we change the native button labels?
- Change "Got it, thanks" to "Yes, I am satisfied. Close the issue"
- Change "Re-open issue" to "Not satisfied, Reopen the Issue"
2. Custom Behavior for the "Yes" Button:
Currently, the "Got it, thanks" button just dismisses the notification.
We want this button to trigger a custom flow that:
a) Closes the incident in ServiceNow.
b) Makes an external API call to our survey system to fetch dynamic CSAT questions.
c) Displays those survey questions to the user in the chat.
I can build "Yes" flow using custom plugin in Agent studio, but can a native button be wired to trigger an Agent Studio Conversational Process?
3. Confirmation Message for the "Reopen" Button:
Currently, when a user clicks to reopen the issue and submits their comment, the bot does not send a final confirmation message acknowledging that the ticket was reopened. Can a confirmation message be added to this native flow?
Our Core Question:
Is it possible for Moveworks Support to wire the native "Got it, thanks" button to trigger a custom Agent Studio plugin/API call to achieve this?

