Allows a webhook to be sent to airtable whenever someone logs in, or attempts to login - containing useful information about the request or allowing you to send them their passcode via email automations.
Types:
The type parameter can be used to differentiate the automations you run when the webhook is received.
forgot_passcode
This will send the users email as submitted_value when they click on the forgot passcode link (only displayed on passcode login). You can setup an automation to find the user with a matching email, and send their passcode to them automatically, or do other checks.
passcode
Depending on success or failure this indicates a user attempted to login using the passcode login method.
email
Depending on success or failure this indicates a user attempted to login using the email login method.
Example