Triggering processes by email through outlook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-18 06:59 PM
I need to start automation, when a mail is received with a credential attached with it for a specific automation.How can this be done?
Thank you
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-18 08:59 PM
Multiple ways. But ultimately, you need something constantly monitoring an inbox, be it a process or a script in the background. You could insert a job into a process-specific queue and wait for it to get picked up on the next run, or trigger a web service. We ended up compiling a replacement controller to handle this.
