Skip to main content
POST
Create an SMS configuration

Authorizations

Authorization
string
header
required

Tenant API key (vdx_live_…) as Authorization: Bearer.

Body

application/json
name
string
required
Maximum string length: 200
providerKey
enum<string>
required
Available options:
twilio,
vonage,
pronto_connects
senderKind
enum<string>
required
Available options:
messaging_service,
number,
provider_managed
senderId
string | null
templateId
string | null
body
string | null
Maximum string length: 1600
isDefault
boolean
default:false

Response

Created.

id
string<uuid>
name
string
providerKey
enum<string>
Available options:
twilio,
vonage,
pronto_connects
senderKind
enum<string>
Available options:
messaging_service,
number,
provider_managed
senderId
string | null
templateId
string | null
body
string | null
variables
string[]

Tokens the body references, in order of first appearance.

isDefault
boolean
isActive
boolean
createdAt
string<date-time>
updatedAt
string<date-time>