Skip to main content

Documentation Index

Fetch the complete documentation index at: https://knowledge.flowella.io/llms.txt

Use this file to discover all available pages before exploring further.

Most HubSpot issues fall into one of three buckets: the integration is disconnected, a field mapping is wrong, or a workflow action is misconfigured. This page works through them in order. For initial setup, see HubSpot setup. For workflow actions, see Workflow actions.

1. Check the connection

Go to Settings → HubSpot in the Flowella app.
  • If you see Connected with a green status, the OAuth token is valid.
  • If you see Reconnect or a red banner, your token has been revoked or expired. Click Reconnect and run through HubSpot OAuth again.
Common causes for a connection going bad:
  • The HubSpot user who authorised Flowella was removed from the portal.
  • HubSpot rotated the token because it had not been used recently.
  • A super admin disabled the Flowella integration in HubSpot’s app settings.
After reconnecting, retry the failing action.

2. Form submissions not appearing in HubSpot

If a contact completes a WhatsApp Flow but you can’t see the submission in HubSpot:

Field mapping mismatch

The Flow may include a field that doesn’t map to a HubSpot property of a compatible type. Open the form on the Forms page and review the mapping for each field.

Required field is empty

If a HubSpot form field is marked required and the WhatsApp Flow allowed the user to skip it, the submission will be rejected by HubSpot. Make the field optional in HubSpot, or required in the Flow.

Phone number format

HubSpot is strict about phone format. See Phone number format — most “missing contact” issues come down to E.164 vs national format.

Lookup happens after the workflow action runs

If your HubSpot workflow runs immediately on form submission, race conditions can cause the workflow to fire before Flowella has finished writing the contact. Add a short delay (1–2 minutes) at the start of the workflow, or trigger off the contact property change instead of the form submission.

3. Workflow actions stalled or failing

If a HubSpot workflow that includes a Flowella action is stuck:

Open the workflow’s Action history

In HubSpot, find the contact, scroll to Workflow History, and click into the failing run. HubSpot shows the response Flowella returned for each action.

Common error responses

ErrorWhat to do
Channel not foundThe workflow points at a channel that no longer exists. Edit the action and pick a current channel. See Multi-channel.
Template not approvedThe template referenced has changed status to REJECTED, PAUSED, or DISABLED. See Template rejected.
Contact opted outThe contact has opted out on this channel. Honour the opt-out — do not work around it.
Phone number invalidThe contact’s phone is not in E.164. See Phone number format.
Subscription requiredYour Flowella plan does not include this action, or your subscription has lapsed. See Billing.

Action exists but does nothing

If the workflow runs without errors but no message arrives, double-check:
  • The action is enabled (not paused).
  • The recipient is enrolled in the workflow at the right step.
  • HubSpot’s enrolment criteria still match the contact.

4. Sync direction confusion

Flowella sync is bidirectional but partial:
  • WhatsApp Flow submissions → write contact properties to HubSpot.
  • HubSpot workflow actions → send WhatsApp messages and templates.
  • Inbound WhatsApp replies → log to the contact timeline (does not auto-update properties).
If you expected a free-form WhatsApp reply to update a property, that needs an extra step on your side — a HubSpot workflow that watches for the conversation event and parses the reply, or a custom integration via the API.

Still stuck?

Open Settings → HubSpot and copy the last sync timestamp and any error messages, then contact support.