
Developers / API
Bjet24 webhooks: track every postal sending status in real time
Rather than hammering our API with polling, plug in a webhook: for each sending you receive transitions (created, posted, in delivery, delivered, return receipt). Here is the payload structure, signature verification and a copy-paste Next.js handler.
APIWebhooksAutomation
May 11, 20267 min

Developers / API
Bjet24 API: trigger a postal mailing from your CRM in a few lines of code
Want your app to send a letter when a customer signs a contract, or an invoice goes 30 days overdue? The Bjet24 API exposes the mailing flow through a few REST endpoints. Quick tour with samples.
APIAutomationTutorial
Mar 20, 20269 min