Install and Configure the Recipe

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

Install the recipe on your Oracle Integration instance. See Install a Recipe or Accelerator.

After you've installed the recipe, configure the following resources:

Configure the Microsoft Outlook Connection

  1. In the Connections section, click the connection name.
  2. In the Security section, enter the following details:
    Field Information to Enter
    Client Id Enter the client Id.
    Client Secret Enter the client secret.
    Scope Enter the scope URL. For example https://graph.microsoft.com/Mail.ReadWrite https://graph.microsoft.com/Mail.Send offline_access
  3. Click Provide Consent. This enables Oracle Integration to interact with the Microsoft Office 365 Outlook account used to create the application at https://portal.azure.com/. If everything is correct, you are prompted for the Oracle Integration credentials.
    1. Enter the credentials and click OK. These are the same credentials you use to log in to Oracle Integration.
    2. Enter the Microsoft Office 365 Outlook account credentials.
      A page is displayed asking for permission to interact with the account.
    3. Click Yes.
      The Access Allowed! page is displayed.
  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 REST Trigger Connection

  1. In the Connections section, click the connection name.
  2. 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.

  3. Click Save. If prompted, click Save again.
  4. To return to the project workspace, click Go back Back icon.

Configure the Integration Flows

Edit the integration flows to configure actions for the following OCI AI services.

OCI Language

  1. In the Integrations section, click the Oracle MaskingPIIfromEmail integration flow.
  2. On the integration canvas, click the OCI Language element, and then click Actions Actions icon and select Edit.
  3. Click Action and select Personal identifiable information (PII), and then click Continue.
  4. From the Compartment drop-down list, select the OCI compartment.
  5. Click Next and then Done.
  6. Click Save to save the integration.
  7. To return to the project workspace, click Go back Back icon.

To know more about the language action, see Perform Text Analysis and Translation with a Language Action in Using Integrations in Oracle Integration 3.

OCI Generative AI

  1. In the Integrations section, click the Oracle GenAI Quick ReplyToEmail integration flow.
  2. On the integration canvas, click the OCI Generative AI element, and then click Actions Actions icon and select Edit.
  3. From the Select Categories drop-down list, select On Demand.
  4. Click Action and select Chat, and then click Continue.
  5. Select the OCI region, OCI compartment, model, and model ID.
  6. Click Next and then Done.
  7. Click Save to save the integration.
  8. To return to the project workspace, click Go back Back icon.

To know more about the generative AI action, see Generate Text with a Generative AI Action in Using Integrations in Oracle Integration 3.

Configure the Lookup Tables

Edit the values of the lookup keys as required in the recipe's lookup tables.

The recipe contains the following lookup tables:

  • AILanguageParameters: This lookup table holds input parameters for OCI Language.
  • GenerativeAIParameters: This lookup table holds input parameters for OCI Generative AI.
  1. In the Lookups section, click the lookup name.
  2. Edit the lookup table.
    • In the AILanguageParameters lookup table, enter required values to prepare request for BatchDetectLanguageEntities API in the Oracle MaskingPIIfromEmail integration flow.
    • In the GenerativeAIParameters lookup table, enter required values to prepare request for Generative AI API in the Oracle GenAI Quick ReplyToEmail integration flow.
  3. Click Save. If prompted, click Save again.
  4. To return to the project workspace, click Go back Back icon.

Update Integration Properties

Update integration property for the Oracle Get Emails integration flow.

  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, enter the value for the MailSubjectToRead integration property. For example: Account Payment Dispute.
    This integration property holds the value for the email subject on the basis of which emails retrieved from the Outlook server are filtered.
  3. Click Submit.

    A message confirms that the integration property has been updated successfully.