---
title: "LinkedIn CRM Integration: Connect CompLeadly to Your CRM"
description: "Connect CompLeadly to HubSpot and other CRMs: via webhooks today, directly or through Zapier, Make and n8n. Native integrations are planned."
url: "https://compleadly.com/integrations"
lang: "en"
alternates:
  de: "https://compleadly.de/integrationen"
  en: "https://compleadly.com/integrations"
  fr: "https://compleadly.com/fr/integrations"
  es: "https://compleadly.com/es/integraciones"
  it: "https://compleadly.com/it/integrazioni"
  pt: "https://compleadly.com/pt/integracoes"
  x-default: "https://compleadly.com/integrations"
---

integrations

# Connect LinkedIn to your CRM

CompLeadly sends LinkedIn events to your tools via webhook – directly or through Zapier, Make and n8n. Native integrations are not available yet; they are planned.

[Try it free for 10 days](https://compleadly.com/download)[See the HubSpot guide](https://compleadly.com/integrations/hubspot)

// where things stand

## Webhooks instead of ready-made connectors

CompLeadly does not yet offer an app that connects HubSpot or another CRM in one click. Instead, you create webhooks in the settings: when an event happens – say, an accepted connection request – CompLeadly sends the lead data to a URL you choose. According to our pricing page, webhooks are included from the Premium plan.

// connections

## Where you can send your LinkedIn data

### HubSpot

via webhook

Bring new connections, replies and other LinkedIn events from CompLeadly into HubSpot – through Zapier, Make, n8n or your own endpoint.

[Open the HubSpot guide →](https://compleadly.com/integrations/hubspot)

### Other CRMs and tools

via webhook

Any tool that can receive webhooks connects the same way – for example Salesforce, Zoho, Slack or your email system, directly or through an automation tool.

// how it works

## Connected in three steps

1. 01  
### Prepare the receiver  
In your target tool or in Zapier, Make or n8n, create a flow that receives webhooks and copy the webhook URL.
2. 02  
### Create the webhook in CompLeadly  
Under Settings → Webhooks, enter a name, the URL and the events that trigger the webhook. Use “Test Webhook” to check the connection.
3. 03  
### Process the data  
In your flow, map the incoming fields – such as name, company and LinkedIn profile – and decide what should happen with them.

## Step by step in the knowledge base

You will find the detailed guide with screenshots and every setting in our knowledge base.

[Setting up and using webhooks in CompLeadly →](https://compleadly.com/knowledge/setting-up-and-using-webhooks-in-compleadly)

// integrationen

## Get started with CompLeadly and connect your CRM.

Ten days to try it, no risk and no credit card. Questions about connecting your CRM? Just get in touch.

[Try it free for 10 days](https://compleadly.com/download)[Book a call](https://compleadly.com/contact)

### Privacy

Built in Germany since 2019 — aligned with German data protection standards.

### Cancel anytime

No minimum term beyond the current billing period.

```json
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://compleadly.de/#organization",
  "name": "CompLeadly",
  "legalName": "CompLeadly OHG",
  "description": "LinkedIn automation software for B2B sales and lead generation — built in Germany since 2019.",
  "foundingDate": "2019",
  "founder": [
    {
      "@type": "Person",
      "@id": "https://compleadly.de/ueber-uns#person-sebastian-andes",
      "name": "Sebastian Andes",
      "jobTitle": "Managing Director · CEO",
      "url": "https://compleadly.com/about",
      "image": "https://compleadly.com/images/founders/sebastian-andes-960w.webp",
      "sameAs": [
        "https://www.linkedin.com/in/sebastian-andes/"
      ],
      "worksFor": {
        "@id": "https://compleadly.de/#organization"
      }
    },
    {
      "@type": "Person",
      "@id": "https://compleadly.de/ueber-uns#person-philipp-krapp",
      "name": "Philipp Krapp",
      "jobTitle": "Managing Director · CTO",
      "url": "https://compleadly.com/about",
      "image": "https://compleadly.com/images/founders/philipp-krapp-960w.webp",
      "sameAs": [
        "https://www.linkedin.com/in/philipp-krapp/"
      ],
      "worksFor": {
        "@id": "https://compleadly.de/#organization"
      }
    }
  ],
  "url": "https://compleadly.com/",
  "logo": {
    "@type": "ImageObject",
    "url": "https://compleadly.com/brand/compleadly-logo-light.svg"
  },
  "sameAs": [
    "https://www.linkedin.com/company/compleadly/",
    "https://www.facebook.com/CompLeadlyLinkedInSoftware/",
    "https://www.instagram.com/compleadly/",
    "https://www.youtube.com/channel/UCNT_aB_ioPgfoAvFclwXvug"
  ],
  "contactPoint": [
    {
      "@type": "ContactPoint",
      "telephone": "+49 2202 1860373",
      "email": "info@compleadly.de",
      "contactType": "customer support",
      "areaServed": "DE",
      "availableLanguage": [
        "German",
        "English"
      ]
    }
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Hauptstr. 26",
    "postalCode": "51465",
    "addressLocality": "Bergisch Gladbach",
    "addressCountry": "DE"
  }
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "@id": "https://compleadly.com/#website",
  "name": "CompLeadly",
  "url": "https://compleadly.com/",
  "inLanguage": "en-US",
  "publisher": {
    "@id": "https://compleadly.de/#organization"
  },
  "potentialAction": {
    "@type": "SearchAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://compleadly.com/search?q={search_term_string}"
    },
    "query-input": "required name=search_term_string"
  }
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://compleadly.com/"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Integrations",
      "item": "https://compleadly.com/integrations"
    }
  ]
}
```
