Skip to content

Graph View

Visualize how your pipelines are configured and how they interact with each other through an interactive graph interface.

Graph View provides a visual representation of your pipeline ecosystem, showing how data flows between different automations, what sources feed into each pipeline, and how outputs connect to your HubSpot CRM.

Access: Navigate to Graph View from the main navigation or settings menu.

Visualization Modes

Contact View:

  • Shows pipelines that process contact data
  • Displays contact-specific data sources
  • Visualizes contact property mappings

Company View:

  • Shows pipelines that process company data
  • Displays company-specific data sources
  • Visualizes company property mappings

Each pipeline appears as a node in the graph:

Node Information:

  • Pipeline name
  • Pipeline kind (Workflow, Classifier, Agent, Sequence)
  • Status indicator (Active/Inactive)
  • Processing statistics

Input sources that feed data into pipelines:

Source Types:

  • HubSpot Lists
  • Deduplication pairs
  • Custom filters
  • External APIs
  • Enrichment services

Lines showing data flow between components:

Connection Types:

  • Solid lines — Active data flow
  • Dashed lines — Conditional flow
  • Arrows — Direction of data movement
  1. Select object type (Contact or Company)
  2. View the graph to see all pipelines for that object
  3. Follow the connections to understand data flow
  4. Click nodes for detailed configuration

The graph shows which pipelines depend on others:

  • Upstream dependencies (what feeds this pipeline)
  • Downstream dependencies (what this pipeline feeds)
  • Shared data sources
  • Output destinations

Use Graph View to diagnose issues:

Find bottlenecks:

  • Identify pipelines with many dependencies
  • Spot circular dependencies
  • Find unused pipelines

Verify configuration:

  • Ensure data sources are connected correctly
  • Check that outputs flow to intended destinations
  • Validate field mappings

Before modifying pipelines:

  1. Review current state in Graph View
  2. Identify impacted pipelines that depend on what you’re changing
  3. Plan migration path to minimize disruption
  4. Update systematically following dependency order

Simple processing chain:

HubSpot List → Validation → Enrichment → Update HubSpot

Multiple paths based on classification:

HubSpot List → Classifier → {
Path A: High-value leads → Premium enrichment
Path B: Standard leads → Basic enrichment
Path C: Low-quality → Cleanup only
}

Multiple sources feeding one pipeline:

{
New contacts from forms
Imported CSV data
API integrations
} → Deduplication → Master record creation

Sequential processing stages:

Raw contact → Cleaner → Validator → Enricher → Scorer → Sequence enrollment

New team members can quickly understand:

  • What automations are running
  • How data flows through the system
  • Which pipelines are critical
  • Where bottlenecks might exist

Document your data processing:

  • Export graph visualization for compliance records
  • Show data lineage for audits
  • Verify data handling policies
  • Track data transformations

Identify improvement opportunities:

  • Remove redundant pipelines
  • Consolidate similar workflows
  • Optimize processing order
  • Reduce unnecessary enrichment

Before making changes, understand:

  • Which pipelines will be affected
  • What data flows might break
  • How to test changes safely
  • What rollback plan is needed

Current limitations:

  • Graph shows configuration, not real-time data flow
  • Very complex setups may require zooming/panning
  • Historical flow is not shown (only current state)