📄️ Cron
Use a Cron trigger to run a background job periodically on schedule.
📄️ HTTP
Use a webhook trigger to run a background job on-demand using an HTTP POST request.
Triggers are events that cause ExecAPI to run a background job.
Use a Cron trigger to run a background job periodically on schedule.
Use a webhook trigger to run a background job on-demand using an HTTP POST request.