Automation Studio
Introduction
Automation Studio allows you to create automations by describing what you want to do. Browse the web, take actions, or scrape websites. Watch our Automation Assistant work in the browser.
For data extraction, Conviction Assistant will output a JSON object with the data you requested.
How to use it
Open Studio
Describe your automation
Conviction Assistant will generate an automation based on your description. It’s capable of generating automations for a wide range of use cases.
- Web scraping example: Go to Amazon and search for dish soap. Give me top 10 results, and return these fields: name, price, and availability.
- Action example: Fill out this form (insert a link to form) with the following fields: name, email, and phone number.
Approve or add to the automation assistant's plan of action
Conviction Assistant will come up with a plan before running the automation. You can either approve it, or ask it to improve it by adding instructions.
If you decide to add instructions, it will re-generate the plan of action for approval.
Save your automation as an API
Click the “Save” button to save your automation as an API. Use it directly as a GET request, or via SDKs.