{
  "version": "1.0",
  "site": "/",
  "name": "Initiative Industrial Electric",
  "actions": [
    {
      "id": "send-inquiry",
      "name": "Send project inquiry",
      "description": "Submit a project inquiry to Initiative Industrial Electric. Provide name, company, email, and a description of the industrial electrical, controls, or commissioning project. Optional phone number. The team responds within two business days.",
      "method": "declarative",
      "endpoint": "/contact/",
      "parameters": {
        "required": ["name", "company", "email", "message"],
        "optional": ["phone"]
      }
    },
    {
      "id": "call-office",
      "name": "Call the Kelowna office",
      "description": "Call Initiative Industrial Electric at (250) 888-4495 for a phone conversation about a project.",
      "method": "declarative",
      "endpoint": "tel:+12508884495"
    }
  ]
}
