Page 1 of 1

Per event script calling

Posted: Mon Apr 22, 2019 1:27 am
by sabretoothedhamster
Hi!

I wonder is there a way to run a custom script on every single event registered by zm? I mean one event -> one and only one script run (e.g. with event id as param).

I am aware of filter script run capability, but it does not allow to segregate single event and for every event run a script only once. Also I am aware of API, that also requires polling and checking in order to implement "per-event" run.

Did I miss something?