> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stairoids.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations: Connect Your Entire GTM Stack to Stairoids

> Connect HubSpot, Pipedrive, Leadfeeder, ActiveCampaign, HeyReach, and custom tools to Stairoids as signal sources and action targets.

Stairoids integrations work in two directions: your existing tools feed live signals into Stairoids, and Stairoids fires automated actions back out to those same tools. Every integration you connect expands both the intelligence Stairoids can act on and the surface area it can reach — creating a closed loop from signal to action without manual handoffs.

## How data flows

At its core, the Stairoids data flow looks like this:

**Your tool → signal captured → Stairoids processes → automation triggered → action fires back to your tool**

When a deal moves in Pipedrive, Stairoids receives a `deal_stage_changed` signal, scores it against your playbooks, and can automatically enroll that contact in a HeyReach LinkedIn sequence or update a HubSpot property — all within seconds. Each integration you add makes your automations smarter and more responsive.

## Available integrations

<CardGroup cols={3}>
  <Card title="HubSpot" icon="hubspot" href="/integrations/hubspot">
    Sync contact and deal activity as inbound signals. Trigger record creation, property updates, and workflow enrollments as outgoing actions.
  </Card>

  <Card title="Pipedrive" icon="chart-bar" href="/integrations/pipedrive">
    Turn deal stage changes, won/lost events, and activity completions into signals. Push deal and person updates back out automatically.
  </Card>

  <Card title="Leadfeeder" icon="eye" href="/integrations/leadfeeder">
    Import website visitor data as company-level engagement signals. Match visiting companies to accounts in your Stairoids workspace.
  </Card>

  <Card title="ActiveCampaign" icon="envelope" href="/integrations/activecampaign">
    Capture email opens, clicks, and replies as engagement signals. Trigger list additions, tagging, and campaign sends as actions.
  </Card>

  <Card title="HeyReach" icon="linkedin" href="/integrations/heyreach">
    Pull LinkedIn connection accepts, message replies, and profile views as high-intent signals from your outreach campaigns.
  </Card>

  <Card title="Custom API" icon="code" href="/integrations/custom-api">
    Push signals from any tool using the Stairoids REST API. Receive action triggers via outgoing webhooks to close the loop.
  </Card>
</CardGroup>

## Connecting an integration

All integrations follow the same general path through the Stairoids dashboard. The exact authorization step differs per tool — some use OAuth, others use an API key — but the flow is consistent.

<Steps>
  <Step title="Open Integration Settings">
    Navigate to **Settings → Integrations** in the left sidebar. You'll see a list of all available integrations and their current connection status.
  </Step>

  <Step title="Add the integration">
    Click **Add Integration**, then select the tool you want to connect from the catalog.
  </Step>

  <Step title="Authorize or configure">
    Depending on the integration, you'll either be redirected to an OAuth consent screen (HubSpot) or prompted to paste an API key (Pipedrive, Leadfeeder, ActiveCampaign, HeyReach). Follow the prompts to grant access.
  </Step>

  <Step title="Choose which events to sync">
    After authorization, Stairoids shows you the available signal event types for that integration. Toggle on the events you want Stairoids to listen to. You can change these selections at any time from the integration's settings page.
  </Step>

  <Step title="Verify the connection">
    Stairoids runs a connection test and confirms the integration is live. Within a few minutes you should start seeing signals appear in your **Signal Feed** from the connected tool.
  </Step>
</Steps>

## Signal sources vs. action targets

Not every integration supports both directions equally. Here's a quick reference:

| Integration    | Incoming signals | Outgoing actions |
| -------------- | ---------------- | ---------------- |
| HubSpot        | ✅                | ✅                |
| Pipedrive      | ✅                | ✅                |
| Leadfeeder     | ✅                | —                |
| ActiveCampaign | ✅                | ✅                |
| HeyReach       | ✅                | ✅                |
| Custom API     | ✅                | ✅ (via webhook)  |

<Note>
  Missing an integration? Use the Custom API option to connect any tool not listed here — whether that's Salesforce, Notion, Slack, or an internal system. You can push signals in via `POST /v1/signals` and receive action triggers via outgoing webhooks.
</Note>
