{
  "data": [
    {
      "id": 472,
      "name": "Employee Updates",
      "url": "https://hooks.example.com/trigger/EXAMPLE",
      "format": "json",
      "monitorFields": [
        "firstName",
        "lastName",
        "jobTitle",
        "department"
      ],
      "postFields": {
        "firstName": "firstName",
        "lastName": "lastName"
      },
      "frequency": 60,
      "limit": 100,
      "includeCompanyDomain": false
    },
    {
      "id": 473,
      "name": "Hire Date Updates",
      "url": "https://hooks.example.com/trigger/ANOTHER",
      "format": "json",
      "monitorFields": [
        "hireDate"
      ],
      "postFields": {
        "firstName": "firstName",
        "lastName": "lastName",
        "hireDate": "hireDate"
      },
      "frequency": 60,
      "limit": 100,
      "includeCompanyDomain": false
    }
  ]
}