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

# Overview

> Learn how to connect third-party platforms and data sources on SuprSend for data sync and workflow automation.

With SuprSend Connectors, **you can sync events, users, lists from third-party platforms** into SuprSend or **export SuprSend tracked logs and notification data to your data warehouse** for reporting and analysis.

## Usecases of connectors

<AccordionGroup>
  <Accordion title="Sync users and events from CDP platforms and setup notifications in a no-code manner">
    If you already track customer data in these platforms, you can directly sync user data from these platforms within mins.
  </Accordion>

  <Accordion title="Sync user cohorts from Analytics platform like Mixpanel and send notifications using SuprSend">
    You can sync user cohorts from third-party platforms like Mixpanel in a list in SuprSend and trigger notifications via [broadcast API](/docs/broadcast).
  </Accordion>

  <Accordion title="Update users and lists in SuprSend on 360 degree data from your data warehouse">
    Connect your [database](/docs/database) to SuprSend and write SQL queries to sync users and lists in SuprSend.
  </Accordion>

  <Accordion title="Sync notification logs and metrics to your data warehouse for reporting and analysis">
    You can use [Amazon S3 connector](/docs/amazon_s3_v2) to export notification logs and metrics to your data warehouse for reporting and analysis.
  </Accordion>

  <Accordion title="Stream real-time notification metrics to your observability platform">
    Connect SuprSend to [Datadog](/docs/datadog), [New Relic](/docs/new-relic), or any [OpenTelemetry-compatible](/docs/opentelemetry) platform to monitor API requests, workflow executions, and message delivery in real-time.
  </Accordion>
</AccordionGroup>

## Connector Types

There are 3 types of connectors in SuprSend:

### Third party data source

Used to sync event and user data from a third-party platform to power notifications or sync user cohorts (lists) in SuprSend.

<CardGroup cols={2}>
  <Card title="Mixpanel" href="/docs/mixpanel">
    Export user cohorts from Mixpanel into SuprSend and create subscriber [lists](/docs/lists) to trigger notifications via [broadcast API](/docs/broadcast).
  </Card>

  <Card title="Segment" href="/docs/segment">
    Sync users and events from Segment to SuprSend to power automated workflows, a low-code way to trigger notifications.
  </Card>
</CardGroup>

### Third party data destination

Used to sync data like message templates and notification metrics that we track in SuprSend back to your data warehouse for reporting and analysis.

<Card title="Amazon S3" href="/docs/amazon_s3_v2">
  Export notification logs and metrics in your S3 bucket for internal or in-product reporting and analysis.
</Card>

### Observability & Monitoring

Stream real-time notification metrics from SuprSend to your observability platform via OpenTelemetry (OTLP) — with latency under 10 seconds. Build dashboards, set up alerts, and monitor your notification pipeline alongside your application metrics.

<CardGroup cols={3}>
  <Card title="Datadog" href="/docs/datadog">
    Stream `suprsend.*` metrics to Datadog. Includes a pre-built dashboard starter kit.
  </Card>

  <Card title="New Relic" href="/docs/new-relic">
    Stream `suprsend.*` metrics to New Relic. Includes a pre-built dashboard starter kit.
  </Card>

  <Card title="OpenTelemetry" href="/docs/opentelemetry">
    Connect to any OTLP-compatible platform — Grafana Cloud, Honeycomb, Dynatrace, or your own collector.
  </Card>
</CardGroup>

### Database

Database connector enables you to setup notifications directly on top of the data from your data warehouse. This way data, product and growth teams can directly setup production notifications and automated marketing campaigns on the 360 degree data without doing any trade-offs on the amount of data available in click stream platforms.

Using database connector, you can directly sync user profiles and create lists in SuprSend with a simple SQL query, without any engineering effort. You can then use these lists to send broadcasts.

<CardGroup cols={2}>
  <Card title="Postgres" href="/docs/postgres">
    Sync user profiles and create lists in SuprSend on top of Postgres database.
  </Card>

  <Card title="MySQL" href="/docs/mysql">
    Sync user profiles and create lists in SuprSend on top of MySQL database.
  </Card>

  <Card title="Bigquery" href="/docs/bigquery">
    Sync user profiles and create lists in SuprSend on top of BigQuery database.
  </Card>
</CardGroup>

Need support for another connector? [Please Let us know](https://join.slack.com/t/suprsendcommunity/shared_invite/zt-3932rw936-XNWY1RC8bsffh4if4ZyoXQ)

***

## Add Connectors based on workspaces

Most of these platforms have different project for staging and for production. Since each workspace in SuprSend has separate connector settings, you can connect your staging connector project to your staging workspace, and your production connector project to your production workspace.
