@xamici thank you for your reply. I had some success on my first Event Orchestration. I created a test service to use on just me in the escalation rule. I sent the email and the incident an incident was created and I got the push on my Pager Duty app.
Currently in my Global event rules I have 3 conditions.
- headers.subject contains <my subject text>
- Body Contains <My first condition partial match>
- Body Contains <My second condition partial match>
In the Event Orchestration under Service Routes I figured by trial and error that “event.dedup_key” is looking at the subject line of the email. I tried also using it for the body but that didn’t trigger an incident. The body of the email contains the other conditions I need to either trigger the event or not trigger the event. What do I use to find text in the body of the email?
Thanks in advance.