wiki/knowledge/outbound-sales/bluepoint-abm-orbit-aws-ses-hubspot.md Layer 2 article 746 words Updated: 2026-02-25
↓ MD ↓ PDF
abm aws-ses hubspot orbit email-deliverability automation outbound-sales

Bluepoint ABM: Orbit + AWS SES + HubSpot Webhook Pattern

Overview

This article documents the technical architecture used to run automated ABM email sequences for [1] — and potentially other clients — where HubSpot's native sending capabilities are insufficient or unavailable at the client's subscription tier. The pattern decouples email sending from HubSpot while keeping engagement data visible inside the CRM.

First deployed February 23, 2026. Discussed in [2].


The Problem This Solves

HubSpot's native email sending has two common constraints:

  1. Subscription tier limits — lower-tier HubSpot accounts don't have access to sequences, automations, or bulk email sending.
  2. Visibility fragmentation — when running ABM across multiple clients, managing sequences inside each client's HubSpot account is operationally painful.

This pattern routes email delivery through AWS SES while keeping HubSpot as the CRM of record for engagement data.


Architecture

Orbit (playbook + scheduling)
    ↓
Automation server (polls every ~1 min)
    ↓
AWS SES (sends email)
    ↓
AWS tracking tools (open/click monitoring)
    ↓
Webhook → HubSpot (logs engagement as "logged email" activity)

Component Roles

Component Role
Orbit Manages the ABM playbook, target list, contact status, and send schedule
Automation server Polls for pending sends; orchestrates the flow between Orbit, SES, and HubSpot
AWS SES Delivers the actual email; bypasses HubSpot sending limits entirely
AWS tracking tools Monitors opens and clicks at the infrastructure level
HubSpot webhooks Receive engagement events from AWS and log them as activity on the contact/company record

Data Flow Detail


Orbit as the Operator Interface

Orbit provides a unified view across all client ABM campaigns without requiring the operator to log into each client's HubSpot account. Key views available in Orbit:

Clients who want visibility can be given access to Orbit directly, though HubSpot remains the CRM of record.


First Send Performance (Bluepoint, Feb 23 2026)

Metric Result
Emails sent 100
Open rate 13%
Click rate 11%
Bounce rate 3%
Unsubscribes 3

Context: Industry benchmarks for cold B2B outbound typically run 20–30% open rate and 2–5% click rate. An 11% click rate on the first send of a cold sequence is notably strong and suggests good list quality and relevant messaging.


Playbook Structure (Bluepoint Example)


Applicability to Other Clients

This pattern was also being evaluated for [3], which does not have a HubSpot subscription tier that supports native email automations. The same Orbit + SES + webhook stack can be connected to any client's HubSpot account.

When deciding whether to use this pattern vs. native HubSpot sending, consider:



Source

Discussed and demoed in [2].