{
  "version": "1.0",
  "site": "https://www.showdigs.com/",
  "actions": [
    {
      "id": "book-demo",
      "name": "Book a Demo",
      "description": "Book a Showdigs discovery call with the team. Choose an available time and provide contact details to request a product demo.",
      "method": "declarative",
      "endpoint": "https://meetings.hubspot.com/ddocouto/discovery-call-dave?uuid=4e0502fd-76cb-4b1e-86b8-337c52f0d8e2",
      "external": true,
      "parameters": {
        "required": [],
        "optional": []
      }
    },
    {
      "id": "send-general-inquiry",
      "name": "Send a General Inquiry",
      "description": "Open an email addressed to Showdigs for a general inquiry. Add your name, reply email, and question or project details in the email client.",
      "method": "declarative",
      "endpoint": "https://www.showdigs.com/contact-us",
      "parameters": {
        "required": [],
        "optional": []
      }
    },
    {
      "id": "search-content",
      "name": "Search Showdigs Content",
      "description": "Search public Showdigs articles, news, and resources using a keyword or phrase.",
      "method": "declarative",
      "endpoint": "https://www.showdigs.com/search",
      "parameters": {
        "required": [
          "query"
        ],
        "optional": []
      }
    }
  ]
}