Tcom

Developer Resources

API Documentation

Integrate Tcom into your applications with our RESTful API. Send emails, manage contacts, and track analytics programmatically.

Quick Start

Authenticate with your API key and make your first request:

curl -X POST https://tcom.app/api/campaigns \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "Welcome Campaign", "subject": "Hello!"}'

Generate your API key from Dashboard → Settings → API Keys

Core Endpoints

POST/api/campaigns
GET/api/contacts
POST/api/contacts
GET/api/analytics
POST/api/templates
GET/api/domains
POST/api/sms/send
GET/api/logs

SDKs & Libraries

JavaScript / Node.js
Python
PHP
cURL / REST