Tasks
Cron-driven recurring tasks through the same pipeline as every endpoint.
Last updated
Cron-driven recurring tasks through the same pipeline as every endpoint.
The Tasks module (Scheduler) runs recurring work on a cron schedule β through the same command pipeline as every other Norbix endpoint, so a scheduled task is validated and gated exactly like a live call.

When the module is off, the module home (/projects/<project>/tasks) shows the Norbix Tasks enable page. Press Enable and you land on the Tasks list, ready to add the first task.
Tasks β the scheduled tasks: create, edit, enable, disable, delete. Settings β turn the module off.
A task pairs a cron expression with an implementation β what the schedule runs. Today the email campaign implementation is available; push, SMS, code function and webhook calls are listed in the editor as coming soon.
Endpoints: Scheduler.
Last updated