Test and manage webhooks

automation & ci

// what it does

webhook test fires a sample event at your endpoint so you can verify parsing and signatures before relying on it; list, update, and delete round out the lifecycle (update rotates the URL or event list in place).

// shell

$ pscale webhook list mydb
$ pscale webhook test mydb <webhook-id>
$ pscale webhook update mydb <webhook-id> --events branch.ready
$ pscale webhook delete mydb <webhook-id>

// gotcha

Send the test BEFORE the first real deploy request depends on the hook — debugging a webhook consumer during an incident is the wrong time.