{
  "version": "1.0",
  "site": "https://fulfilled-screens-147367.framer.app",
  "name": "Voltmen Solar",
  "actions": [
    {
      "id": "request-solar-consultation",
      "name": "Request Solar Consultation",
      "description": "Send a consultation request to Voltmen Solar for a residential, commercial, or industrial rooftop solar project in Gurugram.",
      "method": "declarative",
      "endpoint": "/contact",
      "parameters": {
        "required": ["name", "phone", "email", "property_type", "message"],
        "optional": ["website", "company"]
      },
      "successExpectation": "Voltmen Solar receives the inquiry and can reply by phone or email."
    },
    {
      "id": "call-voltmen-solar",
      "name": "Call Voltmen Solar",
      "description": "Call Voltmen Solar for solar consultation and support.",
      "method": "link",
      "endpoint": "tel:+919540003075"
    },
    {
      "id": "email-voltmen-solar",
      "name": "Email Voltmen Solar",
      "description": "Email Voltmen Solar with a rooftop solar inquiry.",
      "method": "link",
      "endpoint": "mailto:info@voltmensolar.com"
    }
  ]
}
