type.inbound
and strings.contains(body.current_thread.text,
'has invited you to VIEW the following document:'
)
and length(body.current_thread.links) > 0
Playground
Test against your own EMLs or sample data.
type.inbound
and strings.contains(body.current_thread.text,
'has invited you to VIEW the following document:'
)
and length(body.current_thread.links) > 0
Test against your own EMLs or sample data.