Integrate a yunIO Service with Nintex
The following article shows how to integrate a yunIO service with Nintex Automation Cloud.
The Nintex Automation Cloud is a cloud-based process automation service provided by Nintex. The platform can be used to create automated workflows between different cloud apps and services that synchronize and collect data, generates documents and more. For more Information on Nintex, see Nintex Official Website.
Setup in yunIO
- Create a service in yunIO. For this example we use the BAPI SD_RFC_CUSTOMER_GET to search and extract customer data from SAP. The service has the following settings:
- Set the Import Parameter NAME1 to Supplied by Caller.
- Select all fields in the Table CUSTOMER_T for the output.
- Click to testrun the service in yunIO . For more information, see Documentation: Run Services in yunIO.
- Click to download the service definition .
Configure a yunIO Xtension in Nintex
Note
When integrating services from a local yunIO installation with Nintex Automation Cloud, we recommend using the Nintex Gateway to tunnel the connection. For more information on how to set up the Nintex Gateway with yunIO, see Nintex Documentation: Integrate with Theobald yunIO via Nintex Gateway.
- Open your Nintex Automation Cloud tenancy.
- Click Xtensions in the dashboard to open the Xtensions page .
- Click in the Private connector list .
- Click [Choose a file] . Navigate to the yunIO service definition from Setup in yunIO.
- Wait for the Nintex Automation Cloud to validate the file.
- Click [Next]. Nintex Workflow Cloud detects the basic authentication security template.
- Click [Next].
- Edit the Name of the Xtension. The entered name becomes the name of the action group in the workflow.
- Edit the Description of the Xtension. This appears in the Private connector list in the Xtensions page.
- Optional: select or upload an icon for the Xtension.
- Click [Publish] .
Use the yunIO Xtension in a Nintex Workflow
After an Xtension is created, it can be used in a workflow.
- Drag and drop the yunIO Xtension from Configure a yunIO Xtension in Nintex into the workflow .
- Parameterize the input fields .
Related Links
- yunIO Documentation: Run Services
- Nintex Documentation: Integrate with Theobald yunIO via Nintex Gateway
- Nintex Gateway