← Tools Reference

Customer.io

Customer.io integration (Marketing, Communication, Data). Imported from open-connector.

Credentials form4 toolshttps://track-eu.customer.io
DELETE
customerio_delete_customer
Delete a Customer.io person and their information through the Track API.

/api/v1/customers/{identifier}

1 parameter
ParamTypeRequiredDescription
identifierstringrequiredThe Customer.io person identifier in the path. Use the person's id, email addre…
POST
customerio_suppress_customer
Delete and suppress a Customer.io person identifier so it cannot be re-added until unsuppressed.

/api/v1/customers/{identifier}/suppress

1 parameter
ParamTypeRequiredDescription
identifierstringrequiredThe Customer.io person identifier in the path. Use the person's id, email addre…
POST
customerio_unsuppress_customer
Unsuppress a Customer.io person identifier so a new profile can be created later.

/api/v1/customers/{identifier}/unsuppress

1 parameter
ParamTypeRequiredDescription
identifierstringrequiredThe Customer.io person identifier in the path. Use the person's id, email addre…
POST
customerio_merge_customers
Merge two Customer.io people, keeping the primary profile and deleting the secondary profile.

/api/v1/merge_customers

2 parameters
ParamTypeRequiredDescription
primaryobjectrequiredA Customer.io person reference identified by exactly one of id, email, or cio_i…
secondaryobjectrequiredA Customer.io person reference identified by exactly one of id, email, or cio_i…