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
- Appwrite rejecting create and edit reque...
hello, so my issue is that when i make a debug build of my app, everything works as it should, but when i download and test a SIGNED release database rejects al...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...