- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2020 04:31 AM
Hi All,
Quick question, has anyone got inbound email working in flow designer? by that I mean actually sending an email to servicenow instance and it generating a ticket through Flow Designer?
Many thanks
SW
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2020 04:39 AM
Got it working...was just missing one field, that should be left black, the reply table, took some working out.
Kind regards
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2020 04:39 AM
Got it working...was just missing one field, that should be left black, the reply table, took some working out.
Kind regards
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2021 08:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 10:25 PM
Hi @priya,
were you able to make this work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2021 09:09 AM
I had the same issue when trying to implement the out of the box email flows for CSM. After disabling the flows, they were still being triggered. Turns out you can disable the triggers on the sys_flow_email_trigger table.
When you enable the flow, it automatically enables the trigger record, but when you disable the flow it doesn't disable the trigger. Also the sys_flow_email_trigger table appears to be a data table so it isn't tracked to your update set.