DirectNotificationValve
Valve used to send notifications over SMS and/or SMTP.
Properties
Example Configuration
{ "name": "DirectNotificationValve", "config": { "recipient_param_name":"{{item.mobile}}", "static_recipients": "[email protected]", "use_sms":"true", "use_smtp":"true", "sms_message":"Notification from auth server",
"smtp_message":"
Notification from auth server
", "sms_wash_recipient_number":"true", "sms_recipient_prefix":"+46", "force_prefix":"true" } }
Requirements
Item set must have at least one entry.
Used with the module "com.phenixidentity~phenix-external-event".