Hello, i've read the documentation but can't find an example for this. Would you let me know how to set up the event for specific collection/db?
I am setting up a function to trigger on an event when Collection A has a DELETE event.
Which one is correct for such purpose? databases.[dbA].collections.[colllectionA].delete or databases.dbA.collections.colllectionA.delete
Thanks.
Hi 👋 , the second one would be the correct one
Thanks so much.
[SOLVED] How to specify Event
Recommended threads
- Dotnet functions on cloud
I'm trying to deploy my .Net8 functions to my project on cloud.appwrite through the CLI. I'm getting this error.
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...