Automate any browser-based workflow through the UI or programmatically.
*** Settings ***DocumentationRobot to enter weekly sales data into
... the RobotSpareBin Industries Intranet.Library RPA.Browser
Library RPA.Excel.Files
Resource keywords.robot
*** Tasks ***Insert the sales data for the week and export it as a PDFOpen Intranet Website and Log InDownload Excel File${sales_reps}= Get sales reps from Excel file
FOR${sales_rep} IN @{sales_reps}Fill And Submit Form${sales_rep}ENDTake screenshot of the results
API & HTTP automation
Send and receive HTTP requests to third-party APIs to automate tedious tasks involving multiple applications.
*** Settings ***Library RPA.HTTP
*** Variables ***${URL}= https://api.spacexdata.com/v3
*** Tasks ***Log latest SpaceX launch infoCreate Session spacex ${URL} verify=True
${response}= Get Request spacex /launches/latest
Request Should Be Successful${response}Status Should Be 200 ${response}${launch}= Set Variable ${response.json()}${name}= Set Variable ${launch["mission_name"]}${date}= Set Variable ${launch["static_fire_date_utc"]}Log To Console 💫 Mission name ${name}Log To Console 🚀 Launch date ${date}
See our documentation for more information on available automation libraries.
Monitor and manage your robot workforce in realtime across your entire organization from one central command.
Dynamic worker parallelization
Run robots seriously fast. Our auto-scaling cloud resources automatically scale your robot workforce up or down to complete tasks with optimal efficiency.
Resource-based pricing
Pay only for the minutes you use. With Robocorp Cloud, your costs are always straightforward, manageable, and predictable - no matter how much your implementation grows.
Hassle-free runtime environments
Spin up pre-configured environments in seconds, no infrastructure needed. Integrated metrics, logs, security, user, and workspace controls are all available at your fingertips.
Cloud APIs
Easily connect your robots and reports to 3rd-party applications for seamless automation across services. Trigger runs from external services or connect multiple processes together.
Robot monitoring
Track performance and resolve issues quickly with one dashboard for your entire robotic workforce across all your workspaces.
Secrets management
Minimize sprawl and keep sensitive information like login credentials and access tokens secure with one centralized vault.