Cloud BOT
Cloud BOT is a freemium service for web browser automation. You can easily create your own robot with no code and no installation required. Since the robot is located in the cloud, it can be run at any time. As part of the flow, you can run a robot that automates browser operations. You can pass the data/files to the robot and input it on the web, or receive the data/files acquired from the web and continue the flow.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Cloud BOT Support |
URL | https://www.c-bot.pro/en/contact |
support@c-bot.pro |
Connector Metadata | |
---|---|
Publisher | C-RISE Ltd. |
Website | https://www.c-bot.pro/en |
Privacy policy | https://www.c-rise.co.jp/en/privacy/policy/ |
Categories | IT Operations |
Cloud BOT is a new browser automation tool. You can create a BOT that automates your normal web operations by accessing any website and recording the usual operation procedure automatically. Cloud BOT connector provides a trigger that monitors completion of BOT and an action that starts BOT execution. You can use the data obtained from the flow as execution parameters or use the execution result of BOT as input values for the following action.
Prerequisites
Register an account for our service, Cloud BOT (https://console.c-bot.pro/register), and select any plan(Free plan is also available).
How to get credentials?
When using Cloud BOT connector, first login to our service in the shown login page. then you will see "Power Automate is requiring permissions to access your account" page, click "Authorize" and finish connecting.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Download File |
Download a file. You can set file ref and get file contents.(The API must be enabled on Cloud BOT website.) |
Execute BOT |
Execute your BOT. You can set specific input values for your BOT.(The API must be enabled and the BOT must be published on Cloud BOT website.) |
Upload File |
Upload a file. You can set file contents and get file ref.(The API must be enabled on Cloud BOT website.) |
Download File
Download a file. You can set file ref and get file contents.(The API must be enabled on Cloud BOT website.)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Language
|
x-cbot-content-language | True | string |
Language |
Contract
|
public_id | True | string |
Contract |
File ref
|
ref | True | string |
File ref |
Returns
- File content
- binary
Execute BOT
Execute your BOT. You can set specific input values for your BOT.(The API must be enabled and the BOT must be published on Cloud BOT website.)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Language
|
x-cbot-content-language | True | string |
Language |
Contract
|
public_id | True | string |
Contract |
BOT
|
bot_id | True | string |
BOT |
Async
|
async | True | boolean |
Async |
Data1
|
data1 | string |
Data1 |
|
Data2
|
data2 | string |
Data2 |
|
Data3
|
data3 | string |
Data3 |
|
Data4
|
data4 | string |
Data4 |
|
Data5
|
data5 | string |
Data5 |
|
Data6
|
data6 | string |
Data6 |
|
Data7
|
data7 | string |
Data7 |
|
Data8
|
data8 | string |
Data8 |
|
Data9
|
data9 | string |
Data9 |
|
Data10
|
data10 | string |
Data10 |
|
API parameters
|
api_parameters | string |
API parameters |
Returns
Name | Path | Type | Description |
---|---|---|---|
Code
|
code | integer | |
Job ID
|
job_id | string | |
BOT ID
|
bot_id | string | |
BOT name
|
bot_name | string | |
Status
|
status | integer | |
Start time
|
start_time | string | |
Elapsed time
|
elapsed_time | integer | |
Data1
|
output.data1 | string | |
Data2
|
output.data2 | string | |
Data3
|
output.data3 | string | |
Data4
|
output.data4 | string | |
Data5
|
output.data5 | string | |
Data6
|
output.data6 | string | |
Data7
|
output.data7 | string | |
Data8
|
output.data8 | string | |
Data9
|
output.data9 | string | |
Data10
|
output.data10 | string | |
Output JSON
|
output.output_json | string | |
Cast URL
|
cast_url | string | |
Message
|
message | string |
Upload File
Upload a file. You can set file contents and get file ref.(The API must be enabled on Cloud BOT website.)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Language
|
x-cbot-content-language | True | string |
Language |
Contract
|
public_id | True | string |
Contract |
File name
|
x-cbot-filename | True | string |
File name |
File content
|
file_contents | True | byte |
File content |
Returns
Name | Path | Type | Description |
---|---|---|---|
File ref
|
ref | string |
Triggers
When BOT execution is completed |
Triggers when a BOT at the end of execution.(The API must be enabled and the BOT must be published on Cloud BOT website.) |
When BOT execution is completed
Triggers when a BOT at the end of execution.(The API must be enabled and the BOT must be published on Cloud BOT website.)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Language
|
x-cbot-content-language | True | string |
Language |
Contract
|
public_id | True | string |
Contract |
BOT
|
bot_id | True | string |
BOT |
Returns
Name | Path | Type | Description |
---|---|---|---|
Code
|
code | integer | |
Job ID
|
job_id | string | |
BOT ID
|
bot_id | string | |
BOT name
|
bot_name | string | |
Status
|
status | integer | |
Start time
|
start_time | string | |
Elapsed time
|
elapsed_time | integer | |
Data1
|
output.data1 | string | |
Data2
|
output.data2 | string | |
Data3
|
output.data3 | string | |
Data4
|
output.data4 | string | |
Data5
|
output.data5 | string | |
Data6
|
output.data6 | string | |
Data7
|
output.data7 | string | |
Data8
|
output.data8 | string | |
Data9
|
output.data9 | string | |
Data10
|
output.data10 | string | |
Output JSON
|
output.output_json | string | |
Cast URL
|
cast_url | string | |
Message
|
message | string |
Definitions
binary
This is the basic data type 'binary'.