When building ABM email automation in HubSpot, gate email suppression on the contact's lifecycle stage, not on whether the associated company has an open deal. Specifically: stop marketing emails only when a contact reaches Sales Qualified Lead (SQL) status — not when an Opportunity or Deal is created.
A common automation pattern is to suppress ABM emails for any contact whose company has an active deal. This breaks down when the client uses deals liberally — creating Opportunities for nearly every contact as a tracking mechanism rather than as a signal of serious sales engagement.
The result: emails get canceled en masse for contacts who are still early in the funnel and should be receiving marketing.
"He's making deals for everybody who's got a pulse. So it's not that it's wrong, it's just a different way of doing it. But you have to have different rules if that's what you're going to do."
— Mark Hope, 2026-03-24 weekly call
In the [1] ABM campaign, this misconfiguration caused the majority of queued emails to be canceled, with only 264 emails sent and an 11% open rate — far below expected volume.
Change the suppression rule to evaluate the contact record's lifecycle stage directly, rather than checking for deal existence at the company level.
| Condition | Action |
|---|---|
| Contact lifecycle stage = Sales Qualified Lead | Stop all marketing emails |
| Contact lifecycle stage = Customer | Stop all marketing emails |
| Any other lifecycle stage (Lead, MQL, Opportunity, etc.) | Continue email sequences |
The SQL stage signals that a contact has entered a serious sales conversation — a proposal is being prepared, pricing is being discussed, or a formal evaluation is underway. This is the appropriate moment to hand off fully to sales and pause marketing outreach.
Creating a Deal or Opportunity, by contrast, often happens much earlier and means different things to different sales teams. It is not a reliable suppression trigger.
This rule change requires explicit client sign-off. The client must agree to:
Without this agreement, the automation change could result in marketing contacts who the sales team considers "in play."