Developer Docs

Build with HOVA.

Everything you need to build on HOVA — REST APIs, webhooks, and official SDKs for every channel.

Quick install
$ npm install @hova/sdk
const hova = new Hova({ apiKey: process.env.HOVA_API_KEY });
await hova.messages.send({ to: '+233...', channel: 'whatsapp', text: 'Hello!' });

Official SDKs

Use our battle-tested libraries or call the REST API directly.

API Reference

All endpoints follow REST conventions. Base URL: https://api.hova.africa/v1

Quickstart guides

Try the Sandbox

Send test messages across all channels without spending credits.

Open sandbox

Webhooks

Receive real-time delivery receipts, inbound messages, and status events.

Webhook docs

Ready to get started?

Quickstarts, API reference, SDKs, and integration guides.

View API reference →