{
  "name": "Update people through Zulip about open tickets in Zammad",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -40,
        340
      ]
    },
    {
      "id": null,
      "name": "Ticket Filtering",
      "type": "n8n-nodes-base.function",
      "position": [
        400,
        460
      ]
    },
    {
      "id": null,
      "name": "List Tickets",
      "type": "n8n-nodes-base.zammad",
      "position": [
        200,
        460
      ]
    },
    {
      "id": null,
      "name": "Notify for Standup",
      "type": "n8n-nodes-base.zulip",
      "position": [
        580,
        460
      ]
    },
    {
      "id": null,
      "name": "Standup Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        -40,
        560
      ]
    }
  ],
  "connections": {
    "List Tickets": {
      "main": [
        [
          {
            "node": "Ticket Filtering",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Standup Cron": {
      "main": [
        [
          {
            "node": "List Tickets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Ticket Filtering": {
      "main": [
        [
          {
            "node": "Notify for Standup",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "List Tickets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}