Integrating BMC Helix Innovation Studio applications with third-party applications by using BMC Helix iPaaS, powered by MuleSoft
Before you begin
Make sure you have the following subscriptions and files to successfully set up and use MuleSoft in Anypoint Platform:
A valid MuleSoft Anypoint Platform subscription.
- Application business analyst and administrator access to BMC Helix Innovation Studioto create workflows and processes.
Make sure that you have defined Organization and Environment and generated and published the APIs in MuleSoft Anypoint Platform.
For more information, see the MuleSoft documentation on MuleSoft Success Central.
Process for connecting to BMC Helix iPaaSand integrating BMC Helix Innovation Studio applications with third-party applications
The following table lists the process for connecting to BMC Helix iPaaS:
Task | Action | Reference |
---|---|---|
1 | Connect to BMC Helix iPaaS to integrate your BMC Helix Innovation Studioapplications with other third-party applications. | |
2 | Add the APIs available in BMC Helix iPaaSto BMC Helix Innovation Studio. | |
3 | Leverage these APIs in the business process of your applications by configuring the iPaaS MuleSoft element in the BMC Helix Innovation Studio Process designer. |
To connect to MuleSoft Anypoint Platform
- Log in to BMC Helix Innovation Studio and navigate to the Administration tab.
- Select Integrations > iPaas MuleSoft > iPaaS MuleSoft configuration.
On the iPaaS MuleSoft configuration page, enter the following details:
Field
Description
iPaaS MuleSoft API endpoint URL
The API URL to the MuleSoft Anypoint Platform; for example, https://anypoint.mulesoft.com
User name
Username to connect to MuleSoft Anypoint Platform.
Password
Password to connect to the MuleSoft Anypoint Platform.
Click Test connection.
- Click Save.
To add iPaaS Mulesoft APIs to BMC Helix Innovation Studio
- Log in to BMC Helix Innovation Studioand navigate to the Administration tab.
- Select Integrations > iPaas MuleSoft > iPaaS MuleSoft APIs.
- On the iPaaS MuleSoft APIs page, click Add.
On the Add API page, enter the details described in the following table:
Field
Description
API path
Organization
You create and manage your company's integration projects in an organization. For more information, see Organization.
Select the organization that you have defined in MuleSoft Anypoint Platform. If you have defined a single organization in MuleSoft, the value is automatically populated.
Environment
You define and manage the project's lifecycle in an environment like Development, Test, and Production within an organization. For more information, see Environments.
Select the environment within the organization defined in MuleSoft Anypoint Platform.
API path
Select the API you created within the environment; for example, /development/createIssue.
For more information, see API Manager.
API properties
API group name
Select the existing group name. To create a new group, click Add new.
An API group is used to organize related APIs. For example, you can use one group to add all the APIs with the same endpoint.
API name
Enter a name for the API.
Request method
Select the HTTP method for the API. If you have defined a single request method for the API path in MuleSoft, this value is automatically populated when you select the API path.
Authorization type
Select the authorization type for the API path. If you have defined a single authorization type for the API path in MuleSoft, this value is automatically populated when you select the API path.
API variables
Headers
Add the headers for this API request. Headers represent the metadata associated with the API request and response.
Query parameters
Add the query parameters for this API request. Query parameters control what data is returned in the endpoint responses.
- Click Save.
- (Optional) To edit the APIs, perform the following steps:
- On the iPaaS MuleSoft APIs page, click the API name or select the check box, and click Edit.
- From the Edit API page, update the field values that you want, and click Save.
- (Optional) To rename an API group, perform the following steps:
- On the iPaaS MuleSoft APIs page, click the Group name that you want to rename.
- On the Rename API group dialog box, in API group name, update the existing group name, and click Save.
To configure the iPaas MuleSoft element in a process
- Log in to BMC Helix Innovation Studio.
- On the Workspace tab, navigate to the application where you want to use the MuleSoft APIs.
- Perform one of the following tasks:
- If you want to add the iPaaS MuleSoft element to a new process, select Processes > New.
- If you want to add the iPaaS MuleSoft element to an existing process, click the Processes tab, and click the name of the process.
- From the Palette, on the canvas, drag the iPaaS MuleSoft element to the canvas at that point in the process where you want to invoke the API request.
- On the Element properties tab, in the Label field, type a meaningful name for the web request, such as Create Issue.
- In the INPUT MAP section, from the API Name list, select the API you have already added in BMC Helix Innovation Studio. For more information, see To add Mulesoft API to BMC Helix Innovation Studio.
- In Mapping Mode, select one of the following options:
- Fields—Click Add/Remove Document Nodes, and select the fields manually.
Document—Select Click to build an expression, and select the request body.
- In Headers > head, click Click to build an expression, and select headers for the selected API request.
- In Query Parameters > param, click Click to build an expression, and add the query parameters for the selected API request.
- Click Save.