cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering processes by email through outlook

NabinTimalsina
Level 4
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

AmiBarrett
Level 12
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.