Official collection of n8n workflow templates for the Local Falcon community node. These templates help users automate local SEO workflows including rank tracking, CRM syncing, AI visibility monitoring, and client reporting.
- Template Creation Guide - How to create new templates
- Pre-Submission Checklist - Verify before submitting
- n8n Submission Guide - How to publish to n8n
- Template Reference - Technical specifications
- Read the guides - Start with TEMPLATE_GUIDE.md
- Use the starter - Copy from
starters/basic-template.json - Follow the checklist - Use CHECKLIST.md before submitting
- Test in n8n - Import and verify the workflow works
✓ Node type MUST be: @local-falcon/n8n-nodes-localfalcon.localFalcon
✓ API URL MUST be: https://www.localfalcon.com/api/credentials
✓ Main sticky note MUST be yellow (color: 5)
✓ Step sticky notes MUST be below each node (~220px gap)
✓ Never hardcode API keys or credentials
| Template | Description |
|---|---|
| 01-get-account-info | Check credits and account status |
| 02-weekly-rank-report-email | Automated weekly email reports |
| 03-bulk-create-campaigns-from-sheets | Mass campaign creation from Google Sheets |
| 04-rank-drop-alert-slack | Instant Slack alerts on rank drops |
| 05-run-scan-from-webhook | Trigger scans via webhook API |
| Template | Description |
|---|---|
| 06-ai-platform-comparison-scan | Compare rankings across AI platforms |
| 07-share-of-ai-voice-tracker | Track SAIV metrics |
| 16-chatgpt-visibility-tracker | Monitor ChatGPT visibility |
| 19-google-ai-overview-monitor | Track Google AI Overview (GAIO) |
| 24-grok-visibility-tracker | Monitor Grok/X visibility |
| 26-gemini-visibility-tracker | Track Gemini AI visibility |
| 34-ai-mode-visibility-tracker | Monitor AI Mode visibility |
| Template | Description |
|---|---|
| 08-sync-rankings-to-hubspot | Sync to HubSpot companies |
| 11-sync-rankings-to-pipedrive | Sync to Pipedrive deals |
| 12-export-rankings-to-airtable | Export to Airtable |
| 13-sync-to-notion-database | Sync to Notion |
| 14-update-monday-items | Update Monday.com items |
| 22-zoho-crm-sync | Sync to Zoho CRM |
| 31-salesforce-sync | Sync to Salesforce |
| Template | Description |
|---|---|
| 09-falcon-guard-change-alert | Alert on GBP changes |
| 20-low-credits-alert | Credit threshold warnings |
| 25-rank-improvement-celebration | Celebrate ranking wins |
| 27-discord-rank-alerts | Discord webhook alerts |
| 28-telegram-rank-alerts | Telegram notifications |
| Template | Description |
|---|---|
| 18-multi-location-comparison-report | Compare all locations |
| 23-monthly-client-report-email | Monthly client reports |
| 33-weekly-summary-email-all-clients | Bulk weekly summaries |
| Template | Description |
|---|---|
| 10-new-client-onboarding | Automated client setup |
| 15-competitor-rank-monitoring | Track competitor rankings |
| 17-bulk-location-search-save | Mass location import |
| 21-list-and-manage-campaigns | Campaign API endpoint |
| 29-scheduled-recurring-scans | Sheet-based scan scheduling |
| 30-clickup-task-sync | Create ClickUp tasks from drops |
| 32-bigquery-data-warehouse | Sync to BigQuery |
| Resource | Operations |
|---|---|
account |
getInfo |
scan |
run, listReports |
campaign |
create, list |
location |
search, save |
report |
listTrend |
falconGuard |
addLocation, listLocations |
| Platform ID | Name | Description |
|---|---|---|
google |
Traditional Local Pack rankings | |
chatgpt |
ChatGPT | OpenAI ChatGPT recommendations |
gemini |
Gemini | Google Gemini AI |
gaio |
Google AI Overview | AI-generated search summaries |
grok |
Grok | X/Twitter AI assistant |
aimode |
AI Mode | Google's conversational search |
n8n-templates/
├── README.md # This file
├── docs/
│ ├── TEMPLATE_GUIDE.md # How to create templates
│ ├── CHECKLIST.md # Pre-submission checklist
│ ├── SUBMISSION_GUIDE.md # n8n Creator Portal submission
│ └── TEMPLATE_REFERENCE.md # Technical specifications
├── templates/ # All production templates
│ ├── 01-get-account-info.json
│ ├── 02-weekly-rank-report-email.json
│ └── ...
├── starters/ # Template starting points
│ ├── basic-template.json # Minimal starter
│ ├── webhook-template.json # Webhook-based starter
│ └── scheduled-template.json # Schedule-based starter
└── examples/ # Annotated examples
└── annotated-example.md # Line-by-line explanation
- Create your template following TEMPLATE_GUIDE.md
- Verify against CHECKLIST.md
- Test by importing into n8n
- Submit PR with template in
templates/folder
- Local Falcon API Docs: https://www.localfalcon.com/api
- n8n Documentation: https://docs.n8n.io
- Community Node: https://github.com/local-falcon/n8n-nodes-localfalcon
Maintained by Local Falcon