Skip to main content
n8n integration enables bidirectional workflow automation, connecting PraisonAI agents to n8n’s 400+ integrations including Slack, Gmail, Notion, databases, and APIs.
The user asks the agent to automate a task; the agent invokes n8n workflows and integrations on their behalf.

Quick Start

1

Install n8n Tools

2

Set Up n8n Instance

3

Use in Agent


How It Works


Integration Directions

Agents → n8n Workflows

Agents execute n8n workflows to access 400+ integrations

n8n → Agent API

n8n workflows invoke PraisonAI agents via HTTP endpoints

Visual Workflow Editor

Export PraisonAI YAML workflows to n8n for visual editing

CLI Export Tools

Command-line tools for n8n workflow export and management

Common Patterns


Available Integrations

n8n provides 400+ integrations across multiple categories:
  • Chat: Slack, Discord, Microsoft Teams, Telegram, WhatsApp
  • Email: Gmail, Outlook, SendGrid, Mailchimp
  • Video: Zoom, Google Meet, Microsoft Teams
  • Documents: Notion, Google Docs, Microsoft Office, Confluence
  • Spreadsheets: Google Sheets, Excel, Airtable
  • Task Management: Trello, Jira, Linear, Asana, Monday.com
  • SQL Databases: PostgreSQL, MySQL, SQL Server, Oracle
  • NoSQL: MongoDB, Redis, Elasticsearch, DynamoDB
  • Cloud Storage: Google Drive, Dropbox, AWS S3, Azure Blob
  • REST APIs: HTTP Request node, GraphQL
  • Webhooks: Trigger and receive webhooks
  • Git: GitHub, GitLab, Bitbucket integration

Best Practices

Always handle workflow errors gracefully in your agent instructions:
Use environment variables for configuration:
Create focused, single-purpose workflows in n8n:
  • Good: slack-notify, email-send, database-insert
  • Avoid: do-everything-workflow
This makes workflows more reliable and easier to debug.
Never expose sensitive data in workflow inputs:

n8n Tools Reference

Complete API reference for n8n workflow tools

n8n API Integration

HTTP endpoints for n8n to invoke PraisonAI agents

Visual Workflow Editor

Export and edit PraisonAI workflows in n8n UI

CLI n8n Commands

Command-line tools for n8n workflow management