Customer.io Pipelines API
Send customer data to Customer.io via the Segment-compatible Pipelines (CDP) API — identify people, track events, record pageviews and screen views, associate users with groups, merge profiles, and batch multiple calls.
| Detail | Value |
|---|---|
| Category | Marketing & Analytics |
| Base URL | https://cdp.customer.io/v1 |
| Authentication | Bearer Token |
| Endpoints | 7 |
| Connector key | customer-io-pipelines-api |
Using Customer.io Pipelines API in a workflow
- Go to Connections and click New Connection.
- Pick Customer.io Pipelines API from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints
| Endpoint | Summary |
|---|---|
| POST /identify | Add and Update People |
| POST /track | Track events |
| POST /page | Track pageviews |
| POST /screen | Track mobile screenviews |
| POST /group | Create objects and relationships |
| POST /alias | Merge profiles |
| POST /batch | Batch requests |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.