Calling Automation 360 bots from Apigee
Feedback
- Updated: 2022/05/26
Calling Automation 360 bots from Apigee
Deploy Automation 360 bots using the pre-packaged and ready to run integration solution. Download the integration files, upload them as new integrations in your Apigee instance, and start calling Automation 360 bots.
先决条件
TriggerA360Bot.json
and
LaunchA360Bot.json
files from the following location: Apigee IntegrationPerform the following steps to use JSONs to create the integration.
过程
-
Go to Apigee UI and sign in.
- Select your organization using the drop-down menu in the top-left corner of the UI.
- Click Develop > Integrations.
- Click CREATE INTEGRATION.
-
Provide the following information:
- Integration name: Provide a name for the integration, for example, CallSAPbot.
- (Optional)Description: Provide a description, for example, Deploys an A360 bot.
- Region: Select a region from the list, for example, US.
- Click CREATE.
-
Click Upload/download menu and then select
Upload integration.
-
In the file browser dialog box, select the
LaunchA360Bot.json
file and then click Open.Apigee creates a new version of the integration by using the uploaded file. -
To upload the
TriggerA360Bot.json
, click Develop > Integrations. - Click CREATE INTEGRATION.
-
Provide the following information:
- Integration name: Provide a name for the integration, for example, Trigger-integration.
- (Optional)Description: Provide a description, for example, "Trigger the Launch Integration."
- Region: Select a region from the list, for example, US.
- Click Upload/download menu and then select Upload integration.
-
In the file browser dialog box, select the
TriggerA360Bot.json
file that you want to upload, and then click Open.Apigee creates a new version of the integration by using the uploaded file.注: To understand how these integrations were built, see Creating the main integration (TriggerA360Bot.json) and Creating a subintegration (LaunchA360Bot.json) -
In the latter integration, click VAR to enter the
variables as described in the video:
- Control Room URL : The Control Room URL that will be provided to you by your system administrator.
- Username: The username used to log in to the Control Room. Ensure that you have a Bot Runner license for this user. The username will be provided to you by your system administrator.
- API Key: Generate your API key from the My settings page of your Control Room.
- Bot ID: To find the bot ID, in the browser URL of the Control Room, navigate to the bot that you want to deploy.
- Run As User ID: User ID of the user with the Bot Runner license. Navigate to the user in Administration > Users > Search for user > Select the user and note down the user ID.
- Bot Inputs Variable: Provide all the input variables that the bot requires for the deployment.
- Device Pool ID: Devices on which your bot will be deployed and run. Navigate to Manage > Device Pools > Select a Device Pool and note down the device pool ID.