convoup Docs

Convoup Developer Docs

The official developer documentation for the Convoup WhatsApp Cloud API SDK.

What is Convoup?

Convoup is a developer-first WhatsApp Business Operations Platform built on the Meta WhatsApp Cloud API. It provides a programmable REST API, a real-time team inbox, CRM, intent-aware automation, campaign management, and a full compliance layer - all under one organisation.

The Node.js SDK wraps the Convoup REST API into typed methods, so you can send WhatsApp template messages with a single function call instead of crafting raw HTTP requests.

What You Can Build

Developer Documentation

Architecture Overview

flow
Your App  →  Convoup SDK  →  Convoup API  →  Meta WhatsApp Cloud API  →  Recipient

The SDK handles authentication (API key in x-api-key header), JSON serialization, payload construction from template names and parameters, error parsing, and response unwrapping. You focus on what message to send and to whom.

Requirements

First Steps

  1. Install the SDK
  2. Initialize the client
  3. Send your first message