Skip to content
Back to News
Changelog

New webhook event: invoice.undeliverable — know when a recipient can't be reached

webhookssdkcli

Now that delivery is Peppol-only, a recipient that cannot be found on the network ends the send in the no_action status — "Not Deliverable" in the dashboard. Until today only the dashboard showed it: webhook integrations, SDK polling and CI pipelines had no signal at all.

What changed

Anything breaking?

No runtime breaking change. The /v1 status vocabulary is untouched — no_action already existed as a document status. Endpoints subscribed to specific events keep receiving exactly what they subscribed to; only wildcard (*) subscribers start receiving the new event. One note for TypeScript users: the SDK's WebhookEventType union gains a member, so an exhaustive switch over it needs a new case "invoice.undeliverable" when you upgrade. To check a recipient before sending, use the directory search or the x-validate-recipient header.