Hi all,
I have tried to use the Corvid Job scheduler as documented here: https://support.wix.com/en/article/corvid-scheduling-recurring-jobs
to achieve the following 2 tasks-
- Send a triggered email at particular times
- Maintain and update items in database collections.
I’m trying to test the triggered email, by pointing to a function in the jobs.config file
under functionLocation
However nothing happens at the specified time (specified as per UTC).
The same function for triggered mail works perfectly when used in http-function.js as a USE API
Thanks,
Sameer