Block 1 - Send a Summary
- Type / Role
- n8n-nodes-base.slack - slack
- Config choices
- Version 2.3
This workflow is provided as-is. Please review and test before using in production.
Automated Social Media Lead Processing with AI Summaries, Slack Alerts & Jira Ticketing This workflow automatically collects new lead messages from social media platforms, LinkedIn or web forms, fi...
n8n-nodes-base.slack, n8n-nodes-base.webhook, n8n-nodes-base.jira, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically collects new lead messages from social media platforms, LinkedIn or web forms, filters relevant marketing inquiries using keywords, classifies and summarizes the lead with AI, logs it to Google Sheets, creates a Jira task and sends Slack notifications. Additionally, it generates weekly lead reports for team insights.
It reduces manual triage, ensures no valid inquiry is missed and keeps your team updated with both immediate notifications and summary reports.
This workflow performs the following key tasks:
This ensures a structured, automated pipeline for capturing, summarizing and assigning leads efficiently.
Receives new messages from social media or web forms and starts the workflow.
Filters incoming messages for predefined marketing keywords and removes irrelevant or spam messages.
Classifies the lead into categories (Sales, Support, Partnership, Influencer Inquiry, General Lead) and generates a one-line summary using GPT-4.1.
Parses AI JSON output and merges it with original message data, adding timestamp and structured fields.
Logs structured lead data to Google Sheets including username, source, category, summary and timestamp.
Automatically creates a Jira story or task in your selected project with the AI summary, category and timestamp.
Sends a formatted message to your selected Slack channel, alerting your team of the new lead.
Add or remove keywords in the JavaScript code to match your specific lead types or campaigns.
Update the OpenAI prompt for different summary lengths, tones, or lead categories.
Map additional columns like email, phone or campaign source as needed.
Customize summary, description, labels, priority or assignees based on your project requirements.
Modify emojis, line breaks and formatting to suit your team’s Slack notifications.
| Issue | Possible Cause | Solution |
|---|---|---|
| No leads appearing | Webhook not receiving messages | Check webhook URL and ensure messages are sent correctly |
| AI summary empty | OpenAI API key invalid or model limit reached | Regenerate API key / check usage |
| Jira task not created | Missing required Jira fields or incorrect project ID | Add required fields or update Jira project settings |
| Slack message not sent | Wrong channel ID or missing permissions | Reconnect Slack credentials |
| Filter passes 0 items | Keywords do not match | Update or expand keyword list in filter node |
If you need assistance setting up this workflow, customizing nodes, building add-ons or automating more processes, our n8n workflow development team at WeblineIndia is happy to help. We can guide you through integrations, scaling or building end-to-end automation systems tailored to your business.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Process social media leads with GPT-4.1 summaries, Google Sheets, Jira & Slack |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Lead Generation, AI Summarization |
| Author | WeblineIndia |
| Published | 19 Nov 2025 |
Use the JSON export at /data/workflows/11009/11009.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Automated Social Media Lead Processing with AI Summaries, Slack Alerts & Jira Ticketing This workflow automatically collects new lead messages from social media platforms, LinkedIn or web forms, fi...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.