Notification
This guide outlines the system events that can trigger notifications, along with the available delivery methods.
Notification Delivery Methods
Notifications can be delivered through the following channels:
Younium Snackbar – A brief, non-intrusive message displayed at the bottom of the screen.
Younium Dialog – A modal dialog that requires user interaction before proceeding.
Email – Sent to users who have opted in via their notification settings, using the email address associated with their user profile.
Slack – Requires an active Slack connector to be configured.
Notification Events
| Event Name | Description |
| New account created | Triggered when a new account is created. |
| New order activated | Triggered when a new order is activated. |
| Order change | Triggered when an existing order is changed. |
| Order draft created | Triggered when a draft order is created. |
| Order cancelled | Triggered when an order draft is cancelled. |
| Integration sync completed | Triggered when an integration successfully completes a data sync. |
| Integration sync failed | Triggered when an integration sync job fails. |
| Integration event action completed | Triggered when an integration event action is completed. |
| Integration event action failed | Triggered when an integration event action fails. |
| Revenue recognition journal posted | Triggered when a revenue recognition journal is posted. |
| Usages import completed | Triggered when a usage import is completed. |
| Usages import failed | Triggered when a usage import fails. |
| Webhook request failed | Triggered when a webhook request fails. |
| Job failed | Triggered when a Scheduled job fails. |
Reminders
This guide explains how to configure email reminders using the built-in reminder system. These reminders are sent automatically to users based on specific criteria you define.
How to Create a Reminder
To set up a new reminder, go to:
Settings > Notifications > Reminders > Add New
Reminder Configuration Overview
The reminder setup consists of three main sections:
1. Trigger
Defines when the reminder should be sent.
Based On*: Select the data source or module the reminder is tied to.
Target Field*: Choose the specific field that will be used as the trigger.
Trigger*: Define the condition for triggering the reminder (e.g., before or after the selected date).
Days: Specify the number of days before or after the trigger condition.
Reminder Description: Add an internal description to help identify the reminder.
2. Additional Conditions
Optionally add filters or logic that must be met for the reminder to be sent.
Example: Only send reminders where Account number = 123456
Click Add Condition to include multiple filters.
Filter logic can be customized:
Combine conditions using logical operators:
AND,OR,NOTExample:
1 AND (2 OR 3)If left empty,
ANDis used by default.Click Use condition(s) when you're done.
3. Action
Defines what happens when the reminder is triggered.
Receiver*: Select the user who should receive the reminder.
Only users already set up in the system can be selected. The email will be sent to the address defined in the selected user's User Settings.Subject: Enter the subject line of the email.
Message: Write the body of the email.
You can insert dynamic fields (tags) into both the subject and message by clicking the + icon.
The available fields depend on the module selected in the "Based On" setting.
Final Steps
Once all fields are completed:
Click Preview Email to review the content.
Click Create Reminder to activate it.