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

HOVA + AWS. Enterprise-grade, African-ready.

HOVA's AWS integration brings Africa's leading CPaaS, CCaaS, and UCaaS platform into your existing AWS ecosystem. Deploy via AWS Marketplace, connect via EventBridge, and build with HOVA inside Lambda, Connect, and Pinpoint workflows.

AWS
Marketplace listed
< 5min
AWS Connect integration
99.99%
Combined infrastructure SLA
SOC 2
Type II certified
Features

Everything you need.

AWS Marketplace deployment

Subscribe to HOVA directly from AWS Marketplace — consolidated billing, IAM-based access, and instant provisioning.

Amazon Connect integration

Extend Amazon Connect with HOVA's African carrier network — add WhatsApp, SMS, TikTok, and Instagram channels to your Connect contact centre.

EventBridge connector

Emit HOVA message events (delivered, failed, replied) directly to Amazon EventBridge — trigger Lambda, Step Functions, and SNS workflows.

Lambda-native SDK

HOVA's Node.js and Python SDKs are fully optimised for Lambda — cold start minimised, connection pooling built in.

IAM & VPC support

Authenticate HOVA API calls with IAM roles. Deploy HOVA-connected Lambda functions inside your VPC for data isolation.

AWS Pinpoint replacement

Migrate from Pinpoint to HOVA for African markets — direct carrier connections where Pinpoint's coverage falls short.

S3 recording storage

Route call recordings and message logs directly to your S3 bucket — HOVA never stores your data if you don't want it to.

CloudWatch metrics

HOVA pushes message delivery metrics, call quality scores, and API latency to CloudWatch — unified observability.

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
Lambda · Send WhatsApp on SQS event
// Lambda handler triggered by SQS (order confirmed event)
import { Hova } from '@hova/sdk';

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

export const handler = async (event) => {
  for (const record of event.Records) {
    const order = JSON.parse(record.body);

    await hova.messages.send({
      channel: 'whatsapp',
      to: order.customerPhone,
      template: {
        name: 'order_confirmed',
        language: 'en',
        components: [{
          type: 'body',
          parameters: [
            { type: 'text', text: order.id },
            { type: 'text', text: order.total },
          ]
        }]
      }
    });
  }
  return { statusCode: 200 };
};
Use cases

Built for every industry.

Enterprise

AWS Connect + African channels

Extend your Amazon Connect contact centre with WhatsApp, TikTok, and SMS — serving African customers on their preferred channels.

SaaS

Serverless messaging pipelines

Event-driven Lambda functions that send confirmations, alerts, and notifications via HOVA on any AWS trigger.

eCommerce

Pinpoint migration

Replace AWS Pinpoint for African markets with HOVA's superior carrier coverage and local number support.

DevOps

CloudFormation-managed deployments

Infrastructure-as-code deployments with HOVA resources defined in CloudFormation or CDK templates.

Enterprise

Multi-region failover

Use HOVA across AWS regions with automatic failover — for global businesses with African operations.

Analytics

Data lake integration

Stream all message events to S3 via HOVA's EventBridge connector — feed your data lake without custom ETL.

Deploy HOVA inside your AWS environment

Available on AWS Marketplace. Consolidated billing. SOC 2 certified.

Get started free