Navigation

Webhook payload update

We have updated all webhook payloads to include the database and organization names.

{
  "timestamp": 1698252879,
  "event": "branch.ready",
+  "organization": "my-org",
+  "database": "example_database",
  "resource": { ... }
}

Read more