N8N workflows automating lead scraping, LinkedIn outreach, Instagram & TikTok posting, and ConvertKit email marketing. Streamlines multi-channel marketing, content posting, and personalized cold outreach to boost growth and engagement. all in one unified automation hub.
git clone https://github.com/awais2iv/Social-Lead-Automation.gitN8N workflows automating lead scraping, LinkedIn outreach, Instagram & TikTok posting, and ConvertKit email marketing. Streamlines multi-channel marketing, content posting, and personalized cold outreach to boost growth and engagement. all in one unified automation hub.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/awais2iv/Social-Lead-AutomationCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create an N8N workflow for [COMPANY] in the [INDUSTRY] sector that automates the following tasks: scraping leads from [WEBSITE], sending personalized LinkedIn connection requests, posting content to Instagram and TikTok, and sending follow-up emails via ConvertKit. The workflow should include error handling and logging for each step. Provide the complete workflow JSON and a step-by-step guide to set it up.
```markdown
# N8N Workflow for Social-Lead-Automation
## Workflow Overview
- **Lead Scraping**: Extracts leads from [WEBSITE] using a web scraper node.
- **LinkedIn Outreach**: Sends personalized connection requests to scraped leads.
- **Social Media Posting**: Posts content to Instagram and TikTok using their respective APIs.
- **Email Marketing**: Sends follow-up emails via ConvertKit.
## Workflow JSON
```json
{
"nodes": [
{
"parameters": {
"resource": "webhook",
"operation": "trigger"
},
"name": "Webhook Trigger"
},
{
"parameters": {
"resource": "webScraper",
"operation": "scrape",
"url": "[WEBSITE]"
},
"name": "Lead Scraper"
},
{
"parameters": {
"resource": "linkedIn",
"operation": "sendConnectionRequest",
"message": "Hi [NAME], I came across your profile and think we could collaborate. Let's connect!"
},
"name": "LinkedIn Outreach"
},
{
"parameters": {
"resource": "instagram",
"operation": "post",
"content": "[CONTENT]"
},
"name": "Instagram Poster"
},
{
"parameters": {
"resource": "tiktok",
"operation": "post",
"content": "[CONTENT]"
},
"name": "TikTok Poster"
},
{
"parameters": {
"resource": "convertKit",
"operation": "sendEmail",
"subject": "Follow-Up from [COMPANY]",
"body": "Hi [NAME], hope you're doing well. Just wanted to follow up on our recent connection."
},
"name": "ConvertKit Email"
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Lead Scraper",
"type": "main",
"index": 0
}
]
]
},
"Lead Scraper": {
"main": [
[
{
"node": "LinkedIn Outreach",
"type": "main",
"index": 0
}
]
]
},
"LinkedIn Outreach": {
"main": [
[
{
"node": "Instagram Poster",
"type": "main",
"index": 0
}
]
]
},
"Instagram Poster": {
"main": [
[
{
"node": "TikTok Poster",
"type": "main",
"index": 0
}
]
]
},
"TikTok Poster": {
"main": [
[
{
"node": "ConvertKit Email",
"type": "main",
"index": 0
}
]
]
}
}
}
```
## Step-by-Step Guide
1. **Set Up Webhook Trigger**: Configure the webhook trigger to initiate the workflow.
2. **Configure Lead Scraper**: Set the URL for the website to scrape leads from.
3. **Personalize LinkedIn Outreach**: Customize the connection request message.
4. **Prepare Social Media Content**: Input the content for Instagram and TikTok posts.
5. **Set Up ConvertKit Email**: Customize the email subject and body.
6. **Test the Workflow**: Run the workflow to ensure all steps are working correctly.
Sales execution platform for pipeline generation
Your one-stop shop for church and ministry supplies.
Automate your browser workflows effortlessly
Professional networking for lead generation
Career support and employment training for young adults
Write emails faster
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan