Skip to content

Changelog

The latest PlanetScale features and product launches.

June 27, 2024
Improvement

Webhook payload update

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

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