type.inbound
and recipients.to[0].email.domain.domain == "email.adobe.com"
and regex.icontains(body.current_thread.text,
"(?:approved?|view) (?:document|payment)"
)
Playground
Test against your own EMLs or sample data.
type.inbound
and recipients.to[0].email.domain.domain == "email.adobe.com"
and regex.icontains(body.current_thread.text,
"(?:approved?|view) (?:document|payment)"
)
Test against your own EMLs or sample data.