Zendesk · Capability

Zendesk Automations — Automations

Zendesk Automations — Automations. 9 operations. Lead operation: Zendesk Get Api V2 Automations. Self-contained Naftiko capability covering one Zendesk business surface.

Run with Naftiko ZendeskAutomations

What You Can Do

GET
Listautomations — Zendesk Get Api V2 Automations
/v1/api/v2/automations
POST
Createautomation — Zendesk Post Api V2 Automations
/v1/api/v2/automations
GET
Listactiveautomations — Zendesk Get Api V2 Automations Active
/v1/api/v2/automations/active
DELETE
Bulkdeleteautomations — Zendesk Delete Api V2 Automations Destroy_many
/v1/api/v2/automations/destroy-many
GET
Searchautomations — Zendesk Get Api V2 Automations Search
/v1/api/v2/automations/search
PUT
Updatemanyautomations — Zendesk Put Api V2 Automations Update_many
/v1/api/v2/automations/update-many
GET
Showautomation — Zendesk Get Api V2 Automations Automation_id
/v1/api/v2/automations/{automation-id}
PUT
Updateautomation — Zendesk Put Api V2 Automations Automation_id
/v1/api/v2/automations/{automation-id}
DELETE
Deleteautomation — Zendesk Delete Api V2 Automations Automation_id
/v1/api/v2/automations/{automation-id}

MCP Tools

zendesk-get-api-v2-automations

Zendesk Get Api V2 Automations

read-only idempotent
zendesk-post-api-v2-automations

Zendesk Post Api V2 Automations

zendesk-get-api-v2-automations-2

Zendesk Get Api V2 Automations Active

read-only idempotent
zendesk-delete-api-v2-automations

Zendesk Delete Api V2 Automations Destroy_many

idempotent
zendesk-get-api-v2-automations-3

Zendesk Get Api V2 Automations Search

read-only idempotent
zendesk-put-api-v2-automations

Zendesk Put Api V2 Automations Update_many

idempotent
zendesk-get-api-v2-automations-4

Zendesk Get Api V2 Automations Automation_id

read-only idempotent
zendesk-put-api-v2-automations-2

Zendesk Put Api V2 Automations Automation_id

idempotent
zendesk-delete-api-v2-automations-2

Zendesk Delete Api V2 Automations Automation_id

idempotent

Capability Spec

automations-automations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zendesk Automations — Automations
  description: 'Zendesk Automations — Automations. 9 operations. Lead operation: Zendesk Get  Api V2 Automations. Self-contained
    Naftiko capability covering one Zendesk business surface.'
  tags:
  - Zendesk
  - Automations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZENDESK_API_KEY: ZENDESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: automations-automations
    baseUri: ''
    description: Zendesk Automations — Automations business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-automations
      path: /api/v2/automations
      operations:
      - name: listautomations
        method: GET
        description: Zendesk Get  Api V2 Automations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createautomation
        method: POST
        description: Zendesk Post  Api V2 Automations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-automations-active
      path: /api/v2/automations/active
      operations:
      - name: listactiveautomations
        method: GET
        description: Zendesk Get  Api V2 Automations Active
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-automations-destroy_many
      path: /api/v2/automations/destroy_many
      operations:
      - name: bulkdeleteautomations
        method: DELETE
        description: Zendesk Delete  Api V2 Automations Destroy_many
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          in: query
          type: array
          description: The IDs of the automations to delete
    - name: api-v2-automations-search
      path: /api/v2/automations/search
      operations:
      - name: searchautomations
        method: GET
        description: Zendesk Get  Api V2 Automations Search
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-automations-update_many
      path: /api/v2/automations/update_many
      operations:
      - name: updatemanyautomations
        method: PUT
        description: Zendesk Put  Api V2 Automations Update_many
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-automations-automation_id
      path: /api/v2/automations/{automation_id}
      operations:
      - name: showautomation
        method: GET
        description: Zendesk Get  Api V2 Automations Automation_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateautomation
        method: PUT
        description: Zendesk Put  Api V2 Automations Automation_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteautomation
        method: DELETE
        description: Zendesk Delete  Api V2 Automations Automation_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: automations-automations-rest
    port: 8080
    description: REST adapter for Zendesk Automations — Automations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/automations
      name: api-v2-automations
      description: REST surface for api-v2-automations.
      operations:
      - method: GET
        name: listautomations
        description: Zendesk Get  Api V2 Automations
        call: automations-automations.listautomations
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createautomation
        description: Zendesk Post  Api V2 Automations
        call: automations-automations.createautomation
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/automations/active
      name: api-v2-automations-active
      description: REST surface for api-v2-automations-active.
      operations:
      - method: GET
        name: listactiveautomations
        description: Zendesk Get  Api V2 Automations Active
        call: automations-automations.listactiveautomations
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/automations/destroy-many
      name: api-v2-automations-destroy-many
      description: REST surface for api-v2-automations-destroy_many.
      operations:
      - method: DELETE
        name: bulkdeleteautomations
        description: Zendesk Delete  Api V2 Automations Destroy_many
        call: automations-automations.bulkdeleteautomations
        with:
          ids: rest.ids
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/automations/search
      name: api-v2-automations-search
      description: REST surface for api-v2-automations-search.
      operations:
      - method: GET
        name: searchautomations
        description: Zendesk Get  Api V2 Automations Search
        call: automations-automations.searchautomations
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/automations/update-many
      name: api-v2-automations-update-many
      description: REST surface for api-v2-automations-update_many.
      operations:
      - method: PUT
        name: updatemanyautomations
        description: Zendesk Put  Api V2 Automations Update_many
        call: automations-automations.updatemanyautomations
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/automations/{automation-id}
      name: api-v2-automations-automation-id
      description: REST surface for api-v2-automations-automation_id.
      operations:
      - method: GET
        name: showautomation
        description: Zendesk Get  Api V2 Automations Automation_id
        call: automations-automations.showautomation
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateautomation
        description: Zendesk Put  Api V2 Automations Automation_id
        call: automations-automations.updateautomation
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteautomation
        description: Zendesk Delete  Api V2 Automations Automation_id
        call: automations-automations.deleteautomation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: automations-automations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zendesk Automations — Automations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: zendesk-get-api-v2-automations
      description: Zendesk Get  Api V2 Automations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: automations-automations.listautomations
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-post-api-v2-automations
      description: Zendesk Post  Api V2 Automations
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: automations-automations.createautomation
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-automations-2
      description: Zendesk Get  Api V2 Automations Active
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: automations-automations.listactiveautomations
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-delete-api-v2-automations
      description: Zendesk Delete  Api V2 Automations Destroy_many
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: automations-automations.bulkdeleteautomations
      with:
        ids: tools.ids
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-automations-3
      description: Zendesk Get  Api V2 Automations Search
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: automations-automations.searchautomations
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-put-api-v2-automations
      description: Zendesk Put  Api V2 Automations Update_many
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: automations-automations.updatemanyautomations
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-automations-4
      description: Zendesk Get  Api V2 Automations Automation_id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: automations-automations.showautomation
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-put-api-v2-automations-2
      description: Zendesk Put  Api V2 Automations Automation_id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: automations-automations.updateautomation
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-delete-api-v2-automations-2
      description: Zendesk Delete  Api V2 Automations Automation_id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: automations-automations.deleteautomation
      outputParameters:
      - type: object
        mapping: $.