{
  "name": "Deploy site when new content gets added",
  "nodes": [
    {
      "id": null,
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        450,
        300
      ]
    },
    {
      "id": null,
      "name": "Netlify",
      "type": "n8n-nodes-base.netlify",
      "position": [
        650,
        300
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Netlify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}