Gladly · Schema

Gladly Webhook

Schema for a Webhook subscription in Gladly. Webhooks deliver event payloads (conversation status changes, message sent, task closed, etc.) to a customer-supplied HTTPS endpoint.

Customer ServiceCXContact CenterAI Customer ServiceConversationsSidekick AIHeroVoiceChatSMSEmailHelp CenterWebhookKnowledge Base

Properties

Name Type Description
id string
url string HTTPS endpoint Gladly POSTs event payloads to.
events array Event types the webhook is subscribed to.
secret string Shared secret used to sign payloads with HMAC-SHA256.
active boolean
createdAt string
modifiedAt string
View JSON Schema on GitHub

JSON Schema

gladly-webhook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/gladly/gladly-webhook-schema.json",
  "title": "Gladly Webhook",
  "description": "Schema for a Webhook subscription in Gladly. Webhooks deliver event payloads (conversation status changes, message sent, task closed, etc.) to a customer-supplied HTTPS endpoint.",
  "type": "object",
  "required": ["id", "url", "events"],
  "properties": {
    "id": {"type": "string"},
    "url": {"type": "string", "format": "uri", "description": "HTTPS endpoint Gladly POSTs event payloads to."},
    "events": {
      "type": "array",
      "description": "Event types the webhook is subscribed to.",
      "items": {
        "type": "string",
        "enum": [
          "CONVERSATION_CREATED",
          "CONVERSATION_UPDATED",
          "CONVERSATION_CLOSED",
          "MESSAGE_CREATED",
          "TASK_CREATED",
          "TASK_UPDATED",
          "TASK_CLOSED",
          "CUSTOMER_CREATED",
          "CUSTOMER_UPDATED",
          "AGENT_STATE_CHANGED"
        ]
      }
    },
    "secret": {"type": "string", "description": "Shared secret used to sign payloads with HMAC-SHA256."},
    "active": {"type": "boolean"},
    "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-webhook"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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