Adding connector actions to be performed in the target application
To add or update an action
- To open BMC Helix Connector Designer in your browser, go to https://localhost:3000/.
- Log in to BMC Helix Connector Designer.
- On the Connectors tab, click the name of the connector in which you want to add or update an action.
- On the Connector Properties tab, click the Actions tab, and perform one of the following actions:
- If you are adding an action, click
.
- If you are updating an action, click the action name from the Actions list.
- If you are adding an action, click
Enter the action details as described in the following table:
Field
Description
Action Name
A short description of the action to be taken when the flow is initiated, for example, Add new record, Update record.
Definition Source
Select the source for defining the action fields. You can enter the information manually, or use an API definition file or JSON definition file to automatically generate the fields. The following options are available:
- Enter it manually—Manually add the action input and output fields, without any definition files.
- Swagger—The action input and output fields will be generated from a request endpoint (typically for GET) that is described in an API definition file. You can upload an API definition file from the API Definitions section under the General tab.
For more information, see Adding-an-API-definition-file-to-generate-fields-related-to-the-connector. - JSON—The action input and output fields will be generated from a JSON snippet or file.
For more information, review the steps to add input and output file.
For JSON or Enter it manually
URL
Enter the API endpoint for the action event.
Method
Select the HTTP method for the API endpoint. The allowed methods are : GET, POST, PATCH, PUT, DELETE.
For Swagger
Swagger File
Select the swagger file that contains the action definition.
For more information, see Adding-an-API-definition-file-to-generate-fields-related-to-the-connector.
Request
Select the request to execute the action. This is typically a GET call. Refer to your connecting application's API reference.
Create Fields
Click this option to automatically generate input and output fields for the selected request under the Input fields and Output fields tabs.
Depending on the Definition Source selected, add or update the input fields for the action.
An action input field maps to a request field of the corresponding API call (typically a POST request).If you selected Enter it manually as the action definition entry method, on the Input Fields tab, click
and select the type.
Add or update the following details.
Property
Description
Display Name
The field name displayed in BMC Helix Integration Studio.
Field Name
The actual field name in the target application of the flow to be created by using this connector.
(Optional) Description
A brief description of the field.
Required
Indicates whether the field is required. By default, this value is set to true.
Show by default
Indicates if the field is displayed in BMC Helix Integration Studio.
- If you selected Swagger, all the input fields for the action are auto-generated. Update the values as required (for example, you may want to use a different display name).
- If you selected JSON, on the Input Fields tab, perform the following steps to add fields:
- Click
.
- In the dialog box, paste a JSON snippet, or click Upload JSON File.
The JSON code must describe one or more input fields for the API call for the action. The API reference documentation of the connector's target application should include the code that you can use. - Click Create Fields to generate input fields from the JSON code.
- Update values as required (for example, you may want to use a different display name).
- Click
Depending on the action definition entry method selected, add or update the output fields for the action.
An action output field maps to a response field of the corresponding API call.
If you selected Enter it manually as the action definition entry method, on the Output Fields tab, click
and select the type. Then add the field details.
You can add or update the following fields:
Property
Description
Display Name
The display name for the field in BMC Helix Integration Studio.
Field Name
The actual field name in the connector's target application.
(Optional) Description
A brief description for the field.
Always has data
Indicates whether the field will always be returned, regardless of its value. By default, this value is set to true.
- If you selected Swagger, all the input fields for the request are auto-generated. Update the values as required (for example, you may want to use a different display name);
- If you selected JSON, on the Output Fields tab, perform the following steps to add fields:
- Click
.
- In the dialog box, paste a JSON snippet, or click Upload JSON File.
The JSON code must describe one or more input fields for the API call for the action. The API reference documentation of the connector's target application should include the code that you can use. - Click Create Fields to generate input fields from the JSON code.
- Update values as required (for example, you may want to use a different display name)
- Click
- Click Save.
Best practices for naming an action
When naming an action, follow these guidelines:
- Make the name unique within a connector.
- Do not embed blanks.
- Follow the ActionObject pattern, where Action is an active tense verb that describes what an action does, and Object is a name of an object.
- Set the objectName field of an action to the name of the object that this action is dealing with. For example, for the JIRA connector, the names of the objects can be Incident, Change Request, and Issue.
Best practices for describing an action
When describing an action, follow these guidelines:
- The description should be a sentence fragment that describes what the action does. The description pattern is as follows: "Perform a certain action in a target application"
- The description should use standard capitalization rules.
To delete an action
- To open BMC Helix Connector Designer in your browser, navigate to https://localhost:3000/.
- On the Connectors tab, click the name of the required connector.
- On the Connector Properties tab, click the Actions tab.
- Select the required action, and click
.
Where to go from here
Action | Reference |
---|---|
Add lookups to the connector | |
Add queries for the connector | |
If you have defined all required triggers, actions, lookups, and queries for the connector, update connector authentication details. | |
Generate connector code |