3 Install and Configure the Recipe

On your Oracle Integration instance, install the recipe to deploy and configure the integration and associated resources.

  1. On the Oracle Integration Home page, in the Get started section, click Browse store.
  2. Find the recipe you want to install, then click Get.

    A message confirms that the recipe was successfully installed, and the recipe card shows In use.

  3. Click Configure Configure icon on the recipe to configure its resources.

    The project workspace opens, displaying all the resources of the recipe. Configure the following resources before you activate and run the recipe.

Configure the Oracle Zuora Connection

  1. In the Connections section, click the connection name.
  2. In the Properties section, enter the host name of the Zuora instance. The Zuora host name appears in the Zuora home URL. For example: https://hostname.zuora.com.
  3. In the Security section, enter the following details:
    Field Information to Enter
    Security Policy Select Zuora Composite Security Policy.
    Client Id Enter the client ID retrieved from the Zuora instance. See Configure Zuora.
    Client Secret Enter the Client Secret retrieved from Zuora instance.
  4. Click Save. If prompted, click Save again.
  5. Click Test to ensure that your connection is successfully configured. In the resulting dialog, click Test again.

    A message confirms if your test is successful.

  6. To return to the project workspace, click Go back Back icon.

Configure the Oracle GraphQL Hasura Connection

  1. In the Connections section, click the connection name.
  2. In the Properties section, enter the GraphQL endpoint which you have retrieved from Hasura console. See Configure Hasura.
  3. In the Security section, enter the following details:
    Field Information to Enter
    Security Policy Select Custom Security Policy.
    Header Key Enter X-Hasura-Admin-Secret. See Admin Access.
    Header Value Enter the admin secret of the project created on Hasura as the header value. See Configure Hasura.
  4. Click Save. If prompted, click Save again.
  5. Click Test to ensure that your connection is successfully configured. In the resulting dialog, click Test again.

    A message confirms if your test is successful.

  6. To return to the project workspace, click Go back Back icon.

Update Integration Properties

Update integration properties for the integration flow of the recipe with appropriate values.

  1. In the Integrations section, click Actions Actions icon on the integration flow, then select Update property values.
  2. In the Update property values panel, update the integration properties with appropriate values.
    1. EmailTo: Specify the email ID to which the error notification has to be sent.
    2. retryCount: Specify the number of retries when an invoke fails. The default value is 3.
  3. Click Submit.

    A message confirms that the integration properties have been updated successfully.