Comprehensive Hubspot Walkthrough

Last updated: April 12, 2026

Last Updated: April 12, 2026


Customer-Facing Guide

Overview

This guide is the practical “build it end to end” version of the HubSpot + Sendblue workflow setup. Use it when HubSpot is the system deciding who should enter a Sendblue workflow and when that should happen.

What this walkthrough should help you build

  • A HubSpot-triggered Sendblue workflow that enrolls the right contacts.

  • Clean data handoff from HubSpot into Sendblue.

  • The right sending number / sender logic.

  • A reply-aware workflow instead of a “fire and forget” sequence.

  • A test plan so you can validate the setup before trusting it on real traffic.

Recommended build order

  1. Connect HubSpot to Sendblue and confirm the integration is live.

  2. Decide what exact HubSpot event should start the workflow (new lead, booked appointment, tag/field change, etc.).

  3. Make sure the contact fields you need are actually available at enrollment time — especially phone number, first name, owner/sender, and any personalization tokens.

  4. Choose the correct sending number or sender logic before you write the messages.

  5. Build the Sendblue workflow steps: first message, waits/delays, reply handling, and exits.

  6. Test with a real contact record instead of assuming the mapping is correct.

The 4 things that usually break first

SymptomWhat to check firstBest next move
The contact never appears in SendblueHubSpot trigger / enrollment logicConfirm the contact actually met the HubSpot conditions and that the integration passed the event through.
The contact enrolled, but no message was createdWorkflow path / timing / branch logicReview the Sendblue workflow step order, delays, and conditions.
The message was created but did not sendFrom number, timing rules, or delivery pathCheck sending number, sending hours, and delivery/configuration guides next.
The message sent with blank or wrong personalizationField mapping timingConfirm the source HubSpot field was populated before enrollment and available to Sendblue at step runtime.

A good first test

  1. Create or pick a realistic test contact in HubSpot.

  2. Trigger the exact HubSpot event that should start the workflow.

  3. Check that the contact enrolls into Sendblue.

  4. Confirm the workflow uses the correct sender / from number.

  5. Confirm the first message is created and appears in the expected conversation.

  6. Reply from the test contact and verify your response-handling or stop logic behaves correctly.

Common mistakes

  • Debugging delivery before confirming the HubSpot event reached Sendblue at all.

  • Using the wrong sending number or leaving sender logic too ambiguous.

  • Relying on personalization fields that are not populated yet when the workflow fires.

  • Building the first send, but forgetting to define what happens after a reply or non-reply.

Related guides