SMSValve
Valve to send a 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}}"
}
}
Requirements
Item set must have at least one entry.