n8n logoAutomation

Build your own Klipy workflows in n8n

Klipy has no native n8n app. Here's how to wire n8n's HTTP Request and Webhook nodes to Klipy's API and webhooks so data moves between the two, at no added cost on any plan.

Klipy has no prebuilt n8n app. You connect the two by building your own n8n workflow: an HTTP Request node calls Klipy's REST API v2 to read or write contacts, deals, and other records, and a Webhook node receives Klipy's outbound events as workflow triggers. Both run on every Klipy plan, including Free, at no extra cost.

Klipy has no native n8n app or node. Build the connection yourself with n8n's generic HTTP Request and Webhook nodes against Klipy's REST API v2 and outbound webhooks, both available on every plan.

Free on every plan
Connecting n8n is included on every Klipy plan, including Free. API access, webhooks, and the MCP server ship standard, with no add-on fee.

Quick answer

Klipy has no prebuilt n8n app. You connect the two by building your own n8n workflow: an HTTP Request node calls Klipy's REST API v2 to read or write contacts, deals, and other records, and a Webhook node receives Klipy's outbound events as workflow triggers. Both run on every Klipy plan, including Free, at no extra cost.

At a glance

What you need to know

0

Prebuilt n8n app

No bundled Klipy node exists; wire the connection with n8n's own HTTP Request and Webhook nodes.

12

Webhook events

lead.captured, deal.moved, and ten more, including interaction.captured and booking.created, can trigger an n8n workflow.

$0

Free on every plan

API keys, webhooks, and MCP access carry no extra charge on any Klipy plan, Free included.

What n8n does, and the gap Klipy leaves

n8n is a node-based workflow tool you self-host or run on n8n Cloud: triggers, HTTP calls, data transforms, and connections across hundreds of other apps on one canvas. Klipy has no published node in n8n's directory, so there is no drag-and-drop Klipy credential type or trigger to pick from a list. What integrations does Klipy support? confirms the same pattern holds for tools like n8n, not only the named CRMs you might expect a connector for. If you came here searching for an n8n CRM integration built by Klipy, that's the honest answer: nothing bundled exists yet.

The gap is real, and it's solvable. You build the connection with two of n8n's own generic nodes, the HTTP Request node and the Webhook node, pointed at Klipy's open API and webhook surfaces.

How n8n connects to Klipy

Two of n8n's generic nodes carry the whole connection.

The HTTP Request node calls Klipy's REST API v2 (base https://api.klipy.ai/api/v2) from any step in a workflow to read or write contacts, companies, deals, pipelines, tasks, notes, and segments. Authenticate with a Header Auth credential set to X-Klipy-Api-Key (or a Bearer credential using Authorization: Bearer), holding a klipy_live_* key created in Settings → API. Batch-create up to 100 records per call for bulk moves, and set an Idempotency-Key header so a retried request with the same key returns the cached response instead of creating a second record.

The Webhook node works the other direction. Use it as the workflow's trigger, then create a matching endpoint in Klipy's Settings → Webhooks pointed at the workflow's webhook URL. Subscribe to the events you need, for example lead.captured or deal.moved, and Klipy fires the workflow the moment something changes.

No credential-mapped field discovery exists on either side, since neither tool has built the other's app. You define the field mapping between Klipy's response shape and whatever downstream tool the workflow feeds, inside the workflow itself.

Klipy's MCP server (OAuth, 38 tools, 9 scopes) sits alongside the API and webhooks, but it's built for AI agent clients like Claude and ChatGPT. We didn't confirm whether n8n's own AI-agent-facing nodes can target it, so this page claims only the API and webhook self-build route for n8n, not an MCP route.

Use cases

What you can do with it

I can now push newly captured Klipy leads into a spreadsheet, Slack channel, or another CRM.

An HTTP Request node pulls from Klipy's REST API v2 and chains into any of n8n's other nodes.

REST API v2

I can now trigger an n8n workflow the moment a deal changes stage or a new lead is captured, instead of polling.

A Klipy Webhook node fires on deal.moved or lead.captured as the workflow's trigger.

Webhook event types

I can now batch-import contacts or companies into Klipy from a spreadsheet, up to 100 records per call.

The REST API's batch-create endpoint runs inside a single n8n workflow run.

REST API v2
Trade-offs

Pros and cons

Pros

  • Nothing is missing versus a bundled connector. The same REST API and webhooks that power the Klipy app power every n8n workflow.
  • API keys, webhooks, and MCP access carry no extra charge on any Klipy plan.
  • n8n's HTTP Request and Webhook nodes are generic and well documented, so the same pattern connects Klipy to any other n8n-reachable tool, not just this one.
  • Idempotency-Key support means a retried request with the same key returns the cached response instead of creating a second record.

Cons

  • No published Klipy node means you configure Header Auth (or Bearer) by hand instead of picking a credential type from a list.
  • Rate limits apply (200 requests per minute per API key, 1,000 per minute per organization), so high-volume workflows need batching or backoff.
  • No credential-mapped field discovery exists on either side; you define the field mapping inside the workflow yourself.
Sources

Docs and references

FAQ

Frequently asked questions

Does Klipy have a native n8n app?

No. There is no published Klipy node or app in n8n's directory. You connect the two with n8n's own generic HTTP Request and Webhook nodes against Klipy's REST API and webhooks.

How do I authenticate n8n's calls to Klipy?

Create an API key in Settings → API (format klipy_live_*), then set it as a Header Auth credential (X-Klipy-Api-Key) or a Bearer credential on the n8n HTTP Request node.

How do I trigger an n8n workflow from something happening in Klipy?

Create a webhook endpoint in Klipy's Settings → Webhooks, subscribe to the event you need (for example deal.moved or lead.captured), and point it at your n8n workflow's Webhook node URL.

Is there a cost to using the API or webhooks with n8n?

No. API keys, webhooks, and MCP access ship at no added cost on any Klipy plan, Free included.

Can data move both ways between Klipy and n8n?

Yes. The HTTP Request node reads and writes contacts, companies, and deals in Klipy for outbound moves, and Klipy's webhooks push data into an n8n workflow the moment something changes.

Related

Integrations with similar tools

Add the tools you use. Keep the stack you trust.

Connect Klipy to your inbox, CRM, and AI agents in minutes. Every outbound draft still waits for your approval.