{
  "name": "Generate instant google meet links with a slack command",
  "nodes": [
    {
      "id": "5577aaf6-f682-49c3-9d21-f819151f77c5",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        300,
        480
      ]
    },
    {
      "id": "018c32c7-c3eb-4679-8064-ab92bb62cac5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        142
      ],
      "parameters": {
        "width": 463.09809221779403,
        "height": 482.56534054190786,
        "content": "### 1. Setup: Add a Slack App\n**a.** Visit https://api.slack.com/apps, click on `New App` and choose a name and workspace.\n**b.** Click on `OAuth & Permissions` and scroll down to Scopes -> Bot token "
      }
    },
    {
      "id": "3bfa07d4-ef3e-4ec4-91a2-ca94e2346299",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        240
      ],
      "parameters": {
        "width": 291.779972644588,
        "height": 192.66150688057675,
        "content": "### 2. Setup: Google auth & calendar\n**a.** Visit [the docs](https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/) and follow the steps to setup Google auth credential\n**b"
      }
    },
    {
      "id": "aab60499-7123-43c0-8f99-d0eade0f5672",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        960,
        238
      ],
      "parameters": {
        "width": 292.3392628968803,
        "height": 192.92455101677126,
        "content": "### 3. Setup: Configure slack node authentication and your message\n**a.** Connect your slack account\n**b.** Configure your message text. Be sure to include the hangoutLink expression to output a meeti"
      }
    },
    {
      "id": "a15fc232-ec8e-4dfb-add7-2a3c27c5a232",
      "name": "Create event with google meet link",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        740,
        480
      ]
    },
    {
      "id": "57c2d5b8-f5d7-4db1-9e13-48265d174679",
      "name": "Send msg with Google meet link",
      "type": "n8n-nodes-base.slack",
      "position": [
        1060,
        480
      ]
    },
    {
      "id": "898b9681-c532-490e-aea2-a4f693b52f35",
      "name": "Delete temporary calendar event",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        1400,
        480
      ]
    },
    {
      "id": "ec70003a-6dea-4c1b-a16e-e64a206aba16",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -20
      ],
      "parameters": {
        "width": 459.2991776576996,
        "height": 146.4269155371431,
        "content": "## Generate google meet links with a slack command \nSpin up instant google meet links directly from slack and send to all channel participants\n\n"
      }
    },
    {
      "id": "eee48232-8477-4bfb-8164-bfaf66062071",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1280,
        240
      ],
      "parameters": {
        "width": 292.3392628968803,
        "height": 192.92455101677126,
        "content": "### 3. Setup: Select google calendar account\n**a.** Select the same calendar you're using to create the initial event\n\n\n\n\n👇"
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Create event with google meet link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send msg with Google meet link": {
      "main": [
        [
          {
            "node": "Delete temporary calendar event",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create event with google meet link": {
      "main": [
        [
          {
            "node": "Send msg with Google meet link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}