{
  "name": "Automate Marker.io issues to Intercom conversations with full technical context",
  "nodes": [
    {
      "id": "e98a66fe-bed4-4b3f-b273-7e0e5f55bf74",
      "name": "Webhook1",
      "type": "n8n-nodes-base.webhook",
      "position": [
        2120,
        -80
      ]
    },
    {
      "id": "cd579b01-1cee-4cc7-9014-347703ef9479",
      "name": "Format Marker.io Data1",
      "type": "n8n-nodes-base.code",
      "position": [
        2340,
        -80
      ]
    },
    {
      "id": "3eec8d76-a9f6-465f-9580-ea00c77ee4a5",
      "name": "Create/Update Contact1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2560,
        -80
      ]
    },
    {
      "id": "f8c15e83-a647-449d-bde5-56b0c6688d92",
      "name": "Create Conversation1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2780,
        -80
      ]
    },
    {
      "id": "56ba62f9-fa83-4706-9f81-2cf3fa75aa6c",
      "name": "Add Internal Note1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        3000,
        -80
      ]
    },
    {
      "id": "f959f7b1-8ff7-4ae8-bd98-07e6c4f77524",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1300,
        -720
      ],
      "parameters": {
        "width": 700,
        "height": 2220,
        "content": "# Marker.io to Intercom integration\n\n**Automatically create Intercom conversations with full technical context when your team receive new Marker.io issues**\n\n## 🎯 What this template does\n\nThis workflo"
      }
    },
    {
      "id": "fc2a3297-bb46-4cdd-ae3c-0d3aab97cfab",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2080,
        460
      ],
      "parameters": {
        "width": 440,
        "height": 420,
        "content": "## 🚨 Troubleshooting\n\n**Webhook not triggering:**\n- Verify webhook URL is correct in Marker.io\n- Check that \"Issue Created\" event is selected\n- Test with Marker.io's webhook tester\n\n**Contact creation"
      }
    }
  ],
  "connections": {
    "Webhook1": {
      "main": [
        [
          {
            "node": "Format Marker.io Data1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Conversation1": {
      "main": [
        [
          {
            "node": "Add Internal Note1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create/Update Contact1": {
      "main": [
        [
          {
            "node": "Create Conversation1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Marker.io Data1": {
      "main": [
        [
          {
            "node": "Create/Update Contact1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}