Webhooks and automation with n8n, Zapier and Make

Automation platforms let you connect Cerewro with 500+ applications without code: Gmail, Slack, Trello, Notion, Airtable, Google Sheets. n8n is the self-hosted free option with the most power.

n8nMakeZapier
PriceFree (self-hosted)FreemiumFreemium
PrivacyTotal (on-premise)CloudCloud
Apps400+1,000+5,000+
Custom codeNode.js + PythonLimitedVery limited
Install n8n with Docker
docker run -d --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n n8nio/n8n
# Access at http://localhost:5678
Cerewro as n8n node: Add Cerewro as an HTTP node in n8n to include AI analysis in any automation flow. Example: "When a customer email arrives → send text to Cerewro → Cerewro classifies urgency and drafts response → send email automatically".