Email execution trigger

Best practices, code snippets for common functionality, examples, and guidelines.
theraviz
Posts: 111
Joined: Sun Apr 14, 2019 9:46 am

Email execution trigger

Post by theraviz » Mon Aug 15, 2022 6:54 pm

Hello,

I have a scenario where the execution to initiate or start depends on when an email is received. So is it possible to arrange the execution in a way that when one specific email is received then it can trigger the execution?

ankit911omar
Posts: 12
Joined: Tue May 09, 2017 12:57 pm
Location: Mumbai, India
Contact:

Re: Email execution trigger

Post by ankit911omar » Thu Oct 13, 2022 8:21 pm

You can do it by adding dedicated job to check the email and trigger the Automation execution

theraviz
Posts: 111
Joined: Sun Apr 14, 2019 9:46 am

Re: Email execution trigger

Post by theraviz » Fri Oct 14, 2022 9:20 am

ankit911omar wrote:
Thu Oct 13, 2022 8:21 pm
You can do it by adding dedicated job to check the email and trigger the Automation execution
Could you please elaborate?