Skip to main content
POST
Send SMS from extension DID

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
sipCredentialId
string
required

The extension (SIP credential) the text is sent from. Its direct number becomes the From number on the message. Scoped to your organization — an id from another organization returns 404.

Required string length: 1 - 64
to
string
required

E.164 destination number.

Required string length: 3 - 20
Pattern: ^\+?[0-9]+$
body
string
required

Message text (1–1600 characters). Longer messages are split into multiple billed SMS segments.

Required string length: 1 - 1600

Response

202 - application/json

SMS accepted and queued for delivery.

SMS accepted and queued for delivery.

data
object
meta
object