Skip to main content

Customer.io Connector

Customer.io Manage customers on the Customer.io platform

Connections

API Key

Authenticate requests to Customer.io using an API key & secret

InputCommentsDefault
API KeyProvide the API key from the developer console.
Site IdProvide the Site Id obtained from the developer console.

Actions

Destroy

Delete a customer by unique ID

InputCommentsDefault
IDA customer Id is a unique identifier that lets you target a specific individual.
RegionProvide the region in which your account is configured on.
Connection

Identify

Create or update a customer

InputCommentsDefault
IDA customer Id is a unique identifier that lets you target a specific individual.
RegionProvide the region in which your account is configured on.
Customer DataProvide key and value pairs that make up a customer record. The key must be a string, and the value can either be a string, number, array, or an object.
Connection

Raw Request - Track API

Send raw HTTP request to Customer.io

InputCommentsDefault
Connection
RegionProvide the region in which your account is configured on.
URLInput the path only (/v1/accounts/region), The base URL is already included (https://track.customer.io/api). For example, to connect to https://track.customer.io/api/v1/accounts/region, only /v1/accounts/region is entered in this field.
MethodThe HTTP method to use.
DataThe HTTP body payload to send to the URL.
Form DataThe Form Data to be sent as a multipart form upload.
File DataFile Data to be sent as a multipart form upload.
File Data File NamesFile names to apply to the file data inputs. Keys must match the file data keys above.
Query ParameterA list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.
HeaderA list of headers to send with the request.
Response TypeThe type of data you expect in the response. You can request json, text, or binary data.json
TimeoutThe maximum time that a client will await a response to its request
Debug RequestEnabling this flag will log out the current request.false
Retry Delay (ms)The delay in milliseconds between retries.0
Retry On All ErrorsIf true, retries on all erroneous responses regardless of type.false
Max Retry CountThe maximum number of retries to attempt.0
Use Exponential BackoffSpecifies whether to use a pre-defined exponential backoff strategy for retries.false

Track

Track customer events

InputCommentsDefault
IDA customer Id is a unique identifier that lets you target a specific individual.
RegionProvide the region in which your account is configured on.
Event DataProvide key and value pairs that describe the event that your customer performed.
Event NameProvide a string value for the name of the new event.
Connection

Track Page View

Track customer history

InputCommentsDefault
IDA customer Id is a unique identifier that lets you target a specific individual.
RegionProvide the region in which your account is configured on.
URLTo track a specific page, enter the full path. To track any page, use the asterisk '*'
Connection