NewHOVA now supports TikTok & Instagram messaging — Africa's first unified CPaaS + CCaaS + UCaaS platform.Explore
Developer Docs

Build with HOVA.

REST APIs, webhooks, and SDKs for every channel HOVA supports — including TikTok and Instagram Messaging.

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