{
  "name": "Add articles to a Notion list by accessing a Discord slash command",
  "nodes": [
    {
      "id": null,
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        450,
        300
      ]
    },
    {
      "id": null,
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        850,
        200
      ]
    },
    {
      "id": null,
      "name": "Check type",
      "type": "n8n-nodes-base.if",
      "position": [
        650,
        300
      ]
    },
    {
      "id": null,
      "name": "Extract Title",
      "type": "n8n-nodes-base.htmlExtract",
      "position": [
        1050,
        200
      ]
    },
    {
      "id": null,
      "name": "Add Link to Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        1250,
        200
      ]
    },
    {
      "id": null,
      "name": "Reply on Discord",
      "type": "n8n-nodes-base.set",
      "position": [
        1450,
        200
      ]
    },
    {
      "id": null,
      "name": "Register URL",
      "type": "n8n-nodes-base.set",
      "position": [
        850,
        410
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Check type",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check type": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Register URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Extract Title",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Title": {
      "main": [
        [
          {
            "node": "Add Link to Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add Link to Notion": {
      "main": [
        [
          {
            "node": "Reply on Discord",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}