type.inbound
and length(body.links) > 0
and any(body.links, strings.contains(.href_url.url, 'hTTPs://'))
Playground
Test against your own EMLs or sample data.
type.inbound
and length(body.links) > 0
and any(body.links, strings.contains(.href_url.url, 'hTTPs://'))
Test against your own EMLs or sample data.