pagina-active

Connect HTML capture pages to ActiveCampaign via API for lead creation and tagging.

15|16|Updated May 6, 2026
One-click install
npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill pagina-active
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pagina-active
Source: https://github.com/ReadyToGo-Education/fluxo_criativo/tree/main/.claude/skills/pagina-active
Command: npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill pagina-active

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evita o trabalho manual e falhas de integração ao conectar páginas de captura HTML do seu fluxo com o ActiveCampaign de ponta a ponta, garantindo captura de lead, lista certa, tag e redirecionamento para a página de obrigado.

Core Features & Use Cases

  • Integração completa via API: cria contato, adiciona à lista, aplica tag e encaminha para o obrigado sem Zapier ou plugins.
  • Setup guiado de credenciais: valida e salva ACTIVE_API_URL e ACTIVE_API_KEY no .env com orientação segura.
  • Duas rotas de implementação: opção nativa com formulário embed do ActiveCampaign ou opção serverless via endpoint intermediário.
  • Ponto de execução no fluxo: roda após a copy da página estar pronta e antes de publicar no fluxo (ex. via /pagina-vercel).

Quick Start

Diga ao agente: "conecta essa captura com o ActiveCampaign e use o modo nativo, aplicando a tag captura-meu-ebook e redirecionando para a página de obrigado entregas/meu_ativo/paginas/obrigado.html".

Frequently Asked Questions about pagina-active

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect an HTML web form to ActiveCampaign via API?

To connect an HTML web form to ActiveCampaign via API, you use an endpoint to create the contact, add it to the correct list, apply a tag, and redirect the user. This avoids manual integration work or external plugins.

What is the best way to hide my ActiveCampaign API key in a locally generated HTML page?

To hide your ActiveCampaign API key in local HTML, you can use either the native ActiveCampaign embed form approach or route the request through an intermediate serverless endpoint. Credentials are safely stored and validated in a .env file.

Can I add ActiveCampaign tags and list assignments without using Zapier?

Yes, you can add contacts to ActiveCampaign lists and apply tags without Zapier by connecting your capture page directly through the ActiveCampaign API. This creates an end-to-end marketing funnel workflow natively.

How do I set up ActiveCampaign credentials securely for a lead capture funnel?

You set up ActiveCampaign credentials securely by validating and saving your ACTIVE_API_URL and ACTIVE_API_KEY inside a .env file. This guided setup ensures your API credentials are not exposed in the final client-side HTML.

When should I use a native embed versus a serverless endpoint for ActiveCampaign lead capture?

Use the native ActiveCampaign embed for simpler setups, or choose an intermediate serverless endpoint when you need stricter control over API key security. Both routes ensure leads are correctly captured, tagged, and redirected.