This pipeline is configured per organization as part of an n8n integration. Contact support to set it up.
Status mapping
The three systems share one canonical status map. A representative slice:
A new inquiry in HubSpot opens a draft gig and a Flex quote; when the client commits, the gig goes Active. After the show, Soundcheck drives the back half — Active → Completed → Settled — and the pipeline propagates the close back to HubSpot.
Direction of flow
Inbound (CRM → Soundcheck)
A deal-stage or quote-status change in HubSpot/Flex is normalized by n8n and posted to Soundcheck through a signed webhook, which advances the gig’s status.
Outbound (Soundcheck → CRM)
Soundcheck-driven transitions — confirming, completing, and settling a gig — are read by n8n and pushed to Flex and HubSpot so the deal and quote close.
Why n8n owns the external calls
Keeping HubSpot and Flex behind n8n means the integration logic — auth, rate limits, retries, field mapping — lives in one place you can change without touching Soundcheck. Soundcheck stays the system of record for the gig itself and trusts only signed requests for the right organization.Related
n8n CRM sync
The signed-webhook foundation this builds on.
Event lifecycle
How a gig’s status moves.
Closeout
Completed and settled, the back half of the map.