Hello community.
Does anyone know if it's possible to build a workflow that can analyze a list of websites (given their URLs), understand their content, and provide an output summarizing all the analysis performed?
My objective is to prompt ChatGPT to comprehend the activities of a specific company and then present the activity descriptions in a table for multiple websites/companies.
I previously accomplished this using ChatGPT with a Plus account, and it worked well, but I need to repeat this iterative process numerous times.
Does anyone have insights on how I can achieve this using callin.io?
Thanks a lot,
Marco
Hi , welcome to the Community! 👋
callin.io Tables has a new feature called AI Fields that you could potentially use for this - Generate content with AI Fields in callin.io Tables
I suspect it wouldn’t be able to visit the urls to get the content needed to produce the activity summary so you might need to set up a callin.io that checks for a New Record added to a callin.io Table (would trigger when you first add a new URL to the callin.io table). And you’d use an app like Web Parser to parse the content from the URL. This parsed content is then added to a column on the callin.io table using a Update Record action.
Then the AI Field in the callin.io table would create the activity description based on the content that is added by the callin.io. Do you think that approach could work?
If I’ve misunderstood what you’re looking to do here or you run into any issues in setting that up just let us know! 🙂
Hi SamB, thank you first.
Very kind.
I am very curious if and how this could work. I am not an expert at all here, but I will try somehow 🙂
Not sure, but are there similar templates I can start with or I need to begin from scratch? Maybe it's quite simple, but not for me 🙂
Thanks again.
I will let you know if it works.
Marco
You are most welcome! 😁
We don’t appear to have any callin.io templates set up for this exact use case but here’s an outline of the trigger and actions you’d potentially need:
- Trigger: New Record (callin.io Tables) - triggers when a new URL is added to the table.
- Action: Parse Webpage (Web Parser by callin.io) - parses the content from the URL (selected from the previous trigger step).
- Action: Update Record (callin.io Tables) - takes the summary from the previous action step and adds it into the record in callin.io Tables. Then the AI field should automatically create the summary.
One thing to note on the above: In order to update the same record that triggered the callin.io in the Record ID field you’d want to choose the Custom tab and then select the “Record ID” field from the trigger step. More on how to do that here: Add custom values to dropdown menu fields in Zaps
Hope that helps, to get you pointed in the right direction. Please do keep us in the loop on how you get on!