> ## Documentation Index
> Fetch the complete documentation index at: https://dub-mintlify-update-supabase-lead-tracking-guide-82850.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Integrate Dub with your favorite tools and services.

Integrations allow you to extend the capabilities of Dub and seamlessly connect with third-party platforms and services. By leveraging these integrations, you can enhance your workflows, automate tasks, connect with your favorite tools, and more.

## Official integrations

These are the integrations that are officially supported and actively maintained by Dub.

<CardGroup cols={2}>
  <Card
    title="Zapier"
    href="https://dub.co/integrations/zapier"
    icon={
  <div className="h-8 w-8">
    <img
      src="https://dubassets.com/integrations/clzlmz336000fjeqynwhfv8vo_S4yz4ak"
      alt="Zapier logo"
      className="h-full w-full rounded-full"
    />
  </div>
}
  >
    Integrate Dub with Zapier
  </Card>

  <Card
    title="Make.com"
    href="https://dub.co/integrations/make"
    icon={
  <div className="h-8 w-8">
    <img
      src="https://dubassets.com/integrations/clzlmyxup0001jeqyaka3dvdd_GSp2tii"
      alt="Make.com logo"
      className="h-full w-full rounded-full"
    />
  </div>
}
  >
    Integrate Dub with Make.com
  </Card>

  <Card
    title="Stripe"
    href="https://dub.co/integrations/stripe"
    icon={
  <div className="h-8 w-8">
    <img
      src="https://dubassets.com/integrations/clzra1ya60001wnj4a89zcg9h_jtyaGa7"
      alt="Stripe logo"
      className="h-full w-full rounded-full"
    />
  </div>
}
  >
    Integrate Dub with Stripe
  </Card>

  <Card
    title="Shopify"
    href="https://dub.co/integrations/shopify"
    icon={
  <div className="h-8 w-8">
    <img
      src="https://dubassets.com/integrations/int_iWOtrZgmcyU6XDwKr4AYYqLN_jUmF77W"
      alt="Shopify logo"
      className="h-full w-full rounded-full"
    />
  </div>
}
  >
    Integrate Dub with Shopify
  </Card>

  <Card
    title="Segment"
    href="https://dub.co/integrations/segment"
    icon={
  <div className="h-8 w-8">
    <img
      src="https://dubassets.com/integrations/int_zGnSElTzimbz20OWnXerPoKv_Noy3Xhk"
      alt="Segment logo"
      className="h-full w-full rounded-full"
    />
  </div>
}
  >
    Integrate Dub with Segment
  </Card>

  <Card
    title="Wordpress"
    href="https://dub.co/integrations/wordpress"
    icon={
  <div className="h-8 w-8">
    <img
      src="https://dubassets.com/integrations/clzrjifgn0004tyvlu72oxcc2_GrLz146"
      alt="Wordpress logo"
      className="h-full w-full rounded-full"
    />
  </div>
}
  >
    Integrate Dub with Wordpress
  </Card>

  <Card
    title="Raycast"
    href="https://dub.co/integrations/raycast"
    icon={
  <div className="h-8 w-8">
    <img
      src="https://dubassets.com/integrations/clzlmyzlx0005jeqy95pjrwbz_Yg767eU"
      alt="Raycast logo"
      className="h-full w-full rounded-full"
    />
  </div>
}
  >
    Integrate Dub with Raycast
  </Card>

  <Card
    title="Slack"
    href="https://dub.co/integrations/slack"
    icon={
  <div className="h-8 w-8">
    <img
      src="https://dubassets.com/integrations/clzu59rx9000110bm5fnlzwuj_Y93aiyc"
      alt="Slack logo"
      className="h-full w-full rounded-full"
    />
  </div>
}
  >
    Integrate Dub with Slack
  </Card>
</CardGroup>

## Building your own integrations

You can build your own integrations with Dub's link infrastructure using our [API](/api-reference/introduction).

1. Read the documentation on how to [create links](/api-reference/endpoint/create-a-link) or [track sale conversions](/api-reference/endpoint/track-sale).
2. Learn how to [integrate Dub into your application](/integrations/quickstart).
3. [Reach out to us](https://dub.co/contact/support) to feature your integration in the integrations marketplace.

## Integration webhooks

Dub also supports webhooks for integrations. You can learn more about them in the [webhooks](/concepts/webhooks/introduction) documentation.

Here's a list of the webhooks that Dub supports:

* [`link.created`](/concepts/webhooks/event-types#link-created) – when a new link is created
* [`link.updated`](/concepts/webhooks/event-types#link-updated) – when a link is updated
* [`link.deleted`](/concepts/webhooks/event-types#link-deleted) – when a link is deleted
* [`link.clicked`](/concepts/webhooks/event-types#link-clicked) – when a link is clicked
* [`lead.created`](/concepts/webhooks/event-types#lead-created) – when a new lead is created
* [`sale.created`](/concepts/webhooks/event-types#sale-created) – when a new sale is created
* [`partner.enrolled`](/concepts/webhooks/event-types#partner-enrolled) – when a new partner is enrolled in your program
