How can I create a web automation with API using a 3rd Party Software

Hello, I am using a third party software called RTILA to run a web automation. I was wondering how I could implement the API from the RTILA software: https://rtila.com/docs/rtila-cloud-api-documentation-updated/

My goal is to import the API and trigger the third party software to run a web automation when I click a button on the website. How can I assign the button to trigger the API?

Hey,

you would need to write custom JS in order to achieve this. You can add class to the button, and then write JS when that button is clicked, do something. I am not familiar with RTILA, so I can’t help you much unfortunately.