
My function is triggering (users.*.create) whenever a new user is created. Is there any way to get new user data(such as email, userId etc) inside that function?

Yes.

Please tell how

It will be inside the APPWRITE_FUNCTION_EVENT_DATA
You can check about variables more here: https://appwrite.io/docs/functions#functionVariables

Thank You Very Much!!😆

<:appwriteupvote:899677724615016528>

[SOLVED] Getting payload from event
Recommended threads
- How to get event payload/source from fai...
Hi everyone, I'm currently working with Appwrite's database triggers, specifically for document creation events. I've encountered a potential issue and was h...
- Seeding storage/table issue
Hello, I have encountered some issue with uploading an image to the bucket. Usually, image upload is done from local point, however on some tutorial that was d...
- Creating a custom function ID in the con...
Console Version 1.8.0 Google chrome Version 139.0.7258.66 (Official Build) (64-bit)
