Automating job applications for jobseeker using airtable rss.app and pabbly for linkedin

ArshilAhmad

Well-known member
Staff member
Hi @kamran shaikh,

You can use a Scheduler to execute the workflow at a specified duration.

Then use the 'RSS.app: Retrieve Feed' action step to retrieve the feed.
1738788510994.png


Then, you can use the 'Search Record (Advanced)' action step to search for a record.
1738788771936.png


Next, add a filter to the workflow to ensure that only relevant data is passed to the next step.

Try using the API by Pabbly module to see if you can extract the HTML from the link you received through the URL obtained from the RSS Feeds action step.

Then, you can use the 'ChatGPT: Create Completions' action step to create chat completions.
1738789141742.png



Finally, add the 'Create Record' action step to the workflow to add data to your Airtable.
1738788921737.png
 
Top