Skip to main content
Humm reads your ChurnZero accounts, contacts, churn scores, and tasks. Ask which accounts have declining health scores, what churn factors are trending, or list open tasks for a CSM.

Source Types

SaaS (Live)

Humm queries the ChurnZero API directly in real time. Data is never stored by Humm.

Sync

Humm syncs your ChurnZero data into your warehouse via Airbyte, then queries the copy. Better performance and lets you join CS data with everything else in your warehouse.
See Choosing a Source Type for help deciding.

Tools

OData Query Examples

Humm uses OData v4 query parameters to filter and paginate results. Here are common patterns:

OData Filter Limitations

ChurnZero’s OData implementation has specific constraints:
  • No mixed operators: Do not combine and and or in the same filter. Keep filters flat (all-and or all-or).
  • No ID filtering on list endpoints: Cannot filter by Id or AccountExternalId on /Account. Use CHURNZERO_GET_ACCOUNT or CHURNZERO_GET_ACCOUNT_BY_EXTERNAL_ID instead.
  • Limited string functions: contains(), startswith(), endswith() may not work on all endpoints. Fall back to exact eq matches if you get HTTP 400 errors.

Supported Operators

Authentication

Basic Auth

Connect using your ChurnZero username and password. Obtain your API credentials from your ChurnZero administrator.