SMSValve
Valve to send SMS using PhenixID Message Gateway .
Note: This valve is commonly used when sending notifications to users and administrators. NOT for sending one-time passwords.
Properties
Example Configuration
{ "name": "SMSValve", "config": { "recipient_param_name":"{{item.othermobile}}", "userid_param_name":"{{request.username}}", "wash_recipient_number" : "true", "use_flash" : "false", "recipient_prefix" : "+46", "force_prefix" : "true",
"recipients" : "+4655512345,+4655567890", "message_gateway_settings" : "ce4d2wer-css0-42ec-9800-129a6212",
"message" : "Hello
, please check log file now."
$$USERNAME
,
"dynamic_values" : "
} }$$USERNAME
={{item.givenName}}"
In the example above, the value for attribute othermobile has been picked up earlier in the flow.
The value for userid_param_name has been picked up from the request. Most common values are {{request.User-Name}} for RADIUS and {{request.username}} for HTTP.
Requirements
Item set must have at least one entry.