Gladly · Capability

Gladly REST API — Payloads

Gladly REST API — Payloads. 1 operations. Self-contained Naftiko capability covering the Payloads business surface of the Gladly Customer Service Platform.

Gladly REST API — Payloads is a Naftiko capability published by Gladly, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/gladly/webhook.

The capability includes 1 state-changing operation. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Gladly, Payloads, and Customer Service.

Run with Naftiko GladlyPayloadsCustomer Service

What You Can Do

POST
Events
/v1/gladly/webhook

MCP Tools

gladly-Events

Capability Spec

gladly-payloads.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gladly REST API — Payloads
  description: Gladly REST API — Payloads. 1 operations. Self-contained Naftiko capability covering the Payloads business
    surface of the Gladly Customer Service Platform.
  tags:
  - Gladly
  - Payloads
  - Customer Service
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
- namespace: env
  keys:
    GLADLY_ORGANIZATION: GLADLY_ORGANIZATION
    GLADLY_AGENT_EMAIL: GLADLY_AGENT_EMAIL
    GLADLY_API_TOKEN: GLADLY_API_TOKEN
capability:
  consumes:
  - type: http
    namespace: gladly-payloads
    baseUri: https://{{env.GLADLY_ORGANIZATION}}.gladly.com
    description: Gladly REST API — Payloads business capability.
    resources:
    - name: gladly-webhook
      path: /gladly/webhook
      operations:
      - name: Events
        method: POST
        description: POST /gladly/webhook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
          description: Request body (JSON).
    authentication:
      type: basic
      username: '{{env.GLADLY_AGENT_EMAIL}}'
      password: '{{env.GLADLY_API_TOKEN}}'
  exposes:
  - type: rest
    namespace: gladly-payloads-rest
    port: 8080
    description: REST adapter for Gladly Payloads.
    resources:
    - path: /v1/gladly/webhook
      name: gladly-webhook
      description: REST surface for gladly-webhook.
      operations:
      - method: POST
        name: Events
        description: ''
        call: gladly-payloads.Events
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gladly-payloads-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gladly Payloads.
    tools:
    - name: gladly-Events
      description: ''
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: gladly-payloads.Events
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.