The Bluepoint ABM system is built inside Salesforce using a custom object (ABM Email) to manage personalized outreach sequences for Tier 1 accounts (PaperTube project). The workflow is designed to be operated manually at first, with a path toward full automation modeled on the Aviary/HubSpot+AWS pattern.
As of the February 2026 check-in, 23 of 50 Tier 1 accounts are loaded with 137 email records. A demo of the manual workflow is planned for Parag before automation is enabled.
See also: [1] | [2]
ABM EmailEach record in the ABM Email object represents a single outreach touchpoint for a specific account. Fields include:
Each Tier 1 account receives a 6-step outreach sequence spread over 30 days:
| Step | Type | Notes |
|---|---|---|
| 1–5 | Personalized, sent via Salesforce quick action | |
| 6 | LinkedIn touch | Manual connection or message task |
ABM Tier 1 designationA loader script creates the 6 ABM Email records per account automatically once these prerequisites are met.
Tip: The "Today's Actions" view filters by scheduled send date. Records with past dates should be sent immediately to catch up.
Each account record should have two documents attached:
Some accounts loaded in the initial batch are missing strategy docs — these need to be completed before the full 50-account load is finalized.
A Salesforce Campaign is created per Tier 1 account (resulting in 50+ campaigns). Campaign records surface roll-up engagement metrics:
Note: For future builds (e.g., Aviary), a single campaign per program is preferred over one-per-account. This is a known structural difference to revisit.
Manual send via Salesforce quick action. Parag must approve the workflow before automation is enabled.
Modeled on the Aviary project pattern:
- Emails sent via AWS (not native Salesforce/HubSpot email)
- Webhooks return send/open/click data back into HubSpot or Salesforce
- User triggers a single "Send Today's Emails" action; system handles the rest
- Engagement data (sent, opened, clicked) tracked per record
Contacts were loaded into Salesforce as both Leads and Contacts/Accounts because the original leads were never converted before the ABM load ran. A cleanup script was executed on 2026-02-18 to delete the duplicate lead records.
| Item | Owner | Status |
|---|---|---|
| ABM app not visible in Salesforce App Launcher (9-dot menu) | Mark | Pending fix |
| Add target icon to ABM app | Mark | Pending |
| Load remaining 27 Tier 1 accounts (23/50 done) | Mark | In progress |
| Complete missing strategy docs for loaded accounts | Mark/Karly | In progress |
| Build Tier 2–3 Pardot flows | Mark | Waiting on Voke copy |
| Demo manual workflow to Parag | Mark | Scheduled |