{
  "name": "Automate patient journey with GPT-4, Twilio & Slack notifications",
  "nodes": [
    {
      "id": "7cf1befe-a0db-4081-866b-db4350d1a2bd",
      "name": "1. Google Calendar Trigger",
      "type": "n8n-nodes-base.googleCalendarTrigger",
      "position": [
        -128,
        16
      ]
    },
    {
      "id": "312f3320-9848-4e4c-b0df-7a3877f6b7dd",
      "name": "2. OpenAI (Pre-Procedure Guide)",
      "type": "n8n-nodes-base.openAi",
      "position": [
        96,
        16
      ]
    },
    {
      "id": "1be401cd-a0db-4ee7-a15c-fdf477753063",
      "name": "3. Twilio (Send Guide)",
      "type": "n8n-nodes-base.twilio",
      "position": [
        320,
        16
      ]
    },
    {
      "id": "8124c2fb-2bcc-4052-81a0-b257a47a966f",
      "name": "4. Wait (After Procedure)",
      "type": "n8n-nodes-base.wait",
      "position": [
        544,
        16
      ]
    },
    {
      "id": "acc58036-0326-4c71-9650-fb2822425b4e",
      "name": "5. OpenAI (Follow-up Message)",
      "type": "n8n-nodes-base.openAi",
      "position": [
        768,
        16
      ]
    },
    {
      "id": "ddefe2da-bff1-46e4-ac61-447d4485b3f6",
      "name": "6. Twilio (Send Follow-up Message)",
      "type": "n8n-nodes-base.twilio",
      "position": [
        992,
        16
      ]
    },
    {
      "id": "2c6d5fe4-dc7f-4d79-9103-434e329e78f9",
      "name": "7. Slack (Staff Notification)",
      "type": "n8n-nodes-base.slack",
      "position": [
        1216,
        16
      ]
    },
    {
      "id": "ab548888-e7e3-45e7-b60e-8a1ebca3add4",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        -48
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "fdfe03a4-b172-4956-a342-5c37237134a2",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        256
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "3. Twilio (Send Guide)": {
      "main": [
        [
          {
            "node": "4. Wait (After Procedure)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4. Wait (After Procedure)": {
      "main": [
        [
          {
            "node": "5. OpenAI (Follow-up Message)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1. Google Calendar Trigger": {
      "main": [
        [
          {
            "node": "2. OpenAI (Pre-Procedure Guide)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5. OpenAI (Follow-up Message)": {
      "main": [
        [
          {
            "node": "6. Twilio (Send Follow-up Message)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2. OpenAI (Pre-Procedure Guide)": {
      "main": [
        [
          {
            "node": "3. Twilio (Send Guide)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6. Twilio (Send Follow-up Message)": {
      "main": [
        [
          {
            "node": "7. Slack (Staff Notification)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}