#How to get notified when user add data to appwrite database

9 messages · Page 1 of 1 (latest)

lime lagoon
#

In my web app when user upload some files I should get notified. How can I do that ??????

orchid falcon
#

You can trigger Function attached to a specific event.
Here the event could be: buckets.[1].create where [1] is your bucket name.

In the function's body,
you can send an email or a push notification to your device.

dim oasis
lime lagoon
#

@idle finch and @leaden bay could you guys help me how to do that

lime lagoon
leaden bay
idle finch
#

It depends on the scenario I guess, you can utilize the functions or the realtime event. But if the needed is something like push notification, you can use the function feature of appwrite then. Or else if the needed is when the user is uploaded files and you need to notify your application to update the UI, then you can use the realtime

lime lagoon