sms
The sms
reply type is used for sending SMS messages to the specified phone number.
Properties
Property | Type | Required | Description |
---|---|---|---|
text | String | Yes | Message content. |
destination | String | Yes | Receiver phone number. |
providerConfiguration | Object | No | Provider configuration. |
Provider configuration
The providerConfiguration
allows you to customize the SMS message sender ID.
Its value should contain the following properties:
Property | Type | Required | Description |
---|---|---|---|
type | String | Yes | Provider name. Must have the value of VONAGE . |
from | String | Yes | SMS sender ID. |
apiKey | String | Yes | API key. |
apiSecret | String | Yes | API secret. |
typeEncoding | String | No | Message 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.