{
  "actions": [
    {
      "id": "request-beta-access",
      "description": "Request beta access and join the waitlist for Stetix Clinical Suite",
      "path": "/stetix-stitch.html",
      "selector": "form",
      "parameters": {
        "email": {
          "type": "string",
          "description": "Work email address",
          "selector": "#waitlistEmail"
        },
        "name": {
          "type": "string",
          "description": "Full name",
          "selector": "#waitlistName"
        },
        "specialty": {
          "type": "string",
          "description": "Medical specialty",
          "selector": "#waitlistSpecialty",
          "enum": ["Dermatology", "Plastic Surgery", "Aesthetic Medicine"]
        }
      }
    },
    {
      "id": "request-facial-evaluation",
      "description": "Request access to the Facial Evaluation IA demo",
      "path": "/teste-ia-estetica-facial.html",
      "selector": "#leadForm",
      "parameters": {
        "name": {
          "type": "string",
          "description": "Full name",
          "selector": "#name"
        },
        "email": {
          "type": "string",
          "description": "Professional email address",
          "selector": "#email"
        },
        "phone": {
          "type": "string",
          "description": "WhatsApp number with DDD",
          "selector": "#phone"
        }
      }
    },
    {
      "id": "start-free-trial",
      "description": "Start a free trial and generate the first aesthetic dossier",
      "path": "/public/landing/index.html",
      "selector": "#leadForm",
      "parameters": {
        "nome": {
          "type": "string",
          "description": "Full name",
          "selector": "#nome"
        },
        "contato": {
          "type": "string",
          "description": "WhatsApp number or email address",
          "selector": "#contato"
        },
        "perfil": {
          "type": "string",
          "description": "Professional profile",
          "selector": "#perfil",
          "enum": ["dermatologista", "esteticista", "harmonizador", "cirurgiao", "outro"]
        }
      }
    },
    {
      "id": "download-ebook-aestheticos",
      "description": "Download the free ebook AestheticOS: O Framework de Tratamentos 360",
      "path": "/materiais/framework-aestheticos.html",
      "selector": "#leadForm",
      "parameters": {
        "Nome": {
          "type": "string",
          "description": "Full name",
          "selector": "#frameworkName"
        },
        "Email": {
          "type": "string",
          "description": "Professional email address",
          "selector": "#frameworkEmail"
        },
        "WhatsApp": {
          "type": "string",
          "description": "WhatsApp number with DDD",
          "selector": "#frameworkWhatsApp"
        },
        "Origem": {
          "type": "string",
          "description": "Lead source identifier",
          "selector": "input[name='Origem']"
        }
      }
    },
    {
      "id": "download-ebook-padrao-ouro",
      "description": "Download the free ebook Adeus, Canva: O Padrão Ouro para Avaliações",
      "path": "/materiais/padrao-ouro-avaliacao.html",
      "selector": "#leadForm",
      "parameters": {
        "Nome": {
          "type": "string",
          "description": "Full name",
          "selector": "#padraoOuroName"
        },
        "Email": {
          "type": "string",
          "description": "Professional email address",
          "selector": "#padraoOuroEmail"
        },
        "WhatsApp": {
          "type": "string",
          "description": "WhatsApp number with DDD",
          "selector": "#padraoOuroWhatsApp"
        },
        "Origem": {
          "type": "string",
          "description": "Lead source identifier",
          "selector": "input[name='Origem']"
        }
      }
    },
    {
      "id": "download-ebook-red-flags",
      "description": "Download the free ebook Red Flags & Intercorrências na Harmonização Facial",
      "path": "/materiais/red-flags-intercorrencias.html",
      "selector": "#leadForm",
      "parameters": {
        "Nome": {
          "type": "string",
          "description": "Full name",
          "selector": "#redFlagsName"
        },
        "Email": {
          "type": "string",
          "description": "Professional email address",
          "selector": "#redFlagsEmail"
        },
        "WhatsApp": {
          "type": "string",
          "description": "WhatsApp number with DDD",
          "selector": "#redFlagsWhatsApp"
        },
        "Origem": {
          "type": "string",
          "description": "Lead source identifier",
          "selector": "input[name='Origem']"
        }
      }
    },
    {
      "id": "download-ebook-vendas",
      "description": "Download the free ebook Vendas High Ticket: Script de Fechamento de Protocolos",
      "path": "/materiais/vendas-high-ticket.html",
      "selector": "#leadForm",
      "parameters": {
        "Nome": {
          "type": "string",
          "description": "Full name",
          "selector": "#vendasName"
        },
        "Email": {
          "type": "string",
          "description": "Professional email address",
          "selector": "#vendasEmail"
        },
        "WhatsApp": {
          "type": "string",
          "description": "WhatsApp number with DDD",
          "selector": "#vendasWhatsApp"
        },
        "Origem": {
          "type": "string",
          "description": "Lead source identifier",
          "selector": "input[name='Origem']"
        }
      }
    }
  ]
}
