About This Recipe
This recipe enables you to invoke notifications in your Oracle Fusion Application for user-defined events. You can send notifications to specific Fusion Application users after certain events, such as creation of Fusion records (like sales orders) using APIs, either through Oracle Integration or external applications.
This is an application-driven recipe that creates a new notification in an Oracle Fusion Application when it receives a REST request with the notification data from an external application or from another integration flow in Oracle Integration.
To use the recipe, you must install the recipe and configure the connections and other resources within the recipe. Subsequently, you can activate the integration flow of the recipe and send a REST request with the notification data to the integration’s endpoint URL from an external application or from another integration flow in Oracle Integration. When triggered, the recipe’s integration flow creates a notification in your Oracle Fusion Application using the data received and returns a success or failure response.
The notification shows up on the Fusion Application’s home page for the specified user. You can customize the notification’s message as required by any scenario.