Everything you need to understand why your HubSpot workflows aren't working as expected.
Capture workflow state at critical points: enrollment, branch decisions, and action execution. Know exactly what data was evaluated at each step.
Visualize exactly which path your workflow took and understand why. See condition evaluations with actual vs expected values.
Get plain-English explanations of why your workflow didn't do what you expected, complete with evidence and actionable fix suggestions.
Watch your workflows execute in real-time. Logs are captured as each checkpoint is reached, giving you instant visibility.
Automatically fetches deal data from HubSpot to provide richer context in explanations. Understands your CRM state.
Fast, deterministic analysis using pattern matching on checkpoint logs. Identifies common workflow issues instantly.
Real scenarios where FlowLens helps you quickly identify and fix workflow issues.
A sales rep expected a follow-up task to be created when a deal moved to a certain stage, but it never appeared.
FlowLens insight: FlowLens shows that the branch condition checked for amount > $10,000, but the deal was only $8,500.
An internal notification email should have been sent when a deal closed, but no one received it.
FlowLens insight: FlowLens reveals the workflow started but exited early because the deal owner field was empty.
A deal went through the wrong workflow branch and received incorrect automation.
FlowLens insight: FlowLens traces the exact branch path and shows which condition evaluated differently than expected.
FlowLens integrates seamlessly with your existing HubSpot workflows.
Add custom code actions at checkpoints
Run your workflow - logs are captured
When something goes wrong, call the API
Get explanations with fix suggestions
Check out the documentation to get started, or view the source on GitHub.