========================================================= ⚙️ THE MATRIX VAULT: PAYWALL PIPELINE DEPLOYMENT SOP ========================================================= Asset: ThriveCart/Stripe to Skool Automation (Zero-Touch) Architect: CreatorOpsMatrix Do not skip steps. This pipeline handles live customer data and revenue. PHASE 1: IMPORTING THE BLUEPRINT 1. Log into your Make.com account. 2. Create a new scenario. 3. Click the 'More' (Three Dots) icon at the bottom of the screen. 4. Select 'Import Blueprint' and upload the Make_Paywall_Pipeline_Master.json file. PHASE 2: THE WEBHOOK CONNECTION (THE TRIGGER) 1. Click Module 1 (The Webhook Listener). 2. Click 'Add' to generate a new webhook URL. Copy this URL. 3. If using STRIPE: Go to Stripe -> Developers -> Webhooks. Paste the URL. Select events: 'checkout.session.completed' and 'charge.refunded'. 4. If using THRIVECART: Go to your Product -> Behavior -> Add Rule. Paste the URL for 'Purchases' and 'Refunds'. PHASE 3: ROUTING & SKOOL API MAPPING 1. Click the Router (Module 2). Set up your filters: - Path A (Invite): Condition -> Event Type equals 'purchase' - Path B (Revoke): Condition -> Event Type equals 'refund' 2. Click the Skool Modules (Modules 3 & 4) to map your specific Skool Group ID and insert your API Key. 3. Map the 'Customer Email' variable from Module 1 into the email fields. PHASE 4: TESTING 1. Right-click the Webhook module and select 'Run this module only'. 2. Execute a test purchase in Stripe/ThriveCart. 3. Verify the Make.com scenario successfully routed the data to Skool. Save your scenario and turn the toggle to ON. Your paywall is now fully automated.