Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zendesk Object Triggers API

The Object Triggers API from Zendesk — 7 operation(s) for object triggers.

Zendesk Object Triggers API is one of 150 APIs that Zendesk publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Object Triggers. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 10 operations across 7 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against the base URL https://{subdomain}.zendesk.com.

10 operations 7 paths 3 schemas 2 DELETE5 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://{subdomain}.zendesk.com
Resource Areas
1

Paths & Operations 10

Across 7 paths, the API surfaces 10 operations — 2 DELETE, 5 GET, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Object Triggers 10
GET
/api/v2/custom_objects/{custom_object_key}/triggers
Zendesk Get Api V2 Customobjects Customobjectkey Triggers
ListObjectTriggers 4 params → 200
POST
/api/v2/custom_objects/{custom_object_key}/triggers
Zendesk Post Api V2 Customobjects Customobjectkey Triggers
CreateObjectTrigger 1 param body → 201
GET
/api/v2/custom_objects/{custom_object_key}/triggers/{trigger_id}
Zendesk Get Api V2 Customobjects Customobjectkey Triggers Triggerid
GetObjectTrigger 2 params → 200
PUT
/api/v2/custom_objects/{custom_object_key}/triggers/{trigger_id}
Zendesk Put Api V2 Customobjects Customobjectkey Triggers Triggerid
UpdateObjectTrigger 2 params body → 200
DELETE
/api/v2/custom_objects/{custom_object_key}/triggers/{trigger_id}
Zendesk Delete Api V2 Customobjects Customobjectkey Triggers Triggerid
DeleteObjectTrigger 2 params → 204
GET
/api/v2/custom_objects/{custom_object_key}/triggers/active
Zendesk Get Api V2 Customobjects Customobjectkey Triggers Active
ListActiveObjectTriggers 3 params → 200
GET
/api/v2/custom_objects/{custom_object_key}/triggers/definitions
Zendesk Get Api V2 Customobjects Customobjectkey Triggers Definitions
ListObjectTriggersDefinitions 1 param → 200
DELETE
/api/v2/custom_objects/{custom_object_key}/triggers/destroy_many
Zendesk Delete Api V2 Customobjects Customobjectkey Triggers Destroymany
DeleteManyObjectTriggers 2 params → 204
GET
/api/v2/custom_objects/{custom_object_key}/triggers/search
Zendesk Get Api V2 Customobjects Customobjectkey Triggers Search
SearchObjectTriggers 8 params → 200
PUT
/api/v2/custom_objects/{custom_object_key}/triggers/update_many
Zendesk Put Api V2 Customobjects Customobjectkey Triggers Updatemany
UpdateManyObjectTriggers 1 param body → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ObjectTriggersResponse (4 properties), ObjectTriggerResponse (1 property), ObjectTriggerDefinitionResponse (1 property). Each schema is shown below with its type and property counts.

ObjectTriggerDefinitionResponse
object
1 property
ObjectTriggerResponse
object
1 property
ObjectTriggersResponse
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zendesk-object-triggers-api-openapi.yml Raw ↑

Other APIs Zendesk publishes across the network.

Zendesk Help Center Articles API
Zendesk Help Center Sections API
Zendesk Help Center Categories API
Zendesk Help Center Translations API
Zendesk Help Center Article Attachments API
Zendesk Help Center Article Comments API
Zendesk Help Center Article Labels API
Zendesk Help Center Topics API
Zendesk Help Center Posts API
Zendesk Help Center Post Comments API
Zendesk Help Center Votes API
Zendesk Help Center Content Subscriptions API