🚀 GoSendAPI is in beta — Meta App Review in progress. Get on the waitlist →
Introduction

Introduction

GoSendAPI Cloud is a Tech Provider for the WhatsApp Business Cloud API, built so your team can ship WhatsApp integrations without dealing with Meta’s onboarding, token rotation, webhook plumbing or sandbox limits.

You write one HTTP request — we handle the rest.

What you can do

How it works

Your backend ──POST /v1/messages──► GoSendAPI ──Cloud API──► Meta
                                       ▲                       │
                                       └──── Webhook ──────────┘
                                              │
                                              â–¼
                              HMAC-signed webhook to your backend

You authenticate with a single API key scoped to your project. The same key lets you send messages, manage WABAs and configure webhooks. Each project can host many customers; each customer can host many WABAs; each WABA can host many phone numbers.

A 30-second example

curl https://cloud.gosendapi.com/v1/messages \
  -H "X-API-Key: gsk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "phone_number_id": "555123456789",
    "to": "5491140123456",
    "type": "text",
    "text": { "body": "Hello from GoSendAPI 👋" }
  }'

That’s a real message delivered to WhatsApp via Meta’s Cloud API. No SDK install, no OAuth dance, no manual token refresh.

Don’t have an API key yet? Create a project and we’ll generate one for you.

What’s next

Get help

Stuck on something? We read every message at hello@gosendapi.com and respond within one business day.

For uptime, incidents and maintenance windows, check status.gosendapi.com.