Skip to main content

sms

The sms reply type is used for sending SMS messages to the specified phone number.

Properties

PropertyTypeRequiredDescription
textStringYesMessage content.
destinationStringYesReceiver phone number.
providerConfigurationObjectNoProvider configuration.

Provider configuration

The providerConfiguration allows you to customize the SMS message sender ID. Its value should contain the following properties:

PropertyTypeRequiredDescription
typeStringYesProvider name. Must have the value of VONAGE.
fromStringYesSMS sender ID.
apiKeyStringYesAPI key.
apiSecretStringYesAPI secret.
typeEncodingStringNoMessage encoding. Allowed values: text, unicode.

Syntax

{
"type": "sms",
"text": "Today only, 10% off all our subscription plans!",
"destination": "16123456789",
"providerConfiguration": {
"type": "VONAGE",
"from": "Tovie AI",
"apiKey": "aaa012",
"apiSecret": "abc123456789",
"typeEncoding": "unicode"
}
}

Channel restrictions

sms is not supported in Slack.