For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tasks

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.

The Tasks module home.

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.

Screens in this module

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.

Use it from code

Scheduler.

API reference

Endpoints: Scheduler.

Last updated