Inbound action - getting the watermark
I have an interesting situation.I need to know the watermark of an incoming email.The below code shows that it does actually find my Ref:MSG### in the email.if (email.body_text.indexOf(/Ref:MSG\d+/gi)) { gs.log('found watermark');}However, my water...