{
  "name": "Track demo bookings with Google Calendar to Meta Conversions API integration",
  "nodes": [
    {
      "id": "5b569d35-f4fc-44ca-bdb5-87ede5ae4b9d",
      "name": "Google Calendar Trigger",
      "type": "n8n-nodes-base.googleCalendarTrigger",
      "position": [
        140,
        0
      ]
    },
    {
      "id": "110ee9bc-5592-4b3b-9397-c10ac54dd6ca",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        560,
        0
      ]
    },
    {
      "id": "23224570-ea11-42f0-8d88-2823c471c9b4",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        820,
        200
      ]
    },
    {
      "id": "decd0bf8-ef4e-4070-990c-76d507248ef2",
      "name": "HTTP Request - Meta Conversion API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1220,
        -100
      ]
    },
    {
      "id": "9d3d13ff-b3a8-40bd-95bc-ac2f11ad4852",
      "name": "Crypto",
      "type": "n8n-nodes-base.crypto",
      "position": [
        780,
        -100
      ]
    },
    {
      "id": "b7f75d45-e2d0-4afd-a023-2b9fdfbad958",
      "name": "Params",
      "type": "n8n-nodes-base.set",
      "position": [
        1000,
        -100
      ]
    },
    {
      "id": "cd525037-3aed-4e4a-9f21-bb7e368e3ad7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        -220
      ],
      "parameters": {
        "width": 460,
        "height": 520,
        "content": "# Welcome to Meta Conversion API  Workflow!\n\nIf you want to send a conversion event to Meta Conversion API every time a new lead schedules a demo meeting with you, this workflow is for you! 😉\n\n**This "
      }
    },
    {
      "id": "eb620669-c58d-4896-a6e0-b58685bc52ef",
      "name": "Config",
      "type": "n8n-nodes-base.set",
      "position": [
        360,
        0
      ]
    },
    {
      "id": "67a859f7-3b54-479b-95d3-e325cfc8a6ba",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        300,
        -220
      ],
      "parameters": {
        "width": 220,
        "height": 400,
        "content": "**Here you'll configure:**\n- Facebook Pixel ID\n- Facebook Access Token\n- Facebook API Version (default: v22.0)\n- Source URL (your landing page URL)\n- Event Name Filter (Your demo event name)"
      }
    },
    {
      "id": "eebabd9b-151e-490a-a6ad-5a462a6ac0af",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1080,
        -280
      ],
      "parameters": {
        "width": 360,
        "height": 140,
        "content": "## Sending additional properties\nIf you want to send additional properties to the Meta Conversion API, use this link to help you build your payload: [Meta Payload Helper](https://developers.facebook.c"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Crypto",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Config": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crypto": {
      "main": [
        [
          {
            "node": "Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Params": {
      "main": [
        [
          {
            "node": "HTTP Request - Meta Conversion API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar Trigger": {
      "main": [
        [
          {
            "node": "Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}