RapidIdentity Administrators' and Users' Guide

Telephony Actions

Tropo is a deprecated service for RapidIdentity whose Actions are no longer used, but another useful Telephony Action is available in this category.

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 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

Example

sendSMSMessage("<mobile_number>", 'Test Message')

Note

Deprecated in RapidIdentity version 2019.8.13.0

In order to use the Tropo telephony actions, you must have an account with Tropo. Tropo offers free accounts for development/trial purposes, but you will need to pay for the service (at very reasonable rates) before putting into production.

Launch a tropo.com hosted app.

Property

Value

Description

token*

password, string, expression, variable

the token for the tropo.com hosted app

variables

expression, variable

Record or object containing string variables to pass to the tropo.com hosted app (default: none)

returnVariable

expression, variable

name of the variable to be assigned to the return value

Note

Deprecated in RapidIdentity version 2019.8.13.0

Send an SMS text message using the tropo.com hosted app. To use this action it is necessary to deploy this script as a Tropo application and have available the messaging token used to invoke it.

Property

Value

Description

token*

password, string, expression, variable

the messaging token for the tropo.com hosted app

to*

text, expression, variable

the destination telephone number (prefixed by '+' and the country code if outside US/Canada)

message*

text, expression, variable

the text message

returnVariable

expression, variable

name of the variable to be assigned to the return value