type.inbound
and sender.email.email in (
"no-reply@calendly.com",
"notifications@calendly.com"
)
and any(ml.nlu_classifier(body.current_thread.text).intents,
.name == "callback_scam" and .confidence != "low"
)
Playground
Test against your own EMLs or sample data.