Activate and Run the Recipe

After you've configured the connections and other resources, 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 request payload.

      Example:

      {
       "Department": "",
       "Email": "",
       "Address": {
       "State": "",
       "Street": "",
       "Country": "",
       "City": ""
       },
       "BusinessTitle": "",
       "FirstName": "",
       "LastName": "",
       "EmployeeID": ""
      }

    Based on the data in the request payload, the recipe creates a new record in Azure Active Directory and provides the required response.

    If a similar user record already exists in Azure Active Directory, a response message User already exists- <Existing User Principal Name> along with status-203 is returned.

    If a new user record is successfully created in Azure Active Directory, a response message User Created-<User Principal Name> along with status-201 is returned.

  3. Monitor the running of the integration flow in Oracle Integration. See Monitor Integrations.