How to submit Local Falcon templates to the n8n Creator Portal for public distribution.
The n8n Creator Portal allows community members to publish workflow templates that appear in n8n's template library. Users can then find and use these templates directly from within n8n.
Portal URL: https://creators.n8n.io
Before submitting:
- Template is complete - All checklist items verified
- Template is tested - Imported and verified in n8n
- You have an n8n account - Sign up at n8n.io if needed
- You have Creator Portal access - Apply at creators.n8n.io
When submitting, you'll need to provide:
The name field from your JSON. Should be:
- Action-oriented
- Descriptive
- Include "Local Falcon" for discoverability
Examples:
- "Send weekly Local Falcon rank reports via email"
- "Sync Local Falcon rankings to HubSpot company records"
- "Alert Slack when Local Falcon rankings drop"
A short description (1-2 sentences) explaining what the template does.
Example:
Automatically fetch your Local Falcon ranking data and send a formatted HTML report to your email every Monday morning.
Select appropriate categories:
- Marketing - Most Local Falcon templates
- Sales - CRM integration templates
- Data & Storage - BigQuery, Airtable, etc.
- Communication - Slack, Discord, Telegram alerts
Tags that help users find the template:
local seorank trackinglocal falconseo reportinggoogle business profileai visibility(for AI platform templates)
The complete JSON file content.
- Complete template following TEMPLATE_GUIDE.md
- Verify all items in CHECKLIST.md
- Test by importing into n8n
- Go to https://creators.n8n.io
- Log in with your n8n account
- If first time, complete creator profile setup
- Click "Submit Template" or "New Template"
- Fill in the submission form:
- Name: Template name
- Description: Short description
- Categories: Select appropriate ones
- Tags/Use Cases: Add relevant tags
- Template: Paste your JSON
After submission:
- Template enters review queue
- n8n team reviews for:
- Functionality
- Security (no hardcoded credentials)
- Quality (sticky notes, documentation)
- Compliance with guidelines
- You may receive feedback for revisions
- Once approved, template appears in library
These are the official n8n requirements:
- Sticky Notes - Must have explanatory sticky notes
- Documentation - Clear setup instructions
- No Credentials - Never include API keys or tokens
- Works Out of Box - Should work after adding credentials
Your main sticky note must explain:
- Who the template is for
- What it does (step by step)
- How to set it up
- Requirements
- Customization options
- Professional appearance
- Clear node naming
- Logical flow
- Error handling where appropriate
- Placeholder values clearly marked
[Action] [Service] [Data] [via/to/from] [Destination/Trigger]
Examples:
- "Send weekly Local Falcon rank reports via email"
- "Sync Local Falcon rankings to HubSpot"
- "Alert on Local Falcon rank drops via Slack"
- "Track ChatGPT visibility with Local Falcon"
[What it does] + [When/How often] + [Benefit]
Examples:
-
"Automatically monitors your Local Falcon trend reports daily and sends an instant Slack alert whenever your rankings drop below a threshold, helping you respond quickly to ranking issues."
-
"Syncs your Local Falcon scan data to HubSpot company records every morning, keeping your CRM updated with the latest client ranking information."
- Template appears in n8n template library
- Users can find it by searching for Local Falcon
- Monitor for user feedback or issues
- Review feedback from n8n team
- Make requested changes to your template
- Resubmit with updates
- Access your published templates in Creator Portal
- Submit updates as needed
- Updates go through review process
- Follow all guidelines - n8n rejects templates missing sticky notes
- Test thoroughly - Make sure it actually works
- Write clearly - Good documentation helps approval
- Be specific - Vague templates get rejected
- Include examples - Sample data/values help users
When submitting Local Falcon templates:
- API credentials URL:
https://www.localfalcon.com/api/credentials - Note about needing Local Falcon account with API access
- Mention credit requirements for scan operations
local falconlocal seorank trackinggoogle business profilegbplocal search- Platform-specific:
chatgpt,gemini,ai visibility
Always specify:
Add your Local Falcon API credentials (get your key at https://www.localfalcon.com/api/credentials)
- n8n Creator Portal: https://creators.n8n.io
- n8n Template Guidelines: https://docs.n8n.io/workflows/templates/
- Local Falcon API Docs: https://www.localfalcon.com/api
- Community Node Repo: https://github.com/local-falcon/n8n-nodes-localfalcon
Back to: Template Guide | Checklist