Gladly · Schema

Gladly Customer

Schema for a Customer resource in the Gladly REST API. Customers are the unified profile that Gladly builds for every end-customer interacting with a brand across channels (voice, chat, SMS, email, social).

Customer ServiceCXContact CenterAI Customer ServiceConversationsSidekick AIHeroVoiceChatSMSEmailHelp CenterWebhookKnowledge Base

Properties

Name Type Description
id string Gladly-assigned unique identifier for the customer.
name string Display name for the customer.
emails array Email addresses associated with the customer.
phones array Phone numbers associated with the customer.
address string Postal address as a single string.
externalCustomerId string Identifier from an external system of record (e-commerce, CRM, etc).
customAttributes object Arbitrary key/value pairs the brand attaches to the customer profile.
channels array Channels the customer can be reached on.
createdAt string
modifiedAt string
View JSON Schema on GitHub

JSON Schema

gladly-customer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/gladly/gladly-customer-schema.json",
  "title": "Gladly Customer",
  "description": "Schema for a Customer resource in the Gladly REST API. Customers are the unified profile that Gladly builds for every end-customer interacting with a brand across channels (voice, chat, SMS, email, social).",
  "type": "object",
  "required": ["id"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Gladly-assigned unique identifier for the customer."
    },
    "name": {
      "type": "string",
      "description": "Display name for the customer."
    },
    "emails": {
      "type": "array",
      "description": "Email addresses associated with the customer.",
      "items": {
        "type": "object",
        "properties": {
          "original": {"type": "string", "format": "email"},
          "normalized": {"type": "string", "format": "email"},
          "primary": {"type": "boolean"}
        }
      }
    },
    "phones": {
      "type": "array",
      "description": "Phone numbers associated with the customer.",
      "items": {
        "type": "object",
        "properties": {
          "original": {"type": "string"},
          "normalized": {"type": "string", "description": "E.164 normalized phone number."},
          "type": {"type": "string", "enum": ["MOBILE", "HOME", "WORK", "OTHER"]},
          "regionCode": {"type": "string"},
          "primary": {"type": "boolean"}
        }
      }
    },
    "address": {
      "type": "string",
      "description": "Postal address as a single string."
    },
    "externalCustomerId": {
      "type": "string",
      "description": "Identifier from an external system of record (e-commerce, CRM, etc)."
    },
    "customAttributes": {
      "type": "object",
      "description": "Arbitrary key/value pairs the brand attaches to the customer profile.",
      "additionalProperties": true
    },
    "channels": {
      "type": "array",
      "description": "Channels the customer can be reached on.",
      "items": {
        "type": "object",
        "properties": {
          "type": {"type": "string", "enum": ["EMAIL", "VOICE", "SMS", "CHAT", "FACEBOOK", "INSTAGRAM", "WHATSAPP"]},
          "address": {"type": "string"}
        }
      }
    },
    "createdAt": {"type": "string", "format": "date-time"},
    "modifiedAt": {"type": "string", "format": "date-time"}
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/gladly-customer"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.