Connect GuruSup to n8n workflows.
With the official GuruSup community node for n8n, you can send messages to the GuruSup API directly from any workflow. Automate ticket creation, AI agent triggers and multi-channel routing without writing a single line of code.
Combine the power of n8n's 700+ integrations with GuruSup's AI agents to build end-to-end automations that respond, resolve and act across every channel.
- No-code automation: build visual workflows that send messages to GuruSup in minutes.
- AI agent triggers: kick off support, sales or ops agents from any n8n event.
- Multi-channel routing: route messages from forms, CRMs or webhooks to the right GuruSup channel.
- 700+ app connections: link GuruSup to Slack, HubSpot, Shopify, Google Sheets and more via n8n.
Install the GuruSup Node
Option A — From the n8n UI:
Go to Settings → Community Nodes → Install, search for n8n-nodes-gurusup and click Install.
Option B — From the command line (self-hosted):
npm install n8n-nodes-gurusupRequirements
An n8n Instance
Use n8n Cloud or self-host on your own infrastructure. The GuruSup node works on both environments with n8n version 1.0 or later.
A GuruSup Account & API Key
Sign in at app.gurusup.com, go to Settings → API and generate a new API key. You will need it to authenticate the node.
Community Nodes Enabled
In n8n Settings → Community Nodes, make sure community nodes are enabled. On n8n Cloud this is on by default; on self-hosted enable it from the environment variables.
Once you have all three ready, you can install the GuruSup node and start building workflows.
Use Cases
| Scenario | How it works |
|---|---|
| Form submission → support ticket | A webhook receives a form entry, n8n formats the data and sends a message to GuruSup to create a support ticket automatically. |
| CRM lead sync | When a new lead is created in HubSpot or Salesforce, n8n sends a message to GuruSup so the sales agent can follow up instantly. |
| WhatsApp escalation | A scheduled workflow checks unresolved conversations and sends a reminder message via GuruSup to re-engage the customer on WhatsApp. |
| Email-to-chat routing | n8n monitors a Gmail inbox, extracts the message body and forwards it to GuruSup so the AI agent can respond in real time. |
| Alert webhooks | Sentry or PagerDuty sends an alert to n8n, which posts a formatted message to GuruSup for the ops agent to handle. |
Step-by-step Integration Guide
In n8n, go to Settings → Community Nodes → Install. Search for n8n-nodes-gurusup and click Install. If you're self-hosting, you can also run: npm install n8n-nodes-gurusup in your n8n directory.
Create a new workflow and add the GuruSup node from the node panel.
Open the node, click 'Create New Credential' and paste your GuruSup API key.
Configure the message fields: set the conversation ID, message body and any metadata you need.
Connect previous nodes (webhook, trigger, etc.), click 'Test workflow' to verify, then activate.
Frequently Asked Questions
Is the n8n integration free?
Yes. The n8n-nodes-gurusup community node is free and open-source. You only need an active GuruSup plan and an n8n instance (cloud or self-hosted).
Does it work with self-hosted n8n?
Absolutely. The node works on both n8n Cloud and self-hosted instances. Just make sure community nodes are enabled in your n8n configuration.
What can the GuruSup node do?
The node sends messages to the GuruSup API (POST /public/v1/messages). You can use it to create tickets, trigger AI agents, route conversations and more — all from within your n8n workflows.
