ChurnZero
Introduction
ChurnZero is a customer success platform. This connector currently supports credential validation against the ChurnZero API. Destination loading is still in development and is not yet available.
Setup
- In ChurnZero, generate an API key.
- In the connector configuration, paste the API key into the API Key field.
Authentication
This connector authenticates to the ChurnZero API using a Bearer token.
- Header:
Authorization: Bearer <api_key>
During credential validation, the connector makes a request to:
GET https://api.churnzero.net/v1/companies?limit=1
If the request fails, the connector reports a credential validation error.
Configuration fields
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | ChurnZero API key used as a Bearer token for API requests. |
Streams
This connector is a destination connector. Destination loading is not yet implemented, so there are currently no supported streams/objects to write.