Display notification in a serveless app when an event get triggerd

i don’t have ana idea on how to display notification when ana event get triggerd.

@mehdi,
Good day!
it is not possible to show a notification to UI from the serverless app,
I hope it helps :slight_smile:

Thanks

1 Like

Where do you want to show these notifications?

As Santhosh said above, it is not possible to show a UI notification in the frontend by listening to events in server.js. But you can add a frontend component to the same app and listen to Events Methods and trigger a UI notification.

2 Likes