SMS Phone Numbers
Multi-SMS Feature: This section is only applicable for tenants that have multiple SMS numbers per organization enabled. The standard configuration is one SMS number per organization. Contact support if you need multi-SMS capabilities.
Feature Overview
This feature must be enabled for your tenant. Contact support to enable multi-SMS numbers for your organization.
How It Works
- Organization purchases SMS numbers - Numbers are purchased under the org’s 10DLC campaign
- Admin assigns to users - Each number can be assigned to a specific user
- User creates campaigns - Campaigns automatically use the user’s assigned number
- Inbound messages route correctly - Replies go to the correct user’s campaigns
Key Benefits
- User Isolation - Each user has their own dedicated SMS number
- Clear Attribution - Know which user sent which messages
- Scalability - Add as many numbers as needed (within limits)
- Billing Transparency - Track costs per number
Prerequisites
Before using multi-SMS numbers:- Organization must have 10DLC approved (SMS active)
- Tenant must have
enable_multi_sms_numbersenabled - Organization must be within their number limit
API Endpoints
| Method | Endpoint | Description | Permissions |
|---|---|---|---|
| POST | /v1/sms/phone-numbers/purchase | Purchase new SMS number | Any authenticated user |
| GET | /v1/sms/phone-numbers | List org’s SMS numbers | Any authenticated user |
| GET | /v1/sms/phone-numbers/available | List unassigned numbers | Any authenticated user |
| POST | /v1/sms/phone-numbers/{phone}/assign | Assign to user | Admin only |
| DELETE | /v1/sms/phone-numbers/{phone}/assign | Unassign from user | Admin only |
| GET | /v1/sms/phone-numbers/my-number | Get user’s SMS number | Any authenticated user |
| GET | /v1/sms/phone-numbers/config | Get configuration | Any authenticated user |
Workflow Example
Billing
- Weekly billing per phone number
- Price configured per tenant (default: $2.99/week)
- Billed automatically via existing billing system
- Tracked in
usage_logswithevent_type: phone_number_weekly

