wiki/clients/current/bluepoint/2026-04-05-pmax-lead-automation.md · 439 words · 2026-04-05
PMAX Lead Email → HubSpot Automation
Overview
Bluepoint ATM receives Google Performance Max (PMAX) leads via email. When the client attempts to add a lead to HubSpot using the native "Add to HubSpot" button in Gmail, the integration only captures the sender's email address (the Google Ads notification address) — not the actual lead's name, phone, or other form fields. This forces the client to manually copy and paste all lead details into HubSpot, creating friction and risk of data loss.
The solution is a Zapier automation that parses incoming PMAX lead notification emails and automatically creates or updates HubSpot contacts with the correct lead data.
Problem Detail
- Client (Wade) receives PMAX lead notification emails in his inbox
- Gmail's HubSpot sidebar extension populates the contact record with the email sender (a Google Ads notification address), not the lead's actual contact information
- Gmail thread grouping compounds the issue: multiple leads with the same subject line collapse into one thread, so the HubSpot button only sees the first email's sender
- Result: Wade must manually read each email and copy/paste name, phone number, and other fields into HubSpot
Identified during: [1]
Proposed Solution
Build a Zapier automation with the following logic:
- Trigger: New email received matching PMAX lead notification pattern (subject line or sender domain)
- Action: Parse the email body to extract lead fields (name, phone, email, location, message, etc.)
- Action: Create or update a contact record in HubSpot with the parsed data
This eliminates all manual data entry on the client's end.
Implementation Requirements
- [ ] Melissa: Request a sample PMAX lead notification email from Wade (Bluepoint ATM) — needed to map the exact field structure before building the Zap
- [ ] Chris: Build the Zapier automation once a sample email is provided; configure trigger, parser, and HubSpot contact creation steps
- [ ] Confirm which HubSpot pipeline/stage new PMAX leads should enter
- [ ] Test end-to-end with a live lead notification before handing off to client
Notes
- Chris has prior Zapier experience and is the assigned builder for this automation
- Melissa recorded a Loom walkthrough of the issue during the client call to share with Chris for context
- Wade's Gmail threading behavior (grouping by subject) is a contributing factor but does not need to be fixed — the Zapier trigger bypasses Gmail entirely
- This automation pattern is reusable for other clients receiving form-submission notification emails