How to: Configure Webhooks for Job Events
Webhooks send real-time notifications when Jobs are created, updated, completed, archived, or deleted. Once configured, these events are pushed automatically to your external systems and enable connected tools to react immediately.
Step 1: Go to API & Integrations from Settings at the bottom of the main menu.

Step 2: Enable API for your company account. Once enabled, click Show Webhooks.

Step 3: Enter your webhook URL for each event you want to receive. You'll see options for:
- Job Created
- Job Updated
- Job Completed
- Job Archived
- Job Deleted

Step 4 (Optional): Click Show Headers to add headers if your receiving system requires them (e.g., an Authorization token).

Step 5: Click Save.

Step 6: Test your webhook by triggering a Job event and confirming that the request reaches your endpoint.