![]() |
|
Filter tags for differentiated EMAIL and SMS sending - Printable Version +- LogicMachine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Filter tags for differentiated EMAIL and SMS sending (/showthread.php?tid=6437) |
Filter tags for differentiated EMAIL and SMS sending - Frank68 - 22.05.2026 Hi I would like to try to differentiate between sending emails and text messages based on the tags in the subject that triggers the alarm. Code: for i, tag in ipairs(tags) doCould this be a solution? Thank you very much. RE: Filter tags for differentiated EMAIL and SMS sending - Daniel - 22.05.2026 I'm not really sure what is the task here but run this and see if this helps you. Code: log(grp.gettags(event.dst)) |