type.inbound
and any(html.xpath(body.html, '//tr/td[contains(@style, "rgb(11,92,255)")]/h1').nodes,
strings.icontains(.display_text, "zoom")
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(html.xpath(body.html, '//tr/td[contains(@style, "rgb(11,92,255)")]/h1').nodes,
strings.icontains(.display_text, "zoom")
)
Test against your own EMLs or sample data.