Webhook payload
The payload for a webhook is a single event referencing a resource that has recently changed.
New webhook payloads (Beta)
We are currently in the progress of upgrading the webhooks to a new, larger payload. These payloads contain more of the important context, and are backwards compatible with the smaller payloads.
The key change is the introduction of a new event name (name
) that describes the particular event that triggered the webhook. We also now include
your environment’s gr4vy_id
and environment
to make it easier for those receiving webhooks from different environments on one endpoint.
Finally, we now added the status
, created_at
and updated_at
dates, and many other fields to make the payloads more relevant and reduce the need to call our API for additional data.
Availability of these new event payloads is currently being rolled out to sandbox environments before a final release to production. Please reach out to support to get this feature enabled for you in production.
Was this page helpful?