Good day, I would like to inform you first of all that I am a very satisfied user of Appwrite. I have a question, why when creating a webhook there is no possibility to select the users..verification..update event and there is only users..verification..create and users..verification..delete although the documentation describes such an option? How can I use this so that the webhook sends a request to my endpoint only when the user confirms/verifies their account after clicking the verification link from appwrite after creating an account? 🙂
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...