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!' });
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
Beginner5 min
Send your first WhatsApp message
Read guide
Intermediate15 min
Build a TikTok Messaging bot
Read guide
Beginner10 min
Add OTP verification to your app
Read guide
Advanced30 min
Create an AI-powered inbox agent
Read guide
Intermediate20 min
Integrate HOVA with your CRM
Read guide
Advanced25 min
Set up SIP trunking
Read guide