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!' });
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
Set up 2FA with Verify API
Read guide
Advanced30 min
Create an AI-powered inbox agent
Read guide
Intermediate20 min
Integrate HOVA with your CRM
Read guide
Advanced25 min
Deploy SIP trunking for your PBX
Read guide