You can use API calls to create, configure, and manage Scheduled Event Configurations. Scheduled Event Configurations define custom Event types that reference Date/Time fields belonging to configuration and billing entities. They therefore provide you with an extra degree of flexibility over and above system-generated Events for setting up Notifications based on Events: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.
- When you have created a Scheduled Event Configuration, it becomes available as an Event type to set up Notifications in the same way as you can for any system-generated Event type.
- You use an
offsetparameter when you create a Scheduled Event Configuration, which allows you to specify in days after a Date/Time field when Events of that type will occur. - For example, you might want to set up a Scheduled Event Configuration that references the
endDatefield for Bill entities and then specify anoffsetof ten days. This means an Event of that type will occur ten days after a Bill end date. Using this custom Scheduled Event as a basis, you can then set up a Notification that triggers on the Event occurring, and which can then alert your Billing Operations team to check that the Bill has been settled.
Creating a Scheduled Event Configuration
This section uses the Create ScheduledEventConfiguration API call to create an example custom Scheduled Event Configuration:- We’ll reference the
endDatefield for Bill entities to create the Event Configuration. - We’ll use the
offsetrequest body parameter to set an offset of 5 days. - Our custom Scheduled Event will therefore occur 5 days after the end date of Bills in our Organization.
-
First, use a
POSTcall to obtain a Bearer Token for the Service User you want to use to create a Scheduled Event Configuration. See Service Authentication. -
Make a
POSTCreate ScheduledEventConfiguration call:

-
Note that for the
namerequest parameter, you must use the following format:- scheduled.<name of entity>.<custom event name>

Creating Notifications for Scheduled Events
If you’ve created a Scheduled Event Configuration for your Organization, you can now create a Notification based on it in the same way that you can create Notifications based on a system-generated Event. For full details on how to create a Notification Rule based on an Event, please see the Creating. Managing, and Reviewing Notifications topic. If you go to Notifications>Create Notification Rule in the Console, on the Create form your new custom Scheduled Event will show for selection in the Event drop-down for the same name as you used to create it. For the example shown in the previous section of this topic, this Event name is scheduled.bill.enddate, and you can start to enter this name to filter the drop-down Event list: