Skip to main content

Kustomer

Introduction

Kustomer is a customer service CRM platform. This connector currently supports destination credential validation (testing that an API key can authenticate against the Kustomer API). Destination loading is not yet available.

Setup

Requirements

  • A Kustomer account
  • A Kustomer API key with permission to read customers (used for credential validation)

Create an API key in Kustomer

In Kustomer, generate an API key and copy it somewhere secure. You’ll use it to authenticate the connector.

Authentication

This connector uses Bearer token authentication with a Kustomer API key.

  • The API key is sent as an Authorization: Bearer <api_key> header.
  • During credential validation, the connector makes a request to:
    • GET https://api.kustomerapp.com/v1/customers?page[size]=1

Configuration

FieldTypeRequiredDescription
api_keystringKustomer API key used for Bearer authentication.

Streams

This connector does not currently expose source streams.

Destination behavior

  • Credential validation: Supported (verifies the API key by requesting a single page of customers).
  • Loading data to Kustomer: Not supported yet. Attempts to run destination loading will fail with a message indicating the destination is still in development.