{
  "name": "Monitor elderly health vitals & send alerts with Apple Health, Twilio & Gmail",
  "nodes": [
    {
      "id": "dbabdb9b-d503-4a9a-8c4b-9edddddfb7c3",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "b69a0465-3219-44b2-b5ec-d27354fe41dd",
      "name": "Process & Flag Health",
      "type": "n8n-nodes-base.code",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "8fcae627-33fd-424b-b4a2-d460727c6e17",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -100
      ],
      "parameters": {
        "width": 400,
        "height": 260,
        "content": "## Webhook called from phone.  \nProcessor determines if health scores need immediate attention. "
      }
    },
    {
      "id": "f8eee5b3-194b-474c-9e35-5b6b1f8837aa",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        -260
      ],
      "parameters": {
        "width": 540,
        "height": 260,
        "content": "## Twilio HTTP Calls API to make a call and also email."
      }
    },
    {
      "id": "9c4ee01d-ca6d-4c0e-8a03-b6aee6233504",
      "name": "Attention Required?",
      "type": "n8n-nodes-base.if",
      "position": [
        420,
        0
      ]
    },
    {
      "id": "69e01ada-25e7-4b1b-961f-91053d827ba8",
      "name": "Twilio Call",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        740,
        -180
      ]
    },
    {
      "id": "eb03f4b3-6d1a-499c-acaa-3705ea87aff0",
      "name": "Warning Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1020,
        -180
      ]
    },
    {
      "id": "4ed32238-9a7d-4ccb-af71-60d402b817c8",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        700,
        60
      ],
      "parameters": {
        "width": 540,
        "height": 260,
        "content": "## Health vitals are ok -email to catetaker."
      }
    },
    {
      "id": "2494fdb2-748f-4cf6-a51e-c986ce87f795",
      "name": "All Clear Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        760,
        160
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Process & Flag Health",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Twilio Call": {
      "main": [
        [
          {
            "node": "Warning Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Attention Required?": {
      "main": [
        [
          {
            "node": "Twilio Call",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "All Clear Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process & Flag Health": {
      "main": [
        [
          {
            "node": "Attention Required?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}