Triggers

Show Ticket Trigger

Allowed For

  • Agents

The Via Type value is a number instead of a text string. See Via types reference for the keys.

get/api/v2/triggers/{trigger_id}

Response

Success response

Example response

{
  "trigger": {
    "actions": [
      {}
    ],
    "active": true,
    "category_id": "10026",
    "conditions": {},
    "created_at": "2012-09-25T22:50:26Z",
    "default": false,
    "description": "Close and save a ticket",
    "id": 25,
    "position": 8,
    "raw_title": "Close and Save",
    "title": "Close and Save",
    "updated_at": "2012-09-25T22:50:26Z",
    "url": "http://{subdomain}.zendesk.com/api/v2/triggers/25.json"
  }
}

Changes