Skip to content

Developers

Build on the Communication Cloud

Clean REST APIs for SMS, WhatsApp, Voice AI, and more. Ship integrations in hours — not weeks.

REST API

Simple, predictable endpoints

Send messages, manage templates, retrieve delivery reports, and orchestrate journeys with a unified API surface.

bash
v1
curl -X POST https://api.phony.ma/v1/messages \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "+2126XXXXXXX",
    "channel": "sms",
    "body": "Your Phony verification code is 482913"
  }'

Authentication

API keys and OAuth for server-to-server and user-delegated access. Rotate keys from the dashboard without downtime.

Webhooks

Receive delivery receipts, inbound messages, call events, and survey responses with signed webhook payloads.

SDKs

Official SDKs for Node.js, Python, PHP, and Go. Community libraries welcome — contribute on GitHub.

Examples

Common recipes to get you productive quickly.

Send OTP SMS and verify codes
Dispatch WhatsApp order confirmation templates
Trigger Voice AI outbound lead qualification
Listen for inbound SMS keywords and auto-reply
Create a survey and collect NPS via WhatsApp
Subscribe to delivery status webhooks
Coming soon

API Explorer

An interactive API explorer is on the roadmap. Until then, use the dashboard sandbox and our Postman collection (available after signup).

Ship your first integration today

Create a free developer account and generate API keys in minutes.