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

# Pubrio Integrations

> Connect Pubrio to Clay, Ottokit, Databar, Stripo, HubSpot, Salesforce, and any tool with a REST API or webhook — native partner integrations and developer patterns.

Pubrio is API-first. Every endpoint is REST + JSON, and [Monitors](/en/api-reference/endpoint/monitors/monitors) deliver enriched signal data via webhook in a single configuration. If your destination accepts an API call or a webhook, you can integrate Pubrio.

Below: published partner integrations, developer integration patterns, and what's on the roadmap.

## Partner integrations

<CardGroup cols={2}>
  <Card title="Pubrio + Clay" icon="puzzle-piece" href="/en/knowledge-base/case-studies/clay-integration">
    Combine Clay's orchestration with Pubrio's glocal data layer — enrich global leads and reach the hidden 70% of the market.
  </Card>

  <Card title="Pubrio + Ottokit" icon="robot" href="/en/knowledge-base/case-studies/ottokit-integration">
    Fuel autonomous agents with Pubrio's ground-truth data for navigating the global economy.
  </Card>

  <Card title="Pubrio + Databar" icon="table-columns" href="/en/knowledge-base/case-studies/databar-integration">
    Enrich Databar spreadsheets with glocal intelligence — no-code access to Pubrio data.
  </Card>

  <Card title="Pubrio + Stripo" icon="palette" href="/en/knowledge-base/case-studies/stripo-integration">
    Push responsive Stripo email templates directly into Pubrio Sequences.
  </Card>
</CardGroup>

## Build your own integration

Pubrio's REST API and webhook-based Monitors connect cleanly to any system that accepts HTTP calls. Three primary patterns:

<CardGroup cols={3}>
  <Card title="REST API" icon="code" href="/en/api-reference/introduction">
    Call enrichment, search, lookup, and redeem endpoints directly from your application or pipeline.
  </Card>

  <Card title="Monitors + Webhooks" icon="bolt" href="/en/developer-guides/setting-up-webhooks">
    Subscribe to real-time signals (jobs, news, ads) with automatic enrichment delivered to your webhook.
  </Card>

  <Card title="Authentication" icon="key" href="/en/api-reference/authentication">
    Header-based API key authentication — same scheme across every endpoint.
  </Card>
</CardGroup>

## Common integration patterns

| Pattern                    | What it looks like                                                                                                        | Pubrio components                                                                                                               |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| **CRM enrichment**         | Pull people/company data into HubSpot, Salesforce, Pipedrive, or your custom CRM via API                                  | [Enrichment](/en/api-reference/endpoint/companies/enrichment) + [Search](/en/api-reference/endpoint/companies/search) endpoints |
| **Lead scoring pipeline**  | Enrich inbound leads server-side, score them, route to the right rep                                                      | Enrichment + [Lookalike](/en/api-reference/endpoint/companies/similar) + your scoring logic                                     |
| **Real-time alerting**     | "Notify Slack when companies in my ICP post a new AI job" — without building a polling loop                               | [Monitors](/en/api-reference/endpoint/monitors/monitors) → webhook → Slack/Teams/email                                          |
| **No-code automation**     | Connect Pubrio to Zapier, Make, n8n, or workflow tools via REST + webhooks                                                | API + Monitor webhook destinations                                                                                              |
| **Sequence automation**    | Auto-enroll matched contacts into your outreach sequencer (HubSpot, Outreach, Salesloft, Apollo, etc.) when triggers fire | Monitor webhook → your sequencer's enrollment endpoint                                                                          |
| **Spreadsheet enrichment** | Bulk-enrich a CSV of accounts or contacts                                                                                 | Enrichment endpoints + batch redeem                                                                                             |

## Integration with workflow platforms

Pubrio's REST API works with any platform that supports HTTP calls. Common configurations:

* **Zapier / Make / n8n / Pipedream** — use the generic HTTP/Webhook action with `pubrio-api-key` header authentication. Monitor webhooks deliver enriched signals to any of these platforms.
* **HubSpot / Salesforce / Pipedrive** — call enrichment endpoints from server-side functions or middleware (Workato, Tray.io, custom Lambda) to populate fields.
* **Clay / Cargo / Databar** — covered by published partner integrations above.
* **Slack / Teams / Discord** — point a Monitor webhook destination at the platform's incoming webhook URL.

## Coming soon

From our [product roadmap](/en/resources/product-roadmap):

* **Native HubSpot Enrichment App** — sidebar app showing localized Pubrio data (headcount, intent) inside the HubSpot Company view
* **Salesforce 2-way sync** — bi-directional sync; buying signals detected in Pubrio automatically update Lead Score in Salesforce

## Need an integration we don't list?

If you'd like Pubrio integrated with a specific tool — or you've built one we should feature — get in touch. We prioritize integrations by demand.

<CardGroup cols={2}>
  <Card title="Try the API" icon="key" href="https://dashboard.pubrio.com">
    Sign up on the Free plan and start building.
  </Card>

  <Card title="Talk to us" icon="comments" href="https://pubrio.com/en/get-in-touch">
    Tell us about the integration you need.
  </Card>

  <Card title="Developer Guides" icon="book-open" href="/en/developer-guides/introduction">
    Webhooks, Monitor setup, filter conditions, and end-to-end examples.
  </Card>

  <Card title="API Reference" icon="code" href="/en/api-reference/introduction">
    Full REST API documentation.
  </Card>
</CardGroup>
