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
- Unauthorized Charge After Appwrite Pro F...
I was using Appwrite Pro credits worth $100, which were valid until November. During this period, I was exploring Appwrite's services. However, I recently notic...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...