{
  "name": "Send instant replies to new Yelp leads with LeadResponder.ai",
  "nodes": [
    {
      "id": "ba375698-67b7-40f5-8efe-8fb64f805319",
      "name": "Call to check new leads",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "763fce25-5305-4292-8c14-c10d2a9da3a4",
      "name": "Prepare message for reply",
      "type": "n8n-nodes-base.code",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "8aa94be3-1a73-4bc7-b1ff-eb55d213404d",
      "name": "Push message as a reply to a new lead.",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        624,
        0
      ]
    },
    {
      "id": "9ae4439e-2662-4f06-9dc6-69c162ec2039",
      "name": "Schedule Trigger for 1 minute check",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "c4ead257-b6b6-473b-9a13-be0620536782",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -464,
        -384
      ],
      "parameters": {
        "width": 272,
        "height": 784,
        "content": "## Yelp Lead Responder\nAutomate replies for new Yelp leads. This workflow helps small businesses win clients through immediate engagement the moment they reach out and increasing revenue by 30%.\n\n### "
      }
    }
  ],
  "connections": {
    "Call to check new leads": {
      "main": [
        [
          {
            "node": "Prepare message for reply",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare message for reply": {
      "main": [
        [
          {
            "node": "Push message as a reply to a new lead.",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger for 1 minute check": {
      "main": [
        [
          {
            "node": "Call to check new leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}