Appearance
Sign in with email ​
Use this action to authenticate a user with their email and password.
Configuration ​
| Display Key | Example Input | Description |
|---|---|---|
| "user@example.com" | The user’s email address. | |
| Password | "StrongP@ssw0rd!" | The user’s password. |
| Remember Me Optional | true | If true, keeps the user signed in between visits. Defaults to true. |
Example flow ​
1
Validate form inputs (email, password) — consider using the
Try/Catch action if you need custom check of the inputs2
Run the
Sign in with email action with the input values3
Navigate the user to your post‑login page
Example output ​
json
{
"token": "RxhGbTvoozL6iSWeheUJock8wmUCmGLy",
"user": {
"id": "b20fd6fd-aa0a-44c2-8429-2e39cc4d59b4",
"email": "test@gmail.io",
"name": "",
"image": null,
"emailVerified": false,
"createdAt": "2024-05-29T10:15:00.123Z",
"updatedAt": "2024-05-29T10:15:00.123Z"
}
}Related Event Triggers ​
The
Sign in with email action will fire these Event TriggersUse these Event Triggers to create actions that run automatically when someone signs in. For example, you can send a welcome message, log activity, or update user details right after sign-in happens.

