Event Driven Notification
To integrate Unifier with third-party software seamlessly, the application stores the relevant events in the database and provides an integration end point making those events available to the external application.
All the information that is captured within the Event Notifications log, about each event, will be available by way of the Get Event Driven Notification REST service. This REST service helps you get all the notification events by using the available filter parameters.
The following data can be pulled about any event:
# | Attribute Name/Label in Unifier | JSON label |
---|---|---|
1 | project_id | project_id |
2 | object_prefix | object_prefix |
3 | Shell Number | shell_number |
4 | Shell Name | shell_name |
5 | Object Type | object_type |
6 | Object Sub-Type | object_subtype |
7 | Object Name | object_name |
8 | Record Number | record_no |
9 | Event Date | event_date |
10 | WF Step From WF type BPs only | workflow_from |
11 | WF Step To WF type BPs only | workflow_to |
12 | WF Action Name WF type BPs only | workflow_action |
13 | Old Status | old_status |
14 | New Status | new_status |
In This Section
Last Published Wednesday, April 9, 2025