Kustomer website screenshot

Kustomer

Kustomer is an AI-powered customer service CRM that unifies conversations, customer data, automation, and reporting across channels.

1 APIs 0 Features
Customer ServiceCRMHelpdeskMessagingAI

APIs

Kustomer REST API

Kustomer REST API for customers, conversations, messages, KObjects, queues, teams, users, workflows, search, and analytics. Supports v1 and v2 endpoints with bearer-token authen...

Collections

GraphQL

Kustomer GraphQL Schema

This document describes the conceptual GraphQL schema for the Kustomer AI-native CRM and customer service platform. Kustomer exposes a REST API at `https://api.kustomerapp.com` ...

GRAPHQL

Pricing Plans

Kustomer Plans Pricing

1 plans

PLANS

Rate Limits

Kustomer Rate Limits

1 limits

RATE LIMITS

FinOps

Event Specifications

Kustomer Outbound Webhook Events

Kustomer's outbound webhook surface delivers event notifications when resources in a Kustomer organization are created or updated. Apps subscribe to a configured array of event ...

ASYNCAPI

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Kustomer REST API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Customers
    type: folder
  items:
  - info:
      name: Create a customer
      type: http
    http:
      method: POST
      url: https://api.kustomerapp.com/v1/customers
      body:
        type: json
        data: '{}'
    docs: Create a new customer record in Kustomer.
- info:
    name: Conversations
    type: folder
  items:
  - info:
      name: Create a conversation
      type: http
    http:
      method: POST
      url: https://api.kustomerapp.com/v1/conversations
      body:
        type: json
        data: '{}'
    docs: Create a new conversation associated with a customer.
bundled: true