Closed openstep closed 2 years ago
I mistakenly assumed that all notification provider arguments are always required. But of course this is not the case. I have removed this check in version 0.5.1 and will improve this later. I think your code will work now. Otherwise please send a new message.
Thanks for the prompt response, as always.
Could you please provide an example? I would like to set up a notificaton as
What we tried so far endpoint for the addmonitors
curl -d "name=TestNotification2&smtpHost=URL&smtpPort=25&smtpUsername=username&smtpPassword=password&subject=TestNotification&smtpFrom=email&smtpTo=adress" -H "Content-Type: application/x-www-form-urlencoded" -X POST http://localhost:5000/addnotification
Example for a getmonitor operation