text
stringlengths
65
20k
4.Assign the following two variables to your integration.Specify the values to variables as follows.Link = Check = false 5.Click Validate , and then click Close .6.Drag a while action below the assign action.7.Provide a unique name for this action, and click Create .8.Set the condition for the specified variables as follows.Check!= true 9.Click Validate , then click Close .10.In the mapper, map Link to page_info in the Shopify request mapper and SOAP to limit.4-1Note: The page_info element is a unique ID required to search and access the next page in the results and limit is the maximum number of results to show per page.11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.
Specify the values to variables as follows.Link = Check = false 5.Click Validate , and then click Close .6.Drag a while action below the assign action.7.Provide a unique name for this action, and click Create .8.Set the condition for the specified variables as follows.Check!= true 9.Click Validate , then click Close .10.In the mapper, map Link to page_info in the Shopify request mapper and SOAP to limit.4-1Note: The page_info element is a unique ID required to search and access the next page in the results and limit is the maximum number of results to show per page.11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.
Link = Check = false 5.Click Validate , and then click Close .6.Drag a while action below the assign action.7.Provide a unique name for this action, and click Create .8.Set the condition for the specified variables as follows.Check!= true 9.Click Validate , then click Close .10.In the mapper, map Link to page_info in the Shopify request mapper and SOAP to limit.4-1Note: The page_info element is a unique ID required to search and access the next page in the results and limit is the maximum number of results to show per page.11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.
6.Drag a while action below the assign action.7.Provide a unique name for this action, and click Create .8.Set the condition for the specified variables as follows.Check!= true 9.Click Validate , then click Close .10.In the mapper, map Link to page_info in the Shopify request mapper and SOAP to limit.4-1Note: The page_info element is a unique ID required to search and access the next page in the results and limit is the maximum number of results to show per page.11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.
7.Provide a unique name for this action, and click Create .8.Set the condition for the specified variables as follows.Check!= true 9.Click Validate , then click Close .10.In the mapper, map Link to page_info in the Shopify request mapper and SOAP to limit.4-1Note: The page_info element is a unique ID required to search and access the next page in the results and limit is the maximum number of results to show per page.11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.
8.Set the condition for the specified variables as follows.Check!= true 9.Click Validate , then click Close .10.In the mapper, map Link to page_info in the Shopify request mapper and SOAP to limit.4-1Note: The page_info element is a unique ID required to search and access the next page in the results and limit is the maximum number of results to show per page.11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.
Check!= true 9.Click Validate , then click Close .10.In the mapper, map Link to page_info in the Shopify request mapper and SOAP to limit.4-1Note: The page_info element is a unique ID required to search and access the next page in the results and limit is the maximum number of results to show per page.11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.
= true 9.Click Validate , then click Close .10.In the mapper, map Link to page_info in the Shopify request mapper and SOAP to limit.4-1Note: The page_info element is a unique ID required to search and access the next page in the results and limit is the maximum number of results to show per page.11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.
10.In the mapper, map Link to page_info in the Shopify request mapper and SOAP to limit.4-1Note: The page_info element is a unique ID required to search and access the next page in the results and limit is the maximum number of results to show per page.11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.
4-1Note: The page_info element is a unique ID required to search and access the next page in the results and limit is the maximum number of results to show per page.11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.
11.Drag a Shopify Adapter inside a while action.12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.
12.Specify the following details in the Adapter Endpoint Configuration Wizard.On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).
On the Basic Info page, provide a name.On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.
On the Actions page, select the Query action.On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.
On the Operations page, select the Products module, the Product object, and the Retrieve list of all Products operation.Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.
Review your selections on the Summary page.13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.
13.Drag an FTP Adapter and configure it with the .csv data file.14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .
14.Perform the required mapping.15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.
15.Drag a switch action and specify the following IF condition: count( components.schemas.GetAllProducts) != 0.0 & string- length( page_info) != 0.0Chapter 4 Use Pagination in an Integration 4-216.Drag an assign action to update the specified variables as follows: Link = Page_info Check = false The while loop runs up to page_info in Shopify.Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .
Each page gets triggered and fetches the required data.17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.
17.Drag an assign action into the Otherwise branch of the switch action to update the specified variables as follows: Check = true 18.When complete, save and activate the integration.The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.
The completed integration looks as follows.Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.
Chapter 4 Use Pagination in an Integration 4-319.After successful activation, you can submit the integration and monitor the runtime in Oracle Integration.The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.
The integration keeps running until it completes all cycles of fetching product results, respectively, to each page in the FTP location.Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.
Synchronize Shopify Products With the Salesforce Commerce Cloud Application You can synchronize Shopify records such as a product with the Salesforce Commerce Cloud application.For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.
For this pattern, you see details of the Shopify product in the Salesforce Commerce Cloud application (as a product) using the Shopify Adapter multidomain feature (that is, a single integration can connect to any number of Shopify stores).If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.
If the Shopify Adapter is configured as a trigger connection in an integration, you can use the multidomain feature.In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.
In this case, you must ensure that comma-separated, related Shopify connection IDs are provided on the Connections page in Oracle Integration.1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.
1.Create an app-driven orchestrated integration.2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.
2.Drag a Shopify Adapter into the integration as a trigger connection.3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.
3.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.
b.On the Events page, select the Product module, and then select the Product creation event.c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.
c.On the Summary page, review your selections, and click Done .4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.
4.Drag a Salesforce Commerce Cloud Adapter into the integration canvas.5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.
5.Configure the Salesforce Commerce Cloud endpoint: a.On the Basic Info page, provide a name, and select Data API as the API type.b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.
b.On the Action page, select the Create or Update action.c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.
c.On the Operations page, select Standard objects as the object type, products as the object, and Put Products By ID as the operation.d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .
d.Review your selections on the Summary page.6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.
6.In the mapper, perform the required mapping.The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.
The completed integration looks as follows.Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .
Chapter 4 Synchronize Shopify Products With the Salesforce Commerce Cloud Application 4-4 7.Save and close the integration.8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).
8.Activate the integration.9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.
9.Create the product in any Shopify store that is configured as a related Shopify connection ID in Oracle Integration.The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .
The integration is triggered when the product creation event occurs and the same product is added to the Salesforce Commerce Cloud application.Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.
Choose a Shopify Store to Connect to During Runtime When the Shopify Adapter is configured as an invoke connection in an integration, you can use the multidomain feature to select the store to which to connect.This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.
This pattern describes how you can use the multidomain feature for Shopify Adapter invoke (target) connections and select the store with which to connect dynamically during runtime.To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.
To use this feature, ensure that the connection IDs of the stores are passed in the request mapper.1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.
1.Create an app-driven orchestrated integration.2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.
2.Drag and configure a SOAP Adapter into the integration as a trigger connection.3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.
3.Drag a Shopify Adapter as an invoke connection into the integration canvas.4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.
4.Configure the Shopify endpoint: a.On the Basic Info page, provide an endpoint name, and click Next .b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.
b.On the Action page, click the Create action.c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.
c.On the Operations page, select the Products module, the Product object, and the Create a new product operation.d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.
d.On the Summary page, review your selections, and click Done .5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.
5.In the mapper, map ConnectionId from ConnectivityProperties to pass the connection identifier of the Shopify store (which is not a primary store).6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.
6.Click Validate , and then click Close .Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-57.Open the response mapper and perform the required mappings.8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.
8.Click Validate , and then click Close .The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.
The completed integration looks as follows: 9.When complete, save and activate the integration.As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.
As a result, the product object is created in the Shopify store.10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.
10.If required, you can enter the related connection identifier value as input for the ConnectionId parameter to create the product in the particular Shopify store.Chapter 4 Choose a Shopify Store to Connect to During Runtime 4-65 Troubleshoot the Shopify Adapter Review the following topics to learn about troubleshooting issues with the Shopify Adapter.Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.
Topics Failed to Activate Integration Error Invalid Connection ID Error Edit the Configured Related Connection IDs Edit the Configured Security for your Shopify Adapter Connection Additional integration troubleshooting information is provided.See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.
See Troubleshoot Oracle Integration in Using Integrations in Oracle Integration Generation 2 and the Oracle Integration Troubleshooting page in the Oracle Help Center.Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.
Failed to Activate Integration Error The following error occurs when one of the configured related Shopify connection IDs is deleted (that is, one does not exist) and activation is attempted.As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.
As you are probably aware, you can configure the Shopify Adapter endpoint as a trigger connection and provide related Shopify connection IDs on the Connections page to use the multidomain feature.Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.
Failed to activate integration_name Solution : Remove the invalid connection ID that you configured for the Shopify Adapter connection in Oracle Integration and reactivate the integration.Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.
Invalid Connection ID Error The following error occurs when the Shopify Adapter endpoint is configured as an invoke connection and a connection ID is passed dynamically.As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.
As you are probably aware, the connection ID of the store is passed in the request mapper for an invoke connection.This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.
This enables a single integration to connect to any number of Shopify stores.Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
Invalid Connection ID Solution : Ensure that a connection with the respective connection ID exists.Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.
Edit the Configured Related Connection IDs Assume the Shopify Adapter endpoint is configured as a trigger connection and you provided related Shopify connection IDs on the Connections page to use the multidomain feature.Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.
Assume that you now want to delete/remove one of the related Shopify connection IDs that 5-1you configured for the Shopify Adapter connection in Oracle Integration.You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.
You must perform the following steps: 1.Deactivate the dependent integrations.2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.
2.Make the required changes to the related Shopify connection IDs.3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.
3.Reactivate the integration.Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.
Edit the Configured Security for your Shopify Adapter Connection Assume that you select the Shopify security policy and configure the Shopify Adapter endpoint as a trigger connection.Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.
Later on, you want to change the security policy to Basic Authentication.You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.
You must perform the following steps: 1.Deactivate the dependent integrations.2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.
2.Remove the shared secret from the connection properties and then change the security policy to Basic Authentication.3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.
3.Reactivate the integration.Chapter 5 Edit the Configured Security for your Shopify Adapter Connection 5-2Oracle Cloud Getting Started with Oracle Integration Generation 2 F31221-33 October 2022 Oracle Cloud Getting Started with Oracle Integration Generation 2, F31221-33 Copyright 2020, 2022, Oracle and/or its affiliates.Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.
Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws.Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.
Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.
The information contained herein is subject to change without notice and is not warranted to be error-free.If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.
If you find any errors, please report them to us in writing.If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.
If this is software, software documentation, data (as defined in the Federal Acquisition Regulation), or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer software," "commercial computer software documentation," or "limited rights data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.
As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?
The terms governing the U.S. Government's use of Oracle cloud services are defined by the applicable contract for such services.No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.
No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.
This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .
It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury.If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.
If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.For information, visit http://www.oracle.com/pls/topic/lookup?
Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.
Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.Diversity and Inclusion Oracle is fully committed to diversity and inclusion.
Other names may be trademarks of their respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.Diversity and Inclusion Oracle is fully committed to diversity and inclusion.Oracle respects and values having a diverse workforce that increases thought leadership and innovation.
Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation.All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.Diversity and Inclusion Oracle is fully committed to diversity and inclusion.Oracle respects and values having a diverse workforce that increases thought leadership and innovation.As part of our initiative to build a more inclusive culture that positively impacts our employees, customers, and partners, we are working to remove insensitive terms from our products and documentation.
All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc, and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices.UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.Diversity and Inclusion Oracle is fully committed to diversity and inclusion.Oracle respects and values having a diverse workforce that increases thought leadership and innovation.As part of our initiative to build a more inclusive culture that positively impacts our employees, customers, and partners, we are working to remove insensitive terms from our products and documentation.We are also mindful of the necessity to maintain compatibility with our customers' existing technologies and the need to ensure continuity of service as Oracle's offerings and industry standards evolve.
UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.Diversity and Inclusion Oracle is fully committed to diversity and inclusion.Oracle respects and values having a diverse workforce that increases thought leadership and innovation.As part of our initiative to build a more inclusive culture that positively impacts our employees, customers, and partners, we are working to remove insensitive terms from our products and documentation.We are also mindful of the necessity to maintain compatibility with our customers' existing technologies and the need to ensure continuity of service as Oracle's offerings and industry standards evolve.Because of these technical constraints, our effort to remove insensitive terms is ongoing and will take time and external cooperation.
This software or hardware and documentation may provide access to or information about content, products, and services from third parties.Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.Diversity and Inclusion Oracle is fully committed to diversity and inclusion.Oracle respects and values having a diverse workforce that increases thought leadership and innovation.As part of our initiative to build a more inclusive culture that positively impacts our employees, customers, and partners, we are working to remove insensitive terms from our products and documentation.We are also mindful of the necessity to maintain compatibility with our customers' existing technologies and the need to ensure continuity of service as Oracle's offerings and industry standards evolve.Because of these technical constraints, our effort to remove insensitive terms is ongoing and will take time and external cooperation.ixRelated Resources For more information, see these Oracle resources: Oracle Integration documentation in the Oracle Cloud Library on the Oracle Help Center.
Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.Diversity and Inclusion Oracle is fully committed to diversity and inclusion.Oracle respects and values having a diverse workforce that increases thought leadership and innovation.As part of our initiative to build a more inclusive culture that positively impacts our employees, customers, and partners, we are working to remove insensitive terms from our products and documentation.We are also mindful of the necessity to maintain compatibility with our customers' existing technologies and the need to ensure continuity of service as Oracle's offerings and industry standards evolve.Because of these technical constraints, our effort to remove insensitive terms is ongoing and will take time and external cooperation.ixRelated Resources For more information, see these Oracle resources: Oracle Integration documentation in the Oracle Cloud Library on the Oracle Help Center.Oracle Cloud at http://cloud.oracle.com .
Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Contents Preface Audience ix Documentation Accessibility ix Diversity and Inclusion ix Related Resources x Conventions x 1 Welcome to Oracle Integration A Quick Introduction to Oracle Integration 1-1 Connect to Everything 1-2 Deployment Flexibility 1-2 Library of Prebuilt Adapters 1-3 Integration Accelerators and Recipes 1-4 Embedded File Server 1-4 Business-to-Business Communications 1-6 Automate and Optimize End-to-End Business Processes 1-7 Example 1: Travel Approval Process 1-7 Example 2: Accounts Payable Process 1-8 Robotic Process Automation 1-11 Gain Real-Time Insight into Business Processes 1-11 Build Web and Mobile Apps in Minutes 1-12 Steps to Build a Mobile App 1-13 Supported Browsers 1-16 2 Navigate and Explore Get Familiar with the Home Page 2-1 View Oracle Integration Announcements 2-3 Navigate Anywhere 2-4 Try an Integration Recipe or a Process QuickStart 2-6 Get Stats at a Glance 2-7 Explore Accelerators and Recipes 2-8 iiiOpen Recently Worked on Items 2-10 See Your Process Tasks 2-10 Start Developing by Feature 2-10 Questions?Ask Oracle Assistant 2-11 3 Get Started with Integration Accelerators and Recipes Learn About Differences Between Accelerators and Recipes 3-1 Find Accelerators and Recipes 3-2 Get More Details About Accelerators or Recipes 3-2 Install Accelerators and Recipes 3-3 Configure Resources 3-3 View Details About a Resource 3-6 Activate All the Integrations in the Accelerator or Recipe 3-6 Uninstall Accelerators and Recipes 3-6 A Recipes Reference Cloud Storage/Content Management Recipes A-1 Export Messages from Apache Kafka to Amazon S3 A-1 Before You Install the Recipe A-3 Install and Configure the Recipe A-5 Activate and Run the Recipe A-8 Customer Relationship Management (CRM) Recipes A-9 Attach Files to Salesforce Records A-10 Before You Install the Recipe A-11 Install and Configure the Recipe A-13 Activate and Run the Recipe A-15 Create and Retrieve Organization Details from Oracle Service Cloud (RightNow) A-16 Create Box Folders for ServiceNow Incidents A-17 Before You Install the Recipe A-19 Install and Configure the Recipe A-21 Activate and Run the Recipe A-23 Create Box Folders for Zendesk Organizations A-25 Before You Install the Recipe A-26 Install and Configure the Recipe A-27 Activate and Run the Recipe A-29 Create Orders in Oracle B2B Service for Oracle CPQ Opportunities A-30 Create Salesforce Cases for Jira Issues A-31 Before You Install the Recipe A-32 Install and Configure the Recipe A-35 ivActivate and Run the Recipe A-37 Create Zendesk Tickets for Jira Issues A-39 Before You Install the Recipe A-40 Install and Configure the Recipe A-41 Activate and Run the Recipe A-43 Export Invoices from PayPal to an FTP Server A-44 Before You Install the Recipe A-45 Install and Configure the Recipe A-46 Activate and Run the Recipe A-49 Import Marketo Leads to Oracle Autonomous Data Warehouse A-50 Before You Install the Recipe A-50 Install and Configure the Recipe A-51 Activate and Run the Recipe A-54 Integrate Oracle Internet of Things Intelligent Applications Cloud with Oracle Field Service Cloud A-55 Manage ServiceNow Incidents A-56 Post Slack Notifications for New Marketo Leads A-60 Before You Install the Recipe A-61 Install and Configure the Recipe A-64 Activate and Run the Recipe A-66 Post Slack Notifications for ServiceNow Activities A-67 Before You Install the Recipe A-68 Install and Configure the Recipe A-71 Activate and Run the Recipe A-73 Send Compliance Documents from DocuSign to New ServiceNow Users A-76 Before You Install the Recipe A-77 Install and Configure the Recipe A-80 Activate and Run the Recipe A-82 Send Documents from Salesforce to DocuSign A-84 Before You Install the Recipe A-85 Install and Configure the Recipe A-90 Activate and Run the Recipe A-92 Send Notifications to Salesforce Lead Owners Using Twilio A-93 Before You Install the Recipe A-94 Install and Configure the Recipe A-98 Activate and Run the Recipe A-100 Send SurveyMonkey Surveys to Salesforce Contacts by Email A-102 Before You Install the Recipe A-102 Install and Configure the Recipe A-108 Activate and Run the Recipe A-110 Sync Customer Data Between Oracle Loyalty Cloud and Oracle Responsys A-112 vSync Data Between Oracle CPQ Transactions and Salesforce Quotes A-113 Before You Install the Recipe A-114 Install and Configure the Recipe A-123 Activate and Run the Recipe A-127 Sync Incidents and Resources Between Oracle Field Service Cloud and Oracle B2C Service A-129 Sync Orgs and Contacts Between Oracle B2C Service and Oracle Marketing Cloud A-130 Enterprise Messaging Recipes A-131 Publish and Subscribe to the Oracle Cloud Infrastructure Streaming Service A-131 Enterprise Resource Planning (ERP) Recipes A-134 Automate File Transfer an FTP server to Oracle EPM Cloud A-135 Create Customer Records in Oracle NetSuite A-136 Before You Install the Recipe A-136 Install and Configure the Recipe A-137 Activate and Run the Recipe A-139 Export Purchase Orders from Oracle ERP Cloud to an FTP Server A-140 Extract Bulk Data from Oracle ERP Cloud to an FTP server A-144 Import Files from an FTP Server to Oracle NetSuite A-145 Before You Install the Recipe A-146 Install and Configure the Recipe A-147 Activate and Run the Recipe A-150 Import Financial Journal Entries from Amazon S3 to Oracle ERP Cloud A-151 Import Financial Journal Entries from an FTP server to Oracle ERP Cloud A-152 Process Inventory, Order, and Shipping Info Between Oracle ERP/SCM Cloud and Oracle WMS Cloud A-153 Send Order Fulfillment Notifications from Oracle ERP Cloud Using Microsoft Office 365 Outlook A-154 Before You Install the Recipe A-155 Install and Configure the Recipe A-157 Activate and Run the Recipe A-159 Synchronize Inventory Items Between Oracle Product Hub Cloud and Oracle E- Business Suite A-160 Before You Install the Recipe A-162 Install and Configure the Recipe A-163 Activate and Run the Recipe A-165 Synchronize Opportunities in Oracle CX Sales and B2B Service with Oracle NetSuite Orders A-167 Before You Install the Recipe A-170 Install and Configure the Recipe A-172 Activate and Run the Recipe A-174 Synchronize Supplier Updates Between Oracle Procurement Cloud and Oracle ATP A-176 Before You Install the Recipe A-177 viInstall and Configure the Recipe A-181 Activate and Run the Recipe A-183 Human Capital Management (HCM) Recipes A-184 Export Employee Data from Oracle HCM Cloud to an Identity Management System A-184 Import Users from Oracle HCM Cloud to Okta A-185 Import Worker Records from an FTP Server to Oracle HCM Cloud A-186 Transform an Oracle HCM Cloud Extract File to an ANSI 834 Benefits File A-187 Industries Recipes A-188 Generate Oracle Hospitality Access Tokens A-188 Install and Configure the Recipe A-189 Activate and Run the Recipe A-190 Oracle Integration Starter Recipes A-191 Calculate Total Balance A-192 Concatenate Messages A-194 Echo Request A-195 Get Incident Details A-196 Get Weather Data A-196 Increment the Sequence Variable within a Loop Integration A-198 Perform Mathematical Operations A-200 Get Stocks Data A-210 Say Hello World A-212 Say Hello World Invoke A-213 Say Hello World Map Data Invoke A-213 Send Files from Your Application by Email A-214 Install and Configure the Recipe A-215 Activate and Run the Recipe A-215 Transfer a File A-216 Use Multiple Verbs and Resources Invoke A-218 Work with Files on FTP Servers A-219 Social and Productivity Recipes A-220 Export Google Gmail Attachments to an FTP Server A-220 Before You Install the Recipe A-221 Install and Configure the Recipe A-222 Activate and Run the Recipe A-224 Integrate with DocuSign A-225 Interact with Facebook A-228 Interact with LinkedIn A-232 Interact with Slack A-234 Interact with Twitter A-238 Post Slack Notifications for Completed SurveyMonkey Surveys A-241 Before You Install the Recipe A-241 viiInstall and Configure the Recipe A-245 Activate and Run the Recipe A-247 Synchronize SurveyMonkey with Oracle NetSuite A-248 Other Recipes A-249 B Technical Accelerators Reference Alert Notification B-1 Description B-1 Key Parameters B-1 Supported Notification Types B-2 Connections B-2 Lookups B-2 Usage B-3 Resequence Messages B-4 Description B-4 Prerequisite B-5 Key Parameters B-5 Connections B-6 Architecture B-6 Error Handling B-9 viiiPreface This document describes how business analysts and integration specialists get started working with Oracle Integration Generation 2.Topics: Audience Documentation Accessibility Related Resources Conventions Audience This guide is intended for business analysts and developers who want to get an overview of Oracle Integration Generation 2, what it can do, and how to use recipes to build their first integration.Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support.For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.Diversity and Inclusion Oracle is fully committed to diversity and inclusion.Oracle respects and values having a diverse workforce that increases thought leadership and innovation.As part of our initiative to build a more inclusive culture that positively impacts our employees, customers, and partners, we are working to remove insensitive terms from our products and documentation.We are also mindful of the necessity to maintain compatibility with our customers' existing technologies and the need to ensure continuity of service as Oracle's offerings and industry standards evolve.Because of these technical constraints, our effort to remove insensitive terms is ongoing and will take time and external cooperation.ixRelated Resources For more information, see these Oracle resources: Oracle Integration documentation in the Oracle Cloud Library on the Oracle Help Center.Oracle Cloud at http://cloud.oracle.com .Conventions The following text conventions are used in this document.