Macros

Create Macro

Allowed For

  • Agents
post/api/v2/macros

Request body

Response

OK

Example response

{
  "macro": {
    "actions": [],
    "active": true,
    "description": "Sets the ticket status to `solved`",
    "id": 25,
    "position": 42,
    "restriction": {
      "id": 4,
      "type": "User"
    },
    "title": "Close and Save"
  }
}

Changes