> ## Documentation Index
> Fetch the complete documentation index at: https://vokra.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Triggers

> Start jobs manually, on schedules, through webhooks, or after other jobs.

Triggers belong to jobs. Vokra supports:

* **Manual** runs started in the app.
* **Cron** schedules evaluated in the workspace timezone.
* **Webhook** endpoints that accept an external request and map request data into job input.
* **Job completion** triggers that start a downstream job after an upstream job finishes.

A job has at most one configured trigger. You can still run a triggered job manually. Disable the job when you want to stop both scheduled and event-driven executions without deleting its configuration.

Treat webhook URLs like credentials. Validate mappings with test data and avoid placing secrets in the request body unless the workflow requires them.
