Skip to main content
TGO Business gives your application a direct channel to send messages to customers via TGO Connect. You register verified sender numbers, generate scoped API keys, and call a simple REST API to deliver text messages, images, voice clips, and documents — all from your own tenant workspace.

Quick Start

Set up your workspace and send your first message in minutes.

Authentication

Learn how to create and use API keys to authenticate every request.

Sender Numbers

Register and verify sender numbers to start messaging your customers.

Messaging

Send text, images, voice, and documents and read message logs via the API.

How it works

TGO Business uses two distinct APIs: the Central API (https://business.tgo-eg.com/api/v1) for account and workspace management, and the Tenant API (https://{tenant-domain}/api/v1) for all messaging operations.
1

Create your workspace

Register with your email, verify it, then complete your organization profile to get a dedicated tenant domain.
2

Generate an API key

From your dashboard, create a scoped API key. Pass it as X-Api-Key on every Tenant API request.
3

Verify a sender number

Add a TGO Connect phone number as a sender. The account owner receives an OTP inside TGO Connect to confirm ownership.
4

Send messages

Call POST /messages on your Tenant API with your sender number and recipient to deliver text, images, documents, or voice.
The Tenant API handles all messaging operations. Always use your tenant domain (e.g., https://acme-support.tgo-eg.pro/api/v1) — not the Central API — when sending messages or managing sender numbers.