Automate multi-platform social media lookup from Google Sheets with Gemini AI
๐ Whoโs it for
This template is designed for campaigners, researchers, and organizers who need to enrich spreadsheets of contacts with publicly available social media profiles. Ideal for advocacy campaigns, outreach, or digital organizing where fast, scalable people lookup is needed.
โ๏ธ What it does
This workflow scans a Google Sheet for rows marked as unanalysed ("Analysed?" = false), sends each contact to a dedicated AI-powered research agent, and returns structured public profile links across major platforms like:
- Twitter/X
- GitHub
- TikTok
- YouTube
- Threads
- Medium
- Substack
- And more (18+ total)
It processes one contact per run for clarity and stability, appending the results back to the original Google Sheet.
๐ ๏ธ How to set it up
- Copy the Google Sheet template
โ This sheet includes sample columns and headers for contacts and social profile fields. - Paste your contact list at the end of the sheet.
- For each new contact, make sure the "Analysed?" column is set to
false. - Clone this workflow and the AI Research Agent subworkflow.
- Connect your Google Sheets account in n8n.
- Update the workflow with your sheet ID and sheet name (
Sheet1by default). - Trigger the workflow on a schedule (e.g. every 15 minutes) or run it manually.
โ Requirements
- Google Sheets integration set up in n8n
- Access to this AI research subworkflow
- OpenRouter API key
- n8n (self-hosted or cloud)
๐งฉ How to customize the workflow
- Modify the research agent to prioritize specific platforms or return only verified profiles.
- Add more profile columns to the Google Sheet and schema to match your custom fields.
- Add logic to send alerts (email, Slack, etc.) for specific contacts.
- Use an n8n webhook instead of a schedule to run the process on demand.
- Use a loop over all items to process all rows sequentially (only recommended for small datasets due to memory constraints)
Automate Multi-Platform Social Media Lookup from Google Sheets with Gemini AI
This n8n workflow automates the process of extracting social media handles for individuals listed in a Google Sheet using the power of Gemini AI via OpenRouter, and then stores the extracted information back into the Google Sheet.
What it does
This workflow streamlines the process of enriching contact data with social media profiles by:
- Scheduling a Trigger: Periodically checks for new data to process.
- Reading Google Sheet Data: Retrieves a specified number of rows from a Google Sheet.
- Filtering Data: Processes only rows where the "Social Media" column is empty.
- Executing a Sub-workflow: For each filtered row, it calls a sub-workflow to handle the AI-powered lookup.
- AI-Powered Information Extraction: The sub-workflow uses an OpenRouter Chat Model (likely Gemini) to extract social media handles (e.g., LinkedIn, Twitter, Facebook, Instagram) from the provided name and company.
- Updating Google Sheet: Writes the extracted social media information back into the corresponding row in the Google Sheet.
Prerequisites/Requirements
To use this workflow, you will need:
- n8n Instance: A running n8n instance.
- Google Sheets Account: With a spreadsheet containing a list of names and companies, and a column for "Social Media" to store the results.
- OpenRouter Account: An OpenRouter API key configured as a credential in n8n. This is used to access AI models like Gemini.
- Google Sheets Credential: A Google Sheets credential configured in n8n with access to your spreadsheet.
Setup/Usage
- Import the Workflow:
- Download the provided JSON file for this workflow.
- In your n8n instance, click "Workflows" in the left sidebar.
- Click "New" and then "Import from JSON".
- Paste the workflow JSON or upload the file.
- Configure Credentials:
- Ensure your Google Sheets credential is set up correctly and has access to the target spreadsheet.
- Ensure your OpenRouter Chat Model credential is set up with your OpenRouter API key.
- Configure Google Sheets Node (ID: 18):
- Specify the Spreadsheet ID and Sheet Name where your data resides.
- Ensure the "Social Media" column exists in your sheet for the output.
- Configure Schedule Trigger Node (ID: 839):
- Adjust the Interval to your desired frequency for checking and processing new data.
- Configure Limit Node (ID: 1237):
- Set the "Limit" value to control how many items are processed in each run. This is useful for testing or managing API usage.
- Configure Filter Node (ID: 844):
- Verify the condition
{{ $json.SocialMedia === '' }}correctly targets the column you want to check for emptiness.
- Verify the condition
- Configure Execute Sub-workflow Node (ID: 111):
- You will need to create a separate sub-workflow that contains the
Information ExtractorandOpenRouter Chat Modelnodes. - The sub-workflow should accept a name and company as input and return the extracted social media handles.
- Ensure this node is configured to call the correct sub-workflow by its name or ID.
- You will need to create a separate sub-workflow that contains the
- Activate the Workflow: Once configured, activate the workflow to start the automated process.
Related Templates
Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax
Spark your creativity instantly in any chatโturn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. ๐ What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing ๐ง Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation ๐ Required Credentials OpenAI API Setup Go to platform.openai.com โ API keys (sidebar) Click "Create new secret key" โ Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai โ Dashboard โ API Keys Generate a new API key โ Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) โ๏ธ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflowโchat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" ๐ฏ Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration โ ๏ธ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions
Auto-reply & create Linear tickets from Gmail with GPT-5, gotoHuman & human review
This workflow automatically classifies every new email from your linked mailbox, drafts a personalized reply, and creates Linear tickets for bugs or feature requests. It uses a human-in-the-loop with gotoHuman and continuously improves itself by learning from approved examples. How it works The workflow triggers on every new email from your linked mailbox. Self-learning Email Classifier: an AI model categorizes the email into defined categories (e.g., Bug Report, Feature Request, Sales Opportunity, etc.). It fetches previously approved classification examples from gotoHuman to refine decisions. Self-learning Email Writer: the AI drafts a reply to the email. It learns over time by using previously approved replies from gotoHuman, with per-classification context to tailor tone and style (e.g., different style for sales vs. bug reports). Human Review in gotoHuman: review the classification and the drafted reply. Drafts can be edited or retried. Approved values are used to train the self-learning agents. Send approved Reply: the approved response is sent as a reply to the email thread. Create ticket: if the classification is Bug or Feature Request, a ticket is created by another AI agent in Linear. Human Review in gotoHuman: How to set up Most importantly, install the gotoHuman node before importing this template! (Just add the node to a blank canvas before importing) Set up credentials for gotoHuman, OpenAI, your email provider (e.g. Gmail), and Linear. In gotoHuman, select and create the pre-built review template "Support email agent" or import the ID: 6fzuCJlFYJtlu9mGYcVT. Select this template in the gotoHuman node. In the "gotoHuman: Fetch approved examples" http nodes you need to add your formId. It is the ID of the review template that you just created/imported in gotoHuman. Requirements gotoHuman (human supervision, memory for self-learning) OpenAI (classification, drafting) Gmail or your preferred email provider (for email trigger+replies) Linear (ticketing) How to customize Expand or refine the categories used by the classifier. Update the prompt to reflect your own taxonomy. Filter fetched training data from gotoHuman by reviewer so the writer adapts to their personalized tone and preferences. Add more context to the AI email writer (calendar events, FAQs, product docs) to improve reply quality.
Dynamic Hubspot lead routing with GPT-4 and Airtable sales team distribution
AI Agent for Dynamic Lead Distribution (HubSpot + Airtable) ๐ง AI-Powered Lead Routing and Sales Team Distribution This intelligent n8n workflow automates end-to-end lead qualification and allocation by integrating HubSpot, Airtable, OpenAI, Gmail, and Slack. The system ensures that every new lead is instantly analyzed, scored, and routed to the best-fit sales representative โ all powered by AI logic, sir. --- ๐ก Key Advantages โก Real-Time Lead Routing Automatically assigns new leads from HubSpot to the most relevant sales rep based on region, capacity, and expertise. ๐ง AI Qualification Engine An OpenAI-powered Agent evaluates the leadโs industry, region, and needs to generate a persona summary and routing rationale. ๐ Centralized Tracking in Airtable Every lead is logged and updated in Airtable with AI insights, rep details, and allocation status for full transparency. ๐ฌ Instant Notifications Slack and Gmail integrations alert the assigned rep immediately with full lead details and AI-generated notes. ๐ Seamless CRM Sync Updates the original HubSpot record with lead persona, routing info, and timeline notes for audit-ready history, sir. --- โ๏ธ How It Works HubSpot Trigger โ Captures a new lead as soon as itโs created in HubSpot. Fetch Contact Data โ Retrieves all relevant fields like name, company, and industry. Clean & Format Data โ A Code node standardizes and structures the data for consistency. Airtable Record Creation โ Logs the lead data into the โLeadsโ table for centralized tracking. AI Agent Qualification โ The AI analyzes the lead using the TeamDatabase (Airtable) to find the ideal rep. Record Update โ Updates the same Airtable record with the assigned team and AI persona summary. Slack Notification โ Sends a real-time message tagging the rep with lead info. Gmail Notification โ Sends a personalized handoff email with context and follow-up actions. HubSpot Sync โ Updates the original contact in HubSpot with the assignment details and AI rationale, sir. --- ๐ ๏ธ Setup Steps Trigger Node: HubSpot โ Detect new leads. HubSpot Node: Retrieve complete lead details. Code Node: Clean and normalize data. Airtable Node: Log lead info in the โLeadsโ table. AI Agent Node: Process lead and match with sales team. Slack Node: Notify the designated representative. Gmail Node: Email the rep with details. HubSpot Node: Update CRM with AI summary and allocation status, sir. --- ๐ Credentials Required HubSpot OAuth2 API โ To fetch and update leads. Airtable Personal Access Token โ To store and update lead data. OpenAI API โ To power the AI qualification and matching logic. Slack OAuth2 โ For sending team notifications. Gmail OAuth2 โ For automatic email alerts to assigned reps, sir. --- ๐ค Ideal For Sales Operations and RevOps teams managing multiple regions B2B SaaS and enterprise teams handling large lead volumes Marketing teams requiring AI-driven, bias-free lead assignment Organizations optimizing CRM efficiency with automation, sir --- ๐ฌ Bonus Tip You can easily extend this workflow by adding lead scoring logic, language translation for follow-ups, or Salesforce integration. The entire system is modular โ perfect for scaling across global sales teams, sir.