Actions Not Triggered With Social Login
Sep 10, 2025
Overview
Cause
Solution
"The
post-user-registration triggers runs after a user has been created for a Database or Passwordless connection.":Instead, implement this logic in a post-login action flow and use the "event.stats.logins_count" combined with the "event.connection.name", for example, to see if this is the user signing in for the first time with a social connection. When this is true, trigger custom code as needed.