Overview

n8n offers 400+ pre-built integrations with popular services, APIs, and platforms. Each integration is implemented as a node with authentication handling and pre-configured actions.

🚀 Development & DevOps

Version Control

  • GitHub - Repositories, issues, PRs, releases, actions
  • GitLab - Complete DevOps lifecycle
  • Bitbucket - Code collaboration
  • Gitea - Self-hosted Git service

Project Management

  • Jira - Issue tracking, sprints, boards
  • Linear - Modern issue tracking
  • Shortcut - Agile project management
  • Azure DevOps - Complete DevOps platform

CI/CD & Deployment

  • Jenkins - Automation server
  • CircleCI - Continuous integration
  • Travis CI - Test and deploy
  • Netlify - JAMstack deployment
  • Vercel - Frontend deployment
  • Heroku - Platform as a service

💼 CRM & Sales

Enterprise CRM

  • Salesforce - Complete CRM suite
  • HubSpot - Inbound marketing & sales
  • Pipedrive - Visual sales pipeline
  • Zoho CRM - Unified business platform
  • Microsoft Dynamics - Enterprise business apps

Sales Tools

  • Close - Inside sales CRM
  • Copper - Google Workspace CRM
  • Freshsales - AI-powered CRM
  • Keap - Small business CRM
  • Nimble - Social CRM

📧 Marketing & Email

Email Marketing

  • Mailchimp - Marketing automation
  • SendGrid - Transactional email
  • Sendinblue - Digital marketing suite
  • ConvertKit - Creator marketing
  • ActiveCampaign - Customer experience automation

Marketing Automation

  • Marketo - Adobe marketing automation
  • Pardot - Salesforce B2B marketing
  • Drip - E-commerce CRM
  • Autopilot - Visual marketing automation
  • Customer.io - Messaging platform

💬 Communication

Team Chat

  • Slack - Team messaging
  • Microsoft Teams - Collaboration hub
  • Discord - Community platform
  • Mattermost - Open source messaging
  • Rocket.Chat - Open source chat

Customer Support

  • Zendesk - Customer service
  • Intercom - Customer messaging
  • Freshdesk - Helpdesk software
  • Help Scout - Customer support
  • Drift - Conversational marketing

🛒 E-commerce

Platforms

  • Shopify - E-commerce platform
  • WooCommerce - WordPress commerce
  • BigCommerce - SaaS e-commerce
  • Magento - Open source commerce
  • PrestaShop - Open source shop

Marketplaces

  • Amazon Seller - Marketplace integration
  • eBay - Online marketplace
  • Etsy - Creative marketplace
  • Mercado Libre - Latin America marketplace

💳 Payments & Finance

Payment Processing

  • Stripe - Payment infrastructure
  • PayPal - Online payments
  • Square - Payment ecosystem
  • Braintree - Payment platform
  • Mollie - European payments

Accounting

  • QuickBooks - Accounting software
  • Xero - Cloud accounting
  • FreshBooks - Small business accounting
  • Wave - Free accounting
  • Sage - Business management

📊 Analytics & Data

Web Analytics

  • Google Analytics - Website analytics
  • Matomo - Open source analytics
  • Plausible - Privacy-friendly analytics
  • Fathom - Simple analytics
  • Mixpanel - Product analytics

Business Intelligence

  • Tableau - Data visualization
  • Power BI - Microsoft analytics
  • Looker - Data platform
  • Metabase - Open source BI
  • Grafana - Observability

🎨 Content & Design

Content Management

  • WordPress - Website CMS
  • Ghost - Publishing platform
  • Contentful - Headless CMS
  • Strapi - Open source headless CMS
  • Directus - Data platform

Design Tools

  • Figma - Collaborative design
  • Canva - Graphic design
  • Adobe Creative Cloud - Creative suite
  • Sketch - Digital design
  • InVision - Digital product design

📱 Social Media

Major Platforms

  • Twitter/X - Social network
  • LinkedIn - Professional network
  • Facebook - Social platform
  • Instagram - Photo sharing
  • YouTube - Video platform

Social Management

  • Buffer - Social media management
  • Hootsuite - Social media dashboard
  • Later - Visual social scheduler
  • Sprout Social - Social media management

🗂️ Productivity

Note-Taking

  • Notion - All-in-one workspace
  • Evernote - Note organization
  • OneNote - Microsoft notes
  • Obsidian - Knowledge base
  • Roam Research - Networked thought

Task Management

  • Todoist - Task manager
  • Asana - Work management
  • Trello - Kanban boards
  • Monday.com - Work OS
  • ClickUp - Productivity platform

☁️ Cloud Services

Storage

  • Google Drive - Cloud storage
  • Dropbox - File hosting
  • OneDrive - Microsoft cloud
  • Box - Enterprise content
  • AWS S3 - Object storage

Infrastructure

  • AWS - Amazon Web Services
  • Google Cloud - GCP services
  • Azure - Microsoft cloud
  • DigitalOcean - Cloud infrastructure
  • Cloudflare - CDN and security

🤖 AI & Machine Learning

Language Models

  • OpenAI - GPT models
  • Anthropic Claude - AI assistant
  • Google AI - Gemini, PaLM
  • Cohere - Language AI
  • Hugging Face - ML models

AI Services

  • Replicate - ML model hosting
  • Stability AI - Image generation
  • ElevenLabs - Voice synthesis
  • Whisper - Speech recognition
  • Pinecone - Vector database

🔐 Security & Identity

Authentication

  • Auth0 - Identity platform
  • Okta - Identity management
  • Firebase Auth - Google authentication
  • Supabase Auth - Open source auth
  • Clerk - User management

Security Tools

  • 1Password - Password manager
  • Bitwarden - Open source passwords
  • HashiCorp Vault - Secrets management
  • CyberArk - Privileged access

📞 Telephony & SMS

Communication APIs

  • Twilio - Communication platform
  • Vonage - Communications API
  • MessageBird - Omnichannel platform
  • Bandwidth - Communications platform
  • Plivo - Voice and SMS

🏢 Enterprise Systems

ERP

  • SAP - Enterprise software
  • Oracle - Business applications
  • NetSuite - Cloud ERP
  • Odoo - Open source ERP
  • ERPNext - Open source ERP

HR Systems

  • Workday - HR management
  • BambooHR - HR software
  • Gusto - Payroll and HR
  • Rippling - Workforce management
  • Personio - HR for SMEs

📈 Cryptocurrency & Blockchain

Exchanges

  • Binance - Crypto exchange
  • Coinbase - Cryptocurrency platform
  • Kraken - Digital asset exchange

Blockchain

  • Ethereum - Smart contracts
  • IPFS - Distributed storage
  • The Graph - Blockchain data

🎮 Other Integrations

IoT & Home Automation

  • Home Assistant - Home automation
  • IFTTT - Automation service
  • Philips Hue - Smart lighting
  • MQTT - IoT messaging

Forms & Surveys

  • Typeform - Interactive forms
  • Google Forms - Simple forms
  • JotForm - Form builder
  • SurveyMonkey - Survey platform

Scheduling

  • Calendly - Appointment scheduling
  • Cal.com - Open source scheduling
  • Acuity - Appointment booking

Authentication Methods

n8n supports various authentication methods:
  • API Key - Simple key-based auth
  • OAuth2 - Industry standard
  • Basic Auth - Username/password
  • JWT - Token-based auth
  • Custom Headers - Flexible auth

Adding New Integrations

Using HTTP Request Node

For services not yet integrated:
// Use HTTP Request node with custom headers
{
  "method": "POST",
  "url": "https://api.service.com/endpoint",
  "headers": {
    "Authorization": "Bearer {{$credentials.apiKey}}",
    "Content-Type": "application/json"
  },
  "body": {
    "data": "{{$json.inputData}}"
  }
}

Community Nodes

Install community-created nodes:
# Install from npm
npm install n8n-nodes-servicename

# Or install in n8n
# Settings → Community Nodes → Install

Integration Resources

Next Steps