help | Sending a notification to the user from the client side
-
תגובה: How to send alerts to users after user creation?
Hello everyone.
I want to do exactly such a thing, just regardless of the user creation, and on the client side.
That is, I am looking for an option, that I will run, for example, a socket command in the console with parameters of subject uid, and content, and then jump to the uid I entered - alert.
I would appreciate guidance on the subject, how to do it.
Thanks in advancePS: I'm looking for a way to actually send a message to the user, it's better for me to send him a normal alert, and not in the style of app.alert, but an alert in the notification panel...
If there is a way to do such a thing, I would be very happy. Thanks! -
@LEVI-HAVIV said in help | Sending a notification to the user from the client side:
I want to do exactly such a thing, just regardless of the user creation, and on the client side.
This is not possible without a plugin on the server
-
Oh!
Thanks for the comment,
In the meantime, I found a plugin that defines this, and on the server side I simply launch a socket, which is sent to the plugin, and then the plugin sends the notification.