Console Overview

Live metrics, billing statistics, and conversations interface for Acme College.

Download Billing CSV Export QuickSight CSV
SMS Segment Usage 1 1 messages sent | 18 received
WhatsApp Volume 4 2 sent | 2 received
Tenant Billing Cost $0.12 SMS rate: $0.02 | WA rate: $0.05
Delivery Success 14% 18 total message failures
CONVERSATIONS (0)

Twilio Integrations Credentials

API Integration Details

External systems (D3 CRM, Canvas batchers) can communicate with this service using standard API requests:

POST /api/send
Authorization: Bearer dummy_api_key

{
    "to": "+18186356335",
    "channel": "sms",
    "body": "Message body text content goes here..."
}