Pipelines API - Email Events
Email Semantic Events
This document describes semantic events for email interactions in the Customer.io Pipelines API.
Semantic events are special payloads for our track endpoint based on the event name. When you send an email event with a specific name (like Email Delivered or Email Opened), Customer.io and downstream integrations recognize it and handle it appropriately.
With semantic events, you can set up your events and they'll work with any of our destinations that support email events.
Server addresses: US and EU
Customer.io hosts services in the United States (US) and European Union. Select the appropriate server address for your region.
| Region | Server Address |
|---|---|
| US | https://cdp.customer.io |
| EU | https://cdp-eu.customer.io |
If you're in our EU region, you'll need to specify the EU URL when you initialize our server-side libraries.
Authentication
The Data Pipelines API uses basic authentication with your API key as the username and a blank password.