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

Write once. Personalise at scale.

HOVA AI Composer generates, translates, and personalises messages for any channel in seconds — with tone control, multilingual African language support, template management, and campaign-ready output.

20+
African languages supported
8+
Channels supported
10×
Faster campaign creation
99%
Brand-safe output rate
Features

Everything you need.

AI message drafting

Describe your goal in plain language — AI Composer writes the message, subject line, and CTAs in seconds. Works for any channel.

Multilingual generation

Generate messages in English, French, Twi, Hausa, Yoruba, Swahili, Pidgin, and Arabic — with African-native phrasing and idioms.

Tone control

Switch between professional, friendly, urgent, empathetic, and promotional tones per campaign — with configurable brand voice guidelines.

Campaign generator

Input a product brief — AI Composer produces a full campaign: WhatsApp message, SMS fallback, subject line, body, and CTA variants.

Template management

Store, categorise, and reuse AI-generated templates. Teams share approved templates with version history and approval workflows.

Reply suggestions

In live conversations, AI Composer surfaces 3 suggested replies to agents — matching the customer's intent and your brand voice.

Personalisation at scale

Merge customer name, purchase history, and dynamic variables into AI-generated messages — 1M unique, personalised messages from one brief.

A/B test generation

Generate multiple message variants automatically and A/B test them across your audience — AI surfaces the best performing copy.

Developer-first

Live in minutes.

Simple REST API with SDKs for Node.js, Python, PHP, Go, and Java. Production-ready in minutes.

Webhooks for delivery receipts
99.9% uptime SLA
Global sandbox for testing
Detailed API reference docs
Node.js · Generate a campaign with AI Composer
import { Hova } from '@hova/sdk';

const hova = new Hova({ apiKey: process.env.HOVA_API_KEY });

// Generate a full WhatsApp campaign from a brief
const campaign = await hova.aiComposer.generate({
  brief: 'Black Friday sale — 30% off all Growth plans. Ends Sunday midnight.',
  channel: 'whatsapp',
  tone: 'friendly',
  language: 'en-GH',
  includeEmoji: true,
  variants: 3, // Generate 3 A/B variants
  personalization: {
    variables: ['{{first_name}}', '{{current_plan}}'],
  },
});

console.log(campaign.variants[0].text);
// "Hey {{first_name}}! 🎉 Big news — HOVA's Black Friday..."

// Send the winning variant after A/B test
await hova.campaigns.send({
  templateId: campaign.variants[0].id,
  audience: 'segment_growth_users',
});
Use cases

Built for every industry.

Retail

Marketing campaign creation

Generate seasonal campaigns, product launches, and promotional messages in minutes — in any language.

Enterprise

Customer support replies

AI suggests replies to agents in real time — reducing handle time and ensuring consistent tone.

Finance

Personalised notifications

Generate unique, personalised alert messages for millions of customers from a single brief.

Pan-African

Multilingual broadcasting

One campaign brief → versions in English, French, Twi, and Swahili — auto-sent to language-segmented audiences.

eCommerce

WhatsApp template creation

Generate Meta-compliant WhatsApp Business message templates and submit for approval — all within HOVA.

SaaS

Re-engagement campaigns

AI writes personalised win-back messages for dormant customers — with dynamic references to their last activity.

Write better messages, 10× faster

50 AI messages free on every plan. No prompt engineering required.

Get started free