Push, Don't Poll
Instead of constantly checking our API for updates, let us push events to your server in real-time.
Supported Events
message.sent— When a message is dispatchedmessage.delivered— When delivery is confirmedmessage.failed— When delivery failswallet.credit— When funds are addedwallet.debit— When funds are spent
Webhook Security
All webhooks include a signature header (X-Africoders-Signature) that you should verify to ensure requests are authentic.