Getting Started with Cunnekt

Cunnekt is designed to help developers integrate WhatsApp messaging and automation quickly, whether you are evaluating the platform or integrating it into a live production system.

This guide walks you through generating API access, configuring webhooks, and sending your first WhatsApp message using Cunnekt APIs.

Who This Guide Is For:

This guide is intended for two types of developers:

  • Developers from teams already using Cunnekt
    These users have access to a paid Cunnekt account and can integrate APIs with a production WhatsApp number.
  • Developers evaluating Cunnekt APIs
    These users can create a 7-day free sandbox account to test Cunnekt APIs and webhooks using a shared trial WhatsApp number.

Both types of users follow the same integration flow.
The only difference is whether requests are made against a sandbox or production environment

Prerequisites

  • A Cunnekt account (sandbox or paid)
  • API access enabled
  • A basic understanding of REST APIs and webhooks
  • A publicly accessible webhook endpoint (recommended)

API Endpoint

POST https://app.cunnekt.com/api/v1/{endpoint}

Every API request is authorized via API-KEY which you can get from your Cunnekt Dashboard.

Quick Links

Quick Link: Get API Key
Quick Link: Webhook Overview
Quick Link: WhatsApp APIs
Quick Link: WhatsApp Webhooks