The Starting Conditions
TIME Manufacturing operated through Advertising Partners, a small marketing and technology agency. The client portfolio under that engagement included: Versalift (aerial work platforms), Ruthmann Reachmaster NA (the North American arm of a German tower platform manufacturer), BrandFX (lightweight composite aerial body builds), and Versalift International. Each had a distinct sales motion, a different buyer profile, and different geographic territories.
The first question was structural: one HubSpot account with four pipelines, or four separate accounts? The case for four accounts is isolation — each brand gets clean data, clean reporting, no contamination. The case against is operational overhead and the loss of cross-brand visibility. If a distributor in the Southeast buys Versalift but is also a prospect for Ruthmann, that relationship gets broken across two accounts. One account won.
Pipeline Design
The four pipelines were named for clarity, not brevity: Versalift — Direct Inquiries, Ruthmann Reachmaster NA, BrandFX — Body Inquiries, and Versalift International. Each pipeline had deal stages designed to reflect its actual sales cycle, not a generic template.
For Versalift direct, the stages were: New Lead → Qualified → Demo / Site Visit → Proposal Sent → Verbal Commit → Closed Won / Closed Lost. International had fewer stages because the sales cycle ran through regional distributors, not a direct sales team. BrandFX had a longer middle section around spec approval, because the product is custom-built to the customer's truck chassis specs.
Custom properties mattered here. HubSpot's default deal properties don't include things like equipment model interest, regional territory, or distributor assignment. These were added as custom deal properties during initial setup and mapped to the correct fields on web lead forms.
Web Lead Integration
The versalift.com site had multiple contact and quote request forms — a general contact form, a "Request a Quote" form on product pages, and a dealer locator inquiry form. Each needed to route into HubSpot with the right field mapping.
The integration used HubSpot's form API. When a visitor submitted a quote request on a Ruthmann product page, the form handler created a Contact record (or updated the existing one) and simultaneously created a Deal in the Ruthmann pipeline. The deal title was generated from the product model field, and the assigned owner was set by territory based on the state field in the form.
The key design decision was what triggers a deal creation versus just a contact update. Not all web inquiries were deal-worthy — general contact form submissions went into the contact record only, with a tag for follow-up. Quote requests on product pages created deals. That distinction kept the pipeline clean and the win rate metrics meaningful.
Trade Show Lead Import: The ICUEE Workflow
ICUEE — the International Construction and Utility Equipment Exposition — runs every two years in Louisville, Kentucky. For an aerial work platform manufacturer, it is the most important show on the calendar. The 2017 show generated several hundred booth leads across all three brands present.
The post-show workflow had to happen fast — within 48 hours ideally, before the show floor conversations went cold. The process:
- Export leads from the booth capture system (badge scanner) as CSV. Clean and normalize the column headers to match HubSpot contact property names.
- Deduplicate against the existing contact database. Any contact already in HubSpot gets updated (not re-created), with the trade show source tag appended to their existing record.
- Apply source tags during import. Every contact from a specific show gets tagged ICUEE_2017, ICUEE_2019, or UTILITY_EXPO_2021. This is how you build historical data on which shows generate which types of buyers.
- Route to the correct pipeline by product interest. The booth capture form included a dropdown for primary product interest. Versalift contacts go to the Versalift pipeline; Ruthmann contacts go to Ruthmann.
- Enroll in the post-show sequence. This was a two-touch automated sequence: a same-day-as-import personalized email at 9 AM the following morning, followed by a second touch at seven days if no reply.
By ICUEE 2019, the workflow was faster and the import template was already built. Utility Expo 2021 added a third brand sequence — BrandFX got its own follow-up email separate from the Versalift sequence.
Automated Follow-Up Sequences
HubSpot sequences (not workflows — sequences are sales-rep-sent emails, workflows are automated) were the tool for post-show follow-up. The distinction matters: sequences are tied to individual sender addresses, which preserves the personal feel of the outreach even when it is automated.
The segmentation logic was: source tag → product interest → sequence enrollment. A contact tagged ICUEE_2019 with product interest "Versalift Forestry" got enrolled in the forestry-specific sequence, not the general Versalift sequence. This required maintaining multiple sequence variants, which is more setup work up front but significantly better open and reply rates.
Ongoing Data Hygiene
Over six years of operation, a HubSpot database accumulates significant noise: duplicate contacts, invalid email addresses, contacts with no pipeline activity, hard bounces. The maintenance work included quarterly deduplication runs, hard bounce suppression after each send, custom property additions as the business changed, and periodic pipeline stage reviews to ensure the stages still reflected the actual sales motion.
The HubSpot API key rotation is worth calling out specifically. HubSpot deprecated private API keys in favor of private app tokens in 2022. Every integration touching the API — the web form handlers, any reporting pulls — needed to be migrated to the new authentication model. That migration touched multiple properties and required coordination across whoever had built the original form integrations.
What This Architecture Gets Right
The multi-pipeline design in a single account solves a real operational problem for multi-brand industrial companies: the need to track brand-specific pipeline metrics while maintaining cross-brand contact visibility. You can see that a single distributor is active across three pipelines, which is information that matters for relationship management. You cannot do that with separate accounts.
The trade show import workflow is reusable. After ICUEE 2017, the column mapping template, the sequence library, and the tagging convention were all in place. Each subsequent show was an execution problem, not a design problem.