Retool Events reference
Reference documentation for Retool Events.
Use Retool Events to build workflows that run whenever certain events occur within your organization. Event payloads contain properties with information related to the event. You can reference these within Retool Event-related workflows to perform actions or send notifications automatically.
Password reset required
A user must reset their password.
requestingUserEmail
The email address for the password reset request.
resetPasswordLink
The password reset URL.
Report app errors
An error occurred within an app.
Source Control deployment completed
Source Control has completed a deployment.
deploymentType
The type of deployment performed.
status
The deployment status.
targetCommit
The abbreviated commit hash that was deployed.
User created
A user was created.
userEmail
The email address for the newly created user.
User invited
A user was invited to join the organization.
invitedUserEmail
The email address for the invited user.
inviteId
The invitation ID.
inviteLink
The invitation URL.
User requested access
A user requested access to join the organization.
requestingUserEmail
The email address for the request.
Login attempted
A user attempted to log in. This event runs after a user has been authenticated, but before they complete the login process.
active
Whether the user is active.
createdAt
The timestamp for when the user was created.
email
The email address of the user.
firstName
The first name of the user.
id
The ID of the user.
isAdmin
Whether the user is an admin.
lastActive
The timestamp for when the user was last active.
lastName
The last name of the user.
metadata
Metadata for the login attempted event.
userType
The type of user.