Activate and Run the Recipe

After you've configured the connections, you can activate and run the recipe.

  1. Activate the recipe. See Activate a Recipe or Accelerator.
  2. Run the recipe from an external application.
    1. In the Integrations section of the project workspace, click Actions Actions icon on the integration flow, then select Run.
    2. On the Configure and run page, click Endpoint metadata.
    3. In the panel that opens, copy the Endpoint URL value. This is the integration flow's endpoint URL.
    4. From the external application, send a POST request to this endpoint URL along with the notification data. Provide the notification data in the POST request’s Body field. See the subsequent step for an example request payload.
      The recipe invokes a notification in your Oracle Fusion Application for the user account specified in the notification data.
  3. Test the recipe in Oracle Integration.
    1. In the Integrations section of the project workspace, click Actions Actions icon on the integration flow, then select Run.
      The Configure and run page opens.
    2. In the Request section, click Body and enter the notification data. The data must contain the following elements:
      • UserName: Enter an existing user in your Oracle Fusion Application for whom the notification is intended. This field is case-sensitive.
      • Message: Enter a message to show in the notification.
      • TaskCreator: Enter the name of the notifier.
      Here’s an example data set:
      {
              "UserName": "Robert.James",
              "Message": "Testing the Notification Recipe",
              "TaskCreator": "Admin User"
              }
    3. Click Test.
      The recipe invokes a notification in your Oracle Fusion Application for the user account specified in the notification data. The Activity Stream pane appears displaying the status of the integration instance’s execution.
    4. In the Response section, under the Body tab, view the success response, 200 OK.
  4. Log in to your Oracle Fusion Application instance with the user account specified in the Request payload previously, and check for the new notification.
    1. On the home page, the Bell icon in the top right corner displays a new notification.
      Click the icon to view the notification’s content. The notification also contains the name of the notifier, specified in the Request payload.
    2. You can also view the same notification under the Things to Finish section on the home page.