Skip to main content
Event triggered when a job is created within a project, either through the dashboard or via the API.

Response Body Parameters

All webhook payloads follow a consistent top-level structure with event-specific data nested within the data object.
string
Unique identifier for this delivery. Use this to deduplicate events.
string
The event type that triggered the webhook (e.g., job.created).
number
Unix timestamp (milliseconds) when the event was delivered.
string
The workspace where the event occurred.
object
The created job.