{
  "name": "Automate lead processing from landing pages with Zoho CRM, Jira & Slack",
  "nodes": [
    {
      "id": "ebe98592-e9c0-48ad-84ad-1edbae249d0f",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -32,
        0
      ]
    },
    {
      "id": "b51b0788-95c2-4496-9bca-92be1310d4aa",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "2c69ba43-42a7-4cd4-a7e5-a4983cf78ebb",
      "name": "Create a lead",
      "type": "n8n-nodes-base.zohoCrm",
      "position": [
        464,
        -176
      ]
    },
    {
      "id": "da80beae-44e9-4f5a-914c-cc9680cdbdef",
      "name": "Create an issue",
      "type": "n8n-nodes-base.jira",
      "position": [
        704,
        -176
      ]
    },
    {
      "id": "dde75e9c-d208-47eb-a2fe-370933f30156",
      "name": "Send a message",
      "type": "n8n-nodes-base.slack",
      "position": [
        944,
        -176
      ]
    },
    {
      "id": "7861ab37-3d46-4826-b3bf-2c2190ff375e",
      "name": "Send a message1",
      "type": "n8n-nodes-base.slack",
      "position": [
        464,
        192
      ]
    },
    {
      "id": "be41773d-5aaa-4639-95a4-e10acc609103",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -544,
        -304
      ],
      "parameters": {
        "width": 368,
        "height": 688,
        "content": "## How it works\n\n•\tWebhook receives lead data (name, company, email, phone, title, description, referrer).\n•\tCheck if company_name and last_name are present.\n•\tIf either field is missing → send Slack "
      }
    },
    {
      "id": "068970fb-e033-4015-b063-673d29851508",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -112,
        -144
      ],
      "parameters": {
        "width": 224,
        "height": 384,
        "content": "Receives incoming JSON data containing the lead information.\n\nTriggers the workflow whenever valid data is posted to the endpoint."
      }
    },
    {
      "id": "df79aa00-a641-41bf-97dc-76f7ba95727b",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        -368
      ],
      "parameters": {
        "width": 704,
        "height": 448,
        "content": "Sends a message indicating missing required fields.\nIncludes all submitted lead details for quick review.\n\nSends a message indicating missing required fields.\nIncludes all submitted lead details for q"
      }
    },
    {
      "id": "54ec153f-2bc6-4095-be26-3532bffbc9ae",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        112
      ],
      "parameters": {
        "width": 704,
        "height": 320,
        "content": "Sends a message indicating missing required fields.\n\nIncludes all submitted lead details for quick review."
      }
    },
    {
      "id": "aa5e3a8c-6249-4bdd-9a28-830ef89c6d7b",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        144,
        -144
      ],
      "parameters": {
        "width": 224,
        "height": 384,
        "content": "Checks whether company_name and last_name are provided.\n\nIf either is missing, the workflow follows the error path."
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Create a lead",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send a message1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create a lead": {
      "main": [
        [
          {
            "node": "Create an issue",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create an issue": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}