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
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...