type.inbound
and any(body.links,
.href_url.domain.domain == 'dcis.hhs.gov'
and strings.ilike(.href_url.query_params, '*service*')
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(body.links,
.href_url.domain.domain == 'dcis.hhs.gov'
and strings.ilike(.href_url.query_params, '*service*')
)
Test against your own EMLs or sample data.