wiki/knowledge/crm-automation/papertube-pardot-form-integration.md · 708 words · 2026-04-05

PaperTube Pardot Form-to-Salesforce Integration

Overview

For PaperTube's ABM campaign, landing page form submissions require a non-standard Salesforce integration pattern. Because the campaign targets a pre-defined list of known prospects, form fills do not create new leads — the leads already exist in Salesforce. Instead, the integration must detect an existing lead and flag it with an engagement status to trigger a sales handoff.

This article documents the intended workflow design, key decisions made, and outstanding mapping work as of the January 2026 campaign review.


Context: Why This Differs from a Standard Form Flow

In a typical inbound flow, a form submission creates a new lead in Salesforce and routes it via round robin or assignment rules. PaperTube's ABM campaign inverts this:

The integration must account for this distinction to avoid duplicate lead creation and to route the engagement signal correctly to sales.


Intended Workflow

Prospect fills out Pardot form on ABM landing page
        ↓
Pardot / Account Engagement receives submission
        ↓
Match submission to existing Salesforce lead (by email)
        ↓
Flag matched lead with "engagement" status
        ↓
Trigger sales handoff notification to assigned rep
        ↓
Rep follows up directly

Key Design Decisions

Decision Rationale
No new lead creation on form fill Leads are pre-loaded; duplicates would corrupt pipeline data
Engagement status flag (not a new record) Preserves lead history while surfacing intent signal to sales
Sales handoff via status trigger, not round robin ABM leads are pre-assigned; round robin would break rep ownership
Direct booking (Calendly-style) deferred Adds complexity around calendar sync and round robin; revisit post-launch if form fill volume is low

Implementation Notes

Pardot Form Setup

Salesforce Lead Matching

Engagement Status Flag

From the call: "We'll want to make sure whenever they fill this out that there's a checkbox or something along those lines that flags new engagement from that lead — to therefore hand off to sales." — Karly Oykhman

Sales Handoff


Outstanding Work (as of 2026-01-22)


Sources

  1. Index
  2. Salesforce Super Round Robin Workaround
  3. Fictitious Sender Persona Strategy