Data pipelines: CDP integrations

Last updated:

|Edit this page

On this page

Data pipeline provides a full-featured customer data platform (CDP) in PostHog, with full-service integrations for ingesting, transforming, and sending data to destinations:

  • Transformations extend PostHog's functionality by filtering and transforming analytics data.

  • Sources let you ingest data from your existing systems, and join them to existing person and event data using data warehouse.

  • Destinations send PostHog data to other sources in realtime or as batch exports which reliably send data to a destination on a schedule.

Destinations require the data pipeline add-on in your billing settings.

Use cases

Pipelines can be used for a wide variety of use cases, such as:

  • Send event data to a data warehouse. If you have a data lake or data warehouse, you can use destinations to send PostHog event data there, while ensuring you still have that data in PostHog to perform your analytics processes.

  • Send event data via webhooks. You can use our realtime destinations to send event data to external services through webhooks. This is useful when you want to push event data to tools like Slack, Hubspot, or Intercom.

  • Enforce event schemas. By default, PostHog does not enforce schemas on events it receives. However, a transformation could do so, preventing ingestion of events that do not match the specified schema in order to keep your data clean and following specific guidelines you need it to follow.

  • Label events. To facilitate sorting through your events, you can use transformations to determine arbitrary logic to label an event (e.g. by setting a label property). This can help you tailor your metrics in PostHog, as well as facilitate data ordering if you ever use PostHog data elsewhere.

For a full list of transformations and destinations currently available, see the destinations and transformations tabs under data pipeline in-app.

Questions?

Was this page useful?

Next article

Link a source

PostHog enables you to link your most important data from sources like your CRM, payment processor, or database. Once linked, you can combine this data with the product analytics data already in PostHog and query across all of it. To link a source, go to the Integrations tab, and click the Sources tab. On that page, you have an option to create a managed source such as: Stripe Hubspot Zendesk Postgres MySQL Azure SQL Server Snowflake Vitally Chargebee The other option is a self-managed source…

Read next article