LogicMachine Forum
TAG filtering in script - 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: TAG filtering in script (/showthread.php?tid=6396)



TAG filtering in script - Frank68 - 17.04.2026

Good morning

I've already created applications that, in the event of an alarm, send emails to a specific email list. Now the client is asking me if I can differentiate the emails sent based on the alarm. I was wondering if it's possible to use tags to differentiate who gets emails or text messages. How can I use tags?

Thanks


RE: TAG filtering in script - admin - 17.04.2026

How many alerting scripts do you have? How is the user list defined?


RE: TAG filtering in script - Frank68 - 17.04.2026

(17.04.2026, 14:28)admin Wrote: How many alerting scripts do you have? How is the user list defined?

I haveĀ  50 allert script and 3 groups to send alerts to, and 4 possible email addresses for each group: MAINTENANCE, DATA PROCESSING, and RECEPTION.
In addition to the emails, I also need to separate 3 possible SMS groups with 4 possible numbers, which can be activated or not.

The list of addresses is stored in various string objects, is it possible to differentiate the tags to be taken as addresses depending on the object tag?

Thanks