Notifications from Dude Server

I have dude server installed on a 433auh.
I want to run a script on the 433auh on a notification.

can this be done and how.
execute on server is not listed.

[edit]
Would really like to access rb433auh connected gsm device for sms.
Cell Carrier sms page requires authentication.
email server requires smtp authentication.

Any other recomendations on getting notifications out ?!?!?!?

I use SSH with certificates to automatically login to a Dude Server running on RouterOS. You can tell the Dude client to run an SSH command against the server for a notification task. I use PuTTY for the SSH client.

You’ll have to create a certificate and import into RouterOS for each user to automatically login.

ex. Set the Dude client to execute locally and run something like:

plink.exe -ssh -i <private key file> <user>@<server ip> "<command>"

Then set up a notification to run this task.

Hope that makes sense,