Skip to main content
Event triggered when a project is modified in your workspace, either through the dashboard or via the API. The payload contains the full project with all current values, not just the fields that changed.

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., project.updated).
number
Unix timestamp (milliseconds) when the event was delivered.
string
The workspace where the event occurred.
object
The updated project.