Rank 6: Server
title
Votes
0
Replies
11
Participants
Unknown
Messages
12
Rank 6: Server
title
Rank 6: Server
is this intended behaviour?
Yes
The event will trigger only for the create endpoint
https://github.com/appwrite/appwrite/blob/master/app/controllers/api/account.php#L55
Rank 6: Server
but technically anonymous account also get a user id 🤔
Yes, but you can see here in the creation of anonymous session no event is attached
Rank 6: Server
i see hmmm.. so currently its not possible to trigger an event on anonymous account creation / session creation right?
Rank 6: Server
because i was making a cloud function which automatically makes a user item in collection
Rank 6: Server
but according to the php code seems impossible 🤔
Yes, it's not possible
Only for that function https://appwrite.io/docs/client/account?sdk=web-default#accountCreate
Even OAuth2 won't trigger that event