Skip to content

local-falcon/n8n-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Falcon n8n Workflow Templates

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.

Quick Links


For Template Creators

Getting Started

  1. Read the guides - Start with TEMPLATE_GUIDE.md
  2. Use the starter - Copy from starters/basic-template.json
  3. Follow the checklist - Use CHECKLIST.md before submitting
  4. Test in n8n - Import and verify the workflow works

Key Rules

✓ 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 Collection

Core Operations

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

AI Visibility Tracking

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

CRM Integrations

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

Alerts & Notifications

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

Reporting

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

Operations & Automation

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

Local Falcon Node Reference

Available Resources & Operations

Resource Operations
account getInfo
scan run, listReports
campaign create, list
location search, save
report listTrend
falconGuard addLocation, listLocations

Available Platforms

Platform ID Name Description
google 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

Repository Structure

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

Contributing

  1. Create your template following TEMPLATE_GUIDE.md
  2. Verify against CHECKLIST.md
  3. Test by importing into n8n
  4. Submit PR with template in templates/ folder

Support


Maintained by Local Falcon

About

n8n workflow templates for Local Falcon community node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors