type.inbound
and sender.email.domain.domain == "workflow.mail.us2.cloud.oracle.com"
and any(html.xpath(body.html,
"//td[contains(@style, 'padding: 20px 40px')]//font[@style='']"
).nodes,
any(ml.nlu_classifier(.inner_text).intents,
.name == "callback_scam" and .confidence != "low"
)
)
Playground
Test against your own EMLs or sample data.