workflows.fit
Back to n8n workflows
n8n templateFreeBy Avkash Kakdiya

Automate LinkedIn comment replies with GPT-3.5 & track in Google Sheets

How it works This workflow automates LinkedIn community engagement by monitoring post comments, filtering new ones, generating AI-powered replies, and posting responses directly on LinkedIn. It also logs all interacti...

Data & StorageProductivityDevelopmentCore NodesAILangchainHttp RequestSet
Loading interactive preview...

Template notes

How it works This workflow automates LinkedIn community engagement by monitoring post comments, filtering new ones, generating AI-powered replies, and posting responses directly on LinkedIn. It also logs all interactions into Google Sheets for tracking and analytics.

Step-by-step

Trigger & Fetch

- A Schedule Trigger runs the workflow every 10 minutes.

- The workflow fetches the latest comments on a specific LinkedIn post using LinkedIn’s API with token-based authentication.

Filter for New Comments

- Retrieves the timestamp of the last processed comment from Google Sheets.

- Filters out previously handled comments, ensuring only fresh interactions are processed.