This set builds vocabulary for automated marketing and sales workflow tools.
0 / 5 completed
1 / 5
At standup, a dev mentions setting up a sequence of automated marketing or sales actions triggered when a lead fills out a form. What is this called?
A workflow in a platform like HubSpot automates a sequence of marketing or sales actions, such as sending a follow-up email or notifying a sales rep, triggered automatically when a lead takes an action like submitting a form. This removes the need for someone to manually track and act on every new lead individually. Workflows are a core building block of marketing and sales automation platforms.
2 / 5
During a design review, the team wants a lead automatically assigned a numeric score reflecting how likely they are to convert, based on their behavior and profile. What is this called?
Lead scoring assigns a numeric value to a lead based on behavioral and profile signals, like page visits or job title, helping a sales team prioritize outreach toward leads more likely to convert rather than treating every lead identically. This prioritization makes limited sales attention more effective. Scoring criteria are typically tuned over time based on which signals actually correlate with real conversions.
3 / 5
In a code review, a dev configures a workflow branch so different follow-up actions occur depending on whether a lead opened a previous email. What is this called?
Conditional branching lets a workflow take different paths depending on a specific condition, like whether a lead opened a prior email, tailoring the automated follow-up sequence to actual observed behavior rather than sending everyone through an identical path. This personalization improves relevance and effectiveness compared to a single generic sequence. Branching logic is what elevates simple automation into something closer to a responsive, adaptive sequence.
4 / 5
An incident report shows a poorly configured workflow sent the same promotional email to a lead five times in one day due to a looping condition. What practice would prevent this?
A workflow with a flawed looping or re-trigger condition can unintentionally repeat an action many times, so thoroughly testing the logic, including edge cases around re-entry conditions, before activating it for real contacts catches this before it damages a customer relationship. Skipping testing on live automation carries outsized risk given how quickly it can act at scale. This testing discipline is essential for any marketing or sales automation with real customer-facing consequences.
5 / 5
During a PR review, a teammate asks why the marketing team uses automated workflows instead of manually sending follow-up emails to each lead individually. What is the reasoning?
Manually following up with every lead individually doesn't scale as volume grows and risks inconsistent timing or a forgotten follow-up, while automated workflows apply consistent, timely actions across many leads simultaneously without depending on someone's manual bandwidth. This scalability is why automation is standard practice for marketing and sales teams handling meaningful lead volume. The tradeoff is the upfront effort of designing and testing the automation logic correctly.