Skip to Content
These docs are actively being updated. Check back regularly for new guides and API references.
Introduction

Waypath Documentation

Waypath is a customer journey engagement correlation platform that visualizes buying cycles, engagement journeys, and purchasing opportunities as an interactive graph.

The platform has two primary views:

  • Intelligence: an interactive graph canvas showing customers, campaigns, touchpoints, and their relationships. Available in 2D and 3D.
  • Pipeline: CRM-style tables for people, companies, deals, activities, and lead search.

Waypath Intelligence View

Data flows Pipeline-first: records land in the CRM store first, then the graph is derived. The REST + WebSocket API is the core product; the dashboard is one consumer.

SectionWhat you’ll learn
Getting StartedCreate your account, connect an integration, explore your first graph
Intelligence ViewNavigate the graph canvas, understand node types, use filters and search
Pipeline ViewManage contacts, companies, deals, and activities in CRM tables
IntegrationsConnect Customer.io, HubSpot, Salesforce, and 12 more platforms
API ReferenceREST endpoints, WebSocket protocol, authentication
Data ModelNode types, edge types, identity resolution, event pipeline

Key Concepts

ConceptDescription
WorkspaceIsolated tenant. Each workspace has its own graph, integrations, and data.
NodeAn entity in the graph (Customer, Campaign, Touchpoint, etc.). 12 types total.
EdgeA relationship between nodes (HAS_TOUCHPOINT, INFLUENCED_BY, etc.). 17 types.
Identity ResolutionCross-platform customer matching via email, phone, and external IDs.
MarketingEventThe universal ingestion format. All integrations normalize to this before entering the pipeline.

Base URLs

EnvironmentURL
App (Dashboard)https://waypath.app/dashboard
APIhttps://api.waypath.app
Docshttps://docs.waypath.app