type.inbound
and any(body.links,
strings.decode_hex(.href_url.fragment) == recipients.to[0].email.email
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(body.links,
strings.decode_hex(.href_url.fragment) == recipients.to[0].email.email
)
Test against your own EMLs or sample data.