Telephony Actions
- 03 Jun 2022
- 1 Minute to read
- Print
- DarkLight
Telephony Actions
- Updated on 03 Jun 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Telephony Actions
sendSMSMessage
Send an SMS text message via a configured SMS provider.
Property | Value | Description |
returnVariable | expression, variable | name of the variable to be assigned to the return value |
to* | string | the mobile number to send an SMS to Note This should include a country code (i.e., +1 for the US). If a country code is not specified, +1 will be prepended to the to value |
message | expression, multi-line string | The message to be sent in the SMS notification Note This requires SMS Configuration to be completed |
sendSMSMessage("<mobile_number>", 'Test Message')
Was this article helpful?