Skip to main content
This reference documents all fields, types, and enum values for the webhook subscription system. For a conceptual overview, see Webhooks. For step-by-step usage, see Subscribing to Notifications.

Subscription response fields

When you create or retrieve a webhook subscription, the response contains these fields. Example response:

Job webhook request fields

To create a job webhook subscription, send a POST /webhooks request with these fields. Example request:
If you omit all filter fields (job_ids, job_types, states), the subscription fires for every job state change in your company.

Job types

The job_types filter accepts these values. For detailed descriptions of each type, see Job Types.

Job states

The states filter accepts these values. Jobs progress through these states during their lifecycle. For more details on job state transitions, see Tracking Job Status.

Subscription status values


API endpoints


Webhooks

How webhooks work and when to use them

Subscribing to Notifications

Step-by-step guide to creating and managing subscriptions

Job Types

Detailed descriptions of all job types

Webhooks API

Full REST API documentation for webhook endpoints