Hello, is there a way to call an appwrite function if a given storage bucket changed? Like if a file was added or removed to that bucket.
I found function events and it looks like it does what I want. But what I can't find in the docs yet, how to get the id of the bucket that was changed when the function is called.
[SOLVED] I got it. The data is in the req.body.
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- GitHub Student Benefits Not Applied to M...
Hi! I signed up for Appwrite using my GitHub account, and I’m a student with an active GitHub Student Developer Pack. I was expecting the Appwrite educational/...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...