In the Console, you can set up Notification rules, which allow you to define a rule set that controls when a Notification is triggered with reference to an Event:Documentation Index
Fetch the complete documentation index at: https://docs.m3ter.com/llms.txt
Use this file to discover all available pages before exploring further.
- Event. Specify the system Event that the Notification will be sent for - for example, a Prepayment/Commitment created Event.
- Calculation. Include a calculation that references the Event’s fields. The calculation is evaluated as either true or false, and this allows you to define precisely the conditions that must be satisfied for the Notification to be triggered and sent when the specified Event occurs. For example, a Notification that will be sent only when a Prepayment created Event occurs and the Prepayment amount is equal to or greater than $5,000.
- Always fire notification. If you want a Notification to be triggered simply by the Event occurring and with no further conditions having to be met, you can use a switch to implement this use case. No calculation is then required for the Notification rule.
- Active/Inactive. Switch the Notification on and off for the referenced Event.
- You have enabled the Notification rule linked to the Outgoing webhook to be active.
- The system Event occurs that the Notification rule is based on.
- Any calculation you’ve built into the Notification rule is evaluated as true at the time the Event occurs.
- Creating Notification Rules
- Linking Notification Rules to Outgoing Webhooks
- Managing Notification Rules
Creating Notification Rules
To create a Notification Rule:- In the Console, select Alerts and notifications:

- Select Notification rules:

- Select Create notification rule. The Create page opens.
- On the Notification rule details panel, enter:
- Name and Code.
- A Description for the Notification rule.
- Enter Notification rule settings:
- Use the Event drop-down list to select the Event you want to create the Notification rule for. Note that this field is searchable - simply start to type in the name of the Event and the list will be filtered automatically as you type:

-
If you want a Notification to be triggered simply by the selected Event occurring and with no further conditions having to be met, enable the Always fire notification switch. Default is disabled.
- Note: No calculation is then required for the Notification rule configuration and the Calculation section of this panel will be disabled.
- Use the Active switch to enable the Notification rule for the selected Event. Default is disabled.
-
In the Calculation edit box, enter the calculation that defines the condition you want to apply for the Notification rule to be triggered when the selected Event occurs:
- Note that you must ensure you reference fields that are valid for the Event. For details on how to obtain the fields available for different Event types, see Event Fields.
- For more details on creating calculations for Notification rules, see Creating Calculations.
- When you’ve entered a calculation, in the Rule calculation panel, select Test calculation. The calculation is evaluated for correctness with respect to:
- The fields you’ve referenced are valid ones for the selected Event type.
- The syntax, functions, and operators you’ve used are valid for the m3ter calculation engine - see Creating Calculations.
- Check the result of the calculation evaluation:
- If the calculation is valid, Calculation passed will show True.
- If the calculation is invalid, Calculation passed will show False:

- The Notification rule is set to be Active.
- Because we want to apply conditions for the rule, we leave the Always fire notification switch in the default off position.
- A calculation is used that references the
new.amountfield for aconfiguration.commitment.createdEvent. - The calculation has been tested and evaluated as Calculation passed = True.
- Select Create notification rule. The Notification rule details page opens:

Linking Notification Rules to Outgoing Webhooks
To complete your setup for a Notification, you can link a Notification rule to an Outgoing webhook - see Creating and Managing Outgoing Webhooks for more details:- When you link a Notification rule to an Outgoing webhook, this creates a Notification Webhook Integration.
- If an Event of the type on which the Notification rule is based occurs and any conditions you’ve defined using a calculation in the rule are satisfied, then the Notification is triggered and sent to the Outgoing webhook you’ve linked it to.
Linking Notifications to Webhooks
To link a Notification Rule to an Outgoing webhook:- In the Console, select Alerts and notifications. The Alerts page opens.
- Select Notification rules. The Notification rules page opens and lists any existing Notification rules.
- Select the Name hotlink text of the Notification rule you want to link to an Outgoing webhook. The Notification rule details page opens.
- Scroll down the page and on the Linked webhooks panel, select Link webhooks. A Select outgoing webhooks dialog appears, and lists the Outgoing webhooks created for your Organization.
- Select the Outgoing webhooks you want to link the Notification rule to, and then select Confirm. The dialog closes and the selected Outgoing webhooks are listed:

- A single Outgoing webhook has been linked to a Notification rule.
- You can read off the URL for the the webhook.
- If you haven’t yet created the Outgoing webhook you want to link the Notification rule to, you can select Create outgoing webhook. This takes you directly to the Create page - see Creating and Managing Outgoing Webhooks.
- If you want to review the Outgoing webhook details, select the Name hotlink text. The Outgoing webhook details page opens:

- You can open the Integrations>Outgoing webhooks page and review other webhooks:

Reviewing and Managing Notification/Webhook Links
When you’ve linked a Notification to a webhook, you can review and manage the link:- If the link is flagged as inactive, check the status.
- Set up Organization users to receive email notifications if the Notification Webhook integration created by the link has been auto-disabled.
- Open the Notification rules page and select the Name hotlink text of the Notification rule you want to review and manage a Notification/Webhook link for. The Notification rule details page opens.
- Scroll down the page to the Linked webhooks panel.
- Select the Details icon for the link you want to review and manage:


-
In this example the details modal for an INACTIVE Notification/Webhook link has been opened and an information banner gives the reason why - because the Notification rule configuration is set as globally inactive.
- If you want to change the status, select Update. The Edit page of the Notification opens.
- Under Notification rule settings, enable the Active switch and select Update notification rule. You are returned to the Notification rules page where the Notification now shows as ACTIVE.
- If you want to set up an Organization user to receive an email notification when the Notification Webhook integration created by the link is auto-disabled, use the Disabled notification users drop-down to select the user:

- Select Update. A message appears advising that the link options were updated successfully.
Managing Notification Rules
To manage Notification Rules:- In the Console, select Alerts and notifications. The Alerts page opens.
- Select Notification rules. The Notification rules page opens.
- If you want to make any editing changes to a Notification, select Edit:

- Make your changes, and select Update.
- If you want to view details of the Notification, select the Name hotlink text. The Notification rules details page opens.
- If you want to delete a Notification rule, select Delete:

- Select Yes to confirm the deletion.
Reviewing Events for Notifications
When you have created and configured Notifications rules for system Events and enabled them as active in your production environment, you can review any triggered Notifications and the Events that triggered them. To review Events for Notifications:- In the Console, select Alerts and notifications. The Alerts pages opens.
- Select Notifications. The Notification rules page opens.
- Select the Name hotlink text of the Notification that you want to check for triggering Events:

- Scroll down the page and the Latest events panel lists recent Events which triggered the Notification giving the Date for each triggering Event for the Notification rule:

Example Notification Payload
The following is an example of the payload sent on a webhook when a Notification is triggered. The example is for a Notification triggered by abilling.bill.created Event: