{
  "name": "Create a new user in Intercom",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        600,
        250
      ]
    },
    {
      "id": null,
      "name": "Intercom",
      "type": "n8n-nodes-base.intercom",
      "position": [
        800,
        250
      ]
    }
  ],
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Intercom",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}