-
Notifications
You must be signed in to change notification settings - Fork 15
Notifications
Jonas B. edited this page May 24, 2025
·
2 revisions
Notifications can be used to send messages to third-party applications. Enterr uses Apprise and supports dozens of different applications by setting an Apprise token.
This setup will send a notification to Discord whenever a website login fails. The variable {WEBSITE_NAME} will be automatically replaced with the website’s name. When you click the TEST NOTIFICATION button, you should receive the following message on Discord:
The table below lists all possible variables that can be used:
| Variable | Description | Example Value |
|---|---|---|
| STATUS | A status message indicating the state of the login | FAILED |
| STATUS_MESSAGE | A natural language message describing the login status | Login failed |
| EXECUTION_STARTED_DATETIME | Date and time when the login started | 2025-05-24 14:35:50.527274+00:00 |
| EXECUTION_ENDED_DATETIME | Date and time when the login ended | 2025-05-24 14:36:20.527274+00:00 |
| EXECUTION_STARTED_TIME_MESSAGE | Time when the login started | 14:35:50 |
| EXECUTION_ENDED_TIME_MESSAGE | Time when the login ended | 14:36:20 |
| EXECUTION_DATE_MESSAGE | The date when the login took place | 2025-05-24 |
| FAILED_DETAILS | A code indicating why the login failed | PASSWORD_FIELD_NOT_FOUND |
| FAILED_DETAILS_MESSAGE | A natural language message explaining why the login failed | Password field not found |
| SCREENSHOT_ID | Unique identifier for the screenshot | 17d0b186-790a-4f4a-93d5-80524d05019a |
| WEBSITE_NAME | Name of the website | My awesome website |
| WEBSITE_URL | URL of the website | https://www.example.com/login |