type.inbound
and sender.email.email == "powerautomatenoreply@microsoft.com"
and any(ml.nlu_classifier(body.current_thread.text).intents,
.name == "callback_scam" and .confidence == "high"
)
Playground
Test against your own EMLs or sample data.