DirectNotificationValve
Valveto send notifications over SMS and/or SMTP.
Properties
Example Configuration
{
"name": "DirectNotificationValve",
"config": {
"recipient_param_name":"{{item.mobile}}",
"use_sms":"true",
"use_smtp":"false",
"sms_message":"Notification from auth server",
"sms_wash_recipient_number":"true",
"sms_recipient_prefix":"+46"
}
}
Requirements
Item set must have at least one entry.