Hi, I am new at wix. please guide me how can I run some wix code/function in background like code trigger and run for specific time when and finish. Please help me.
Thanks
Hi,
Could you please elaborate more? what are you trying to achieve?
I am trying to write a code which send email to first technician when a user fills a form. The email to first technician is working fine but if the technician don’t reply in 15 minutes then I need to send the email to the second technician and so on. This could only be possible if a code continuously runs in background. As 15 minutes passes check if reply come or not if not come then send email to second technician. This is what i need. Please guide me how can I achieved this.