{
  "name": "Automate Google OAuth2 credential creation in n8n",
  "nodes": [
    {
      "id": "92174182-12ab-4903-aa1c-d7a872fcadc0",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "e78da252-0302-42d6-b067-aaeb75f4ee3b",
      "name": "Services",
      "type": "n8n-nodes-base.set",
      "position": [
        600,
        0
      ]
    },
    {
      "id": "1a387d21-b7a0-426b-bacb-6bcd5ec389a7",
      "name": "Google JSON",
      "type": "n8n-nodes-base.set",
      "position": [
        180,
        0
      ]
    },
    {
      "id": "07096943-ab80-4915-ab59-7e1166303f66",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        820,
        0
      ]
    },
    {
      "id": "a30743a5-f817-43d2-8b9c-df95b8bb2b81",
      "name": "Google Email",
      "type": "n8n-nodes-base.set",
      "position": [
        380,
        0
      ]
    },
    {
      "id": "8a24e96a-b3c5-4073-abfc-8177671f7f6c",
      "name": "n8n Create Credentials",
      "type": "n8n-nodes-base.n8n",
      "position": [
        1100,
        0
      ]
    },
    {
      "id": "55c3814c-e08f-4541-8229-a197fa0fd0ba",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        -460
      ],
      "parameters": {
        "width": 360,
        "height": 520,
        "content": "## Create Google Creds\nI found manually creating credentials for multiple google accounts to be rather tedious, and if not named well hard to identify later.   \n\nThis will create credentials with the "
      }
    }
  ],
  "connections": {
    "Services": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "n8n Create Credentials",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google JSON": {
      "main": [
        [
          {
            "node": "Google Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Email": {
      "main": [
        [
          {
            "node": "Services",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Google JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}