{
  "name": "Send events to Facebook Events Manager using the Meta Conversions API",
  "nodes": [
    {
      "id": "8112f97a-8390-4b73-b1bc-50b2f63a3c88",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        3440,
        540
      ]
    },
    {
      "id": "4f15dde9-cb45-451c-8f27-d6b0727ac2a4",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2740,
        200
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "bde19991-d597-48ad-86c3-620e62ad8bc9",
      "name": "Normalize data",
      "type": "n8n-nodes-base.set",
      "position": [
        4160,
        540
      ]
    },
    {
      "id": "c46a9071-2f4b-452d-8873-13ecf61cfdc5",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4040,
        320
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9a416dcf-a600-4dd7-b975-3fa017f24324",
      "name": "Encrypt data",
      "type": "n8n-nodes-base.set",
      "position": [
        4540,
        540
      ]
    },
    {
      "id": "bde1a34f-d0f5-4bf0-b2f1-1410de3fe69f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4420,
        320
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "55f1a337-6fce-4056-b16e-ca6783073df8",
      "name": "Send event to Meta",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        4940,
        540
      ]
    },
    {
      "id": "3e49be33-b5b0-4598-acd0-16de5c33e31d",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4800,
        260
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "2abf84a4-0853-48a7-b87b-1916c841ed83",
      "name": "Example data",
      "type": "n8n-nodes-base.code",
      "position": [
        3780,
        540
      ]
    },
    {
      "id": "3bf223bd-eb10-4add-9527-1ed266d66c40",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3660,
        320
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Encrypt data": {
      "main": [
        [
          {
            "node": "Send event to Meta",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Example data": {
      "main": [
        [
          {
            "node": "Normalize data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Normalize data": {
      "main": [
        [
          {
            "node": "Encrypt data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Example data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}