This workflow automates manual customer management tasks in Intercom, replacing repetitive data entry or manual CRM updates with API-driven operations for companies, leads, and users. It supports create, get, update, delete, and getall operations, reducing management time from hours to minutes per task. Customer support or sales teams handling 50+ leads or users monthly benefit most. The Webhook node receives API requests with resource (company/lead/user) and operation, the Code node validates inputs and enforces rate limits, the IF node filters errors, the Intercom node processes operations, and Respond to Webhook nodes deliver success or error responses, streamlining CRM workflows with precision. The workflow saves ~5 hours weekly by automating 50+ CRM tasks. Ideal for customer success or sales teams in small to medium businesses, it requires n8n and Intercom subscriptions (~$39/month minimum). Scalability is limited by Intercom API rate limits (50 requests/minute); basic technical skills are needed. Install n8n from n8n.io or use cloud.n8n.io. Obtain Intercom API key from developer.intercom.com (Settings > API Keys). Configure Webhook node with URL like https://your-n8n-instance/webhook/intercom/crm and header authentication. Set Intercom node with API credentials and dynamic resource/operation mappings. Test with payloads like { "resource": "lead", "operation": "create", "email": "test@example.com", "name": "John Doe" } via Postman. Activate in n8n. Monitor for errors like invalid emails or rate limits in logs. Optimize by batching requests and rotating API keys quarterly for security.", "businessValue": "Saves 5 hours/week automating 50+ Intercom CRM tasks", "setupTime": "30-45 minutes", "difficulty": "Beginner", "requirements": [ "n8n (free/community or cloud), Intercom subscription", "Intercom API key, webhook authentication header", "Stable internet, modern browser, no coding required" ], "useCase": "Automating lead and user management for customer support or sales"
$5.49
Workflow steps: 6
Integrated apps: webhook, code, if