- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 02:16 AM
Hello,
I am working on an item that requires a response from a user to confirm user details, which works by sending a notification inside flow designer.
We are looking at adding an approve button, that would change the subject of that email to include the word approved, so that it can be read when inbound to ServiceNow and then continue the flow as required from there.
If viable, how would I achieve this?
1. Request logged
2. Notification is sent out
3. Recipient clicks approve which changes subject header and replies to email
3.1. User responds to email without clicking button for normal dialogue between them and ticket assignee.
4. If changed email received, verifies wait for condition in flow and continues.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 02:42 AM - edited 11-03-2023 02:44 AM
Hi @Wasdom_Kung
We can pre-define an Email Template for User Response. Refer to the post below for steps by steps.
There's also couple of OOTB ones that you can reuse.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 04:51 AM
Thanks,
Managed it using a mail script, script include, registered event and an inbound action.