add-marketing-crm

Automate connecting signup forms to the marketing CRM on new landing pages.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/meytalp-dev/ort-training --skill add-marketing-crm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-marketing-crm
Source: https://github.com/meytalp-dev/ort-training/tree/main/.claude/skills/add-marketing-crm
Command: npx skills add https://github.com/meytalp-dev/ort-training --skill add-marketing-crm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatic linking of signup forms to the marketing CRM on every new landing page or lead-form page, ensuring no lead is missed unless the user opts out.

Core Features & Use Cases

  • Automatic CRM integration across landing pages and registration forms.
  • Capture and forward lead data to the CRM, trigger welcome emails, and notify you of new leads.
  • Use Case: When a new course or service page is published, newly created forms automatically feed leads into the CRM.

Quick Start

Add the CRM integration script to your pages and wire each form's submit event to call sendLeadToCRM with the lead data.

Frequently Asked Questions about add-marketing-crm

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

FAQPage Schema
How do I automatically connect landing page signup forms to my marketing CRM?

To automatically connect signup forms to your marketing CRM, you inject a shared config.js snippet and wire each form's submit event to call sendLeadToCRM, forwarding lead data with per-page source naming to track origin.

What is automatic lead generation form integration for landing pages?

Automatic lead generation form integration ensures every new landing page or registration form automatically feeds captured lead data into your marketing CRM upon creation, guaranteeing no lead is missed unless you explicitly opt out.

Do I need to manually configure CRM integration for every new registration page?

No, you do not need to manually configure CRM integration for every new registration page. The automation activates on page creation automatically, applying to any page with a lead form unless you choose to opt out.

How do I track the origin source of leads from different landing pages?

You track the origin source of leads from different landing pages by using per-page source naming. The sendLeadToCRM function forwards lead data with these specific source names directly to your marketing CRM.

Can I opt out of automatic CRM integration for specific lead forms?

Yes, you can opt out of automatic CRM integration for specific lead forms. The automation applies to landing pages and registration forms upon creation, but it explicitly respects your choice to opt out where not needed.