Hi everyone!
I’m trying to automate a process using Make and was wondering if anyone here could help or has done something similar.
General Goal:
Automate the process of filling out a form on the Linte website based on data from a new row added to an Excel file.
Desired Flow:
-
Monitor new rows in an Excel spreadsheet.
-
Retrieve the information from the new row.
-
Access the Linte website.
-
Perform the following actions on the site:
Enter an email address.
Click the “Start” button.
Fill out the form with the spreadsheet data.
Upload 1, 2, or more files (depending on the row).
Submit the form.
About Linte’s API:
Linte does have an API, but it doesn’t allow creating a new request directly (which is what happens when we manually go to the site and start filling out the form).
My question:
Has anyone here built something similar using Make?
I’ve considered using Python for this automation, but the code would need to run on a cloud server, since it should always be available to trigger when a new row is detected — and it can’t depend on my computer being on all the time.
If anyone has ideas, suggestions, or has dealt with something like this before, I’d really appreciate the help!