Skip to content
Back to News
Changelog

Add webhook delivery system with automatic retries

apiwebhooks

We added a complete webhook delivery system to getpeppr.

Features

SDK support

const peppr = new Getpeppr({ apiKey: "..." });

// Verify incoming webhooks
const event = peppr.webhooks.verify(payload, signature, secret);

See the webhook documentation for integration details.