type.inbound
and sender.email.domain.root_domain == "postman.io"
and any(headers.reply_to,
.email.domain.root_domain != sender.email.domain.root_domain
)
and any(ml.nlu_classifier(body.current_thread.text).intents,
.name == "cred_theft" and .confidence != "low"
)
Playground
Test against your own EMLs or sample data.