-
Notifications
You must be signed in to change notification settings - Fork 182
Description
hello
this is not issue - it is a question (and i don't know where to write it, so i am writing here)
i am new to mqttwarn and i am thinking about to use it. i understand how it works, but my requirement is bit different. simply - i need to have option to send message (currently push notification with pushbullet) to recipient, which is specified in mqtt payload/message. so for example - the message should looks like this:
{
"recipient": "[email protected]",
"message": "hello world"
}and the question is, if it is possible to send the message "hello world" dynamically to the recipient with email [email protected] instead of statically defined targets in service configuration? according to the documentation and the options/functions, which i am able to change/write, it looks to me, it is not possible :-(
thanks
mirek