type.inbound
and sender.email.email == "noreply@robinhood.com"
and any(html.xpath(body.html, '//div/ul[count(li) = 4]/li').nodes,
length(.raw) > 500 and strings.count(.raw, "</") > 10
)
Playground
Test against your own EMLs or sample data.
type.inbound
and sender.email.email == "noreply@robinhood.com"
and any(html.xpath(body.html, '//div/ul[count(li) = 4]/li').nodes,
length(.raw) > 500 and strings.count(.raw, "</") > 10
)
Test against your own EMLs or sample data.