Skip to content
Back to News
Changelog

SDK 1.7.0 — Typed inbound webhook events

sdkwebhookspeppol

We released @getpeppr/sdk v1.7.0. The WebhookEventType union now includes the two events fired by inbound Peppol reception:

If you consume getpeppr webhooks in TypeScript, your event handlers can now switch on these types without casting. This is a type-only change — the events themselves are already delivered to endpoints subscribed to them, and they are selectable in the console webhooks dashboard.

Update

npm install @getpeppr/sdk@latest