Reference

GTM Glossary

31 go-to-market terms explained by practitioners who use them daily. No marketing fluff. Just definitions you can actually use.

A/B/C/D Tiering

A/B/C/D tiering is a lead prioritization framework that segments accounts into four buckets based on ICP fit score. A-tier accounts (typically top 5-10%) are near-perfect ICP matches with strong buying signals. They receive highly personalized, multi-channel outreach with custom research and executive-level messaging. B-tier accounts (next 15-20%) get personalized email sequences with Claygent-generated first lines and LinkedIn connection requests. C-tier accounts (next 30-40%) enter automated nurture campaigns with semi-personalized templates. D-tier accounts fail critical disqualifiers (wrong industry, too small, B2C company) and are excluded from outreach entirely. The tiering thresholds are calibrated against historical conversion data: if your A-tier converts at 5% to meetings and your C-tier converts at 0.5%, you know exactly where to allocate rep time. Most teams review and adjust tier thresholds quarterly based on pipeline data.

Account-Based Marketing (ABM)

Account-based marketing is a B2B strategy that treats individual target accounts as markets of one. Instead of casting a wide net with broad campaigns, ABM focuses sales and marketing resources on a defined list of high-value accounts with coordinated, personalized campaigns. The approach requires tight alignment between sales (who selects accounts and owns relationships) and marketing (who creates targeted content and runs account-level advertising). Modern ABM is powered by intent data (identifying which accounts are actively researching your category), enrichment (building complete profiles of decision-makers at each account), and multi-channel automation (coordinating email, LinkedIn, ads, and direct mail). ABM programs typically operate in three tiers: one-to-one (fully custom campaigns for top 10-20 accounts), one-to-few (semi-custom for clusters of similar accounts), and one-to-many (programmatic personalization at scale). The key metric is pipeline generated per target account, not lead volume.

AI Workflow Agent

An AI workflow agent is an autonomous system that combines data enrichment, decision-making, and action execution into a single automated pipeline. Unlike simple automations that follow fixed if-then rules, AI agents can research prospects, evaluate context with nuance, make judgment calls, and take different actions based on what they find. The typical architecture has three layers: Clay for data enrichment (pulling information from 100+ providers), n8n for workflow orchestration (managing the sequence of operations, error handling, and routing), and an LLM like Claude or GPT for intelligent reasoning (analyzing unstructured data, classifying intent, generating personalized content). A practical example: an AI agent monitors new CRM entries, researches each company using Claygent, scores them against ICP criteria, decides whether to route them to outbound sequences or nurture campaigns, and generates appropriate messaging for each path. The agent handles edge cases that would break simple rule-based automation because it can reason about ambiguous situations.

Buying Signals

Buying signals are observable actions or events that indicate a company may be in-market for a product or service. Common B2B buying signals fall into seven categories: funding events (Series A, B, C rounds), hiring activity (posting roles that indicate growth or new initiatives), technology changes (adopting or dropping tools in your category), leadership changes (new VP of Sales, CRO, or CMO), content engagement (visiting pricing pages, downloading whitepapers), competitive activity (engaging with competitor content or reviews), and market events (expansion into new regions, product launches). Each signal type has a different strength of purchase intent. Funding and leadership changes are strong signals because they indicate budget and mandate. Content engagement is a moderate signal because it could be research without intent. Effective GTM systems score and weight each signal type, then aggregate them into a composite buying readiness score that determines outreach priority.

Claygent

Claygent is Clay's built-in AI research agent that can browse websites, extract specific data points, summarize company information, and generate personalized outreach copy. It runs inside Clay tables as a column type, processing each row autonomously with custom prompts. Common use cases include researching a company's product offering from their website, identifying the right decision-maker title for your outreach, writing personalized first lines based on the prospect's LinkedIn activity, and summarizing a company's competitive positioning. Claygent supports multi-step research workflows where it visits multiple URLs per row, cross-references data, and outputs structured results. It is significantly cheaper than running equivalent workflows through external AI APIs because it operates within Clay's infrastructure. Most outbound teams use Claygent for account research in the enrichment phase and for personalization in the sequence generation phase.

Cold Email

Cold email is unsolicited outreach sent to prospects who have not opted in to receive communication from your company. Unlike spam, effective cold email is highly targeted (sent only to ICP-matched accounts), relevant (addressing a specific pain point the prospect likely has), and personalized (referencing the prospect's company, role, or recent activity). At scale, cold email requires verified contact data (to keep bounce rates below 2%), sender warmup (to build mailbox reputation), domain rotation (to protect your primary domain), and infrastructure engineering (SPF, DKIM, DMARC authentication). The difference between spam and effective cold email comes down to three factors: targeting precision (signal-based account selection), relevance (ICP-matched messaging), and infrastructure (deliverability engineering). Teams running cold email at scale typically send 500-2,000 emails per day across 15-25 mailboxes, with open rates of 40-60% and reply rates of 3-6% when the system is well-engineered.

Competitor Monitoring

Competitor monitoring is the systematic tracking of changes in competitor products, pricing, positioning, hiring activity, and market presence using automated systems. A production competitor monitoring setup scrapes competitor websites on a weekly schedule (detecting pricing changes, new features, messaging updates), monitors job postings (hiring for new product lines or markets indicates strategic direction), tracks G2 and Capterra reviews (identifying common complaints and switching triggers), monitors social media mentions (detecting product issues or customer frustrations), and flags significant changes via Slack alerts. This intelligence feeds into three workflows: sales battlecards (updated automatically when competitors change positioning), outreach campaigns (targeting companies that post negative reviews of competitors), and product roadmap inputs (identifying feature gaps that drive customer switching). Tools like Apify handle web scraping, Clay manages data enrichment and scoring, and n8n orchestrates the monitoring schedule and alert routing. Most B2B companies track 3-5 primary competitors and 5-10 secondary competitors.

Content Automation

Content automation is a system that uses AI and workflow tools to monitor market signals, score topic relevance, generate content drafts, and distribute across channels. A production content automation system monitors 10-15 signal sources including search trends (Google Trends, Ahrefs), social platforms (LinkedIn, Twitter/X), community discussions (Reddit, Slack groups, Discord), competitor blogs, industry publications, and RSS feeds. Each detected signal is scored with a weighted formula that considers market demand (search volume, engagement metrics), category fit (relevance to your expertise), and content gap (whether you already cover the topic). High-scoring topics generate AI drafts in your brand voice using LLM prompts with tone, structure, and style guidelines. One approved draft becomes 7+ platform-native versions: blog post, LinkedIn article, Twitter thread, newsletter section, YouTube script, podcast talking points, and email snippet. The entire pipeline from signal detection to multi-platform publish can run in under 5 minutes with n8n orchestration.

CRM Enrichment

CRM enrichment is the process of automatically updating contact and account records in your CRM with fresh data from external providers. This includes firmographic data (revenue, headcount, industry, funding stage), technographic data (tech stack, tools used), and contact details (verified email, direct phone, LinkedIn URL). Enrichment typically runs in two modes: on-create (triggered when a new record enters the CRM) and scheduled (a weekly or monthly batch that refreshes stale records). In a Clay-powered enrichment system, CRM records are pulled via API, run through enrichment columns with waterfall logic across multiple providers, and pushed back to the CRM with updated fields. The key metric is field fill rate, which measures what percentage of records have complete data after enrichment. Production systems typically achieve 85-95% fill rates on core fields. Enriched CRM data improves ICP scoring accuracy, lead routing, and personalization quality.

Data Enrichment

Data enrichment is the process of appending missing or outdated information to existing records using external data providers. For B2B sales, enrichment fills in email addresses, direct phone numbers, job titles, company revenue, employee count, tech stack, funding history, and social profiles. The process starts with a seed data point (usually a company name or domain) and queries providers to fill in the rest. Single-provider enrichment typically achieves 40-60% coverage on any given field. Waterfall enrichment, which queries multiple providers in sequence (e.g., Apollo, then Clearbit, then Lusha, then People Data Labs), pushes coverage to 80-95%. Enrichment quality is measured by fill rate (percentage of records with data), accuracy (percentage of data that is correct), and freshness (how recently the data was verified). In Clay, enrichment runs as columns in a table: each column represents a provider or data transformation, and rows flow through the enrichment pipeline automatically.

Domain Reputation

Domain reputation is a score assigned by email providers (Gmail, Outlook, Yahoo) based on the aggregate sending behavior associated with your domain. Factors that build positive reputation include consistent sending volume, low bounce rates (below 2%), minimal spam complaints (below 0.1%), high engagement rates (opens and replies), and proper authentication (SPF, DKIM, DMARC). Factors that damage reputation include sudden volume spikes, high bounce rates from unverified email lists, spam complaints from recipients, and sending to spam traps (inactive addresses maintained by email providers to catch spammers). A damaged domain reputation can take 2-6 weeks to recover, during which all outbound campaigns from that domain will underperform. This is why outbound teams use separate sending domains (not their primary business domain) and rotate across multiple domains with sender rotation. Google Postmaster Tools provides free domain reputation monitoring for Gmail. Monitoring reputation weekly and pausing campaigns when metrics decline prevents permanent damage.

Email Deliverability

Email deliverability is the ability to land emails in the recipient's primary inbox rather than spam or promotions. Key factors include domain reputation (built over time through sending behavior), sender warmup (gradual volume increase on new mailboxes), authentication protocols (SPF, DKIM, and DMARC records configured correctly), bounce rate (must stay below 2%), complaint rate (must stay below 0.1%), and sending volume patterns (consistent daily volume, no sudden spikes). Tools like Instantly and Smartlead manage deliverability through mailbox rotation (distributing volume across many inboxes), AI warmup (automated conversations that build sender reputation), and gradual volume scaling. The difference between 20% and 60% open rates is almost always infrastructure, not copy. A well-engineered outbound system treats deliverability as the foundation everything else depends on. Monitoring tools like Google Postmaster and MXToolbox help track domain health over time.

Email Warmup

Email warmup is the process of gradually increasing sending volume from a new mailbox to build a positive sender reputation with email providers like Gmail and Outlook. New mailboxes have no reputation, which means emails sent from them are more likely to land in spam. Warmup tools solve this by sending and receiving automated emails between a network of real inboxes, marking messages as important, replying to them, and moving them out of spam folders. This activity signals to email providers that the mailbox is legitimate and its emails are wanted. A typical warmup period lasts 2-4 weeks, starting with 5-10 emails per day and gradually increasing to the target campaign volume (usually 20-30 per day per mailbox). Tools like Instantly and Smartlead have built-in warmup networks. Warmup should continue running even after campaigns begin to maintain reputation, typically at a reduced volume alongside campaign sends.

Firmographics

Firmographics are descriptive attributes of a company used for segmentation and targeting in B2B sales. Common firmographic data points include industry (SIC/NAICS codes), annual revenue range, employee count, headquarters location, founding year, funding stage, and company type (public, private, non-profit). Firmographics serve the same function for companies that demographics serve for individuals: they define the basic characteristics that determine whether an account fits your target market. In ICP scoring models, firmographics typically form the first filter layer. A B2B SaaS company selling to mid-market might require 50-500 employees, Series A or later funding, and headquarters in North America. Firmographic data is available from providers like Apollo, ZoomInfo, Clearbit, and Clay's built-in enrichment. The accuracy of firmographic data varies by provider and field, which is why waterfall enrichment across multiple providers is recommended for critical fields like employee count and revenue.

GTM Engineering

GTM engineering is the practice of building automated go-to-market systems using tools like Clay, n8n, and CRM platforms. It sits at the intersection of sales operations, data engineering, and marketing automation. GTM engineers design systems that source, enrich, score, and route leads through outbound and inbound channels without manual work. The role emerged as B2B companies realized that connecting tools like Clay, Smartlead, HubSpot, and AI models requires dedicated technical expertise. A GTM engineer typically owns the full pipeline from data sourcing to reply classification, building infrastructure that SDR teams and revenue leaders rely on daily. Salaries for GTM engineers range from $132K to $241K in the US, with demand growing as companies shift from manual prospecting to automated systems.

ICP Scoring

ICP scoring is a method for ranking prospect accounts against your Ideal Customer Profile using weighted criteria. Typical scoring factors include company size, industry, tech stack, funding status, hiring signals, and geographic location. Each factor receives a weight based on how strongly it correlates with closed-won deals in your pipeline. Accounts are tiered into A/B/C/D buckets: A-tier accounts are near-perfect ICP matches and receive highly personalized, multi-channel outreach. B-tier gets personalized email sequences. C-tier enters automated nurture campaigns. D-tier accounts are disqualified entirely. In Clay, ICP scoring is built as a formula column that pulls enriched data points and outputs a numeric score. The scoring model should be validated against historical win data and recalibrated quarterly as your customer profile evolves.

Intent Data

Intent data measures the research activity of companies across the web to identify which topics they are actively investigating. First-party intent comes from your own website analytics: which companies visited your pricing page, downloaded a case study, or viewed your integration docs. Third-party intent comes from providers like Bombora, 6sense, and G2, who aggregate browsing behavior across thousands of B2B publications and review sites. When a company's research activity on a topic exceeds their baseline by a statistically significant margin, they receive a high intent score. Intent data is most effective when layered on top of ICP scoring: a company that matches your ideal profile AND shows high research intent in your category is a significantly better prospect than one that only matches on firmographics. Most intent data providers offer weekly or daily feeds that can be ingested into Clay or CRM systems for automated prioritization.

Lead Routing

Lead routing is the automated assignment of leads to sales reps based on predefined rules. Routing criteria can include territory (geographic region), account size (enterprise vs mid-market), industry vertical, round-robin distribution, or lead score. The goal is to minimize response time and match leads with the rep best positioned to close them. Research consistently shows that responding within 5 minutes increases conversion rates by 8x compared to responding within 30 minutes. In production GTM systems, lead routing is handled by CRM automation (HubSpot workflows or Salesforce assignment rules) triggered by webhooks from Clay or n8n. Advanced routing considers rep capacity, current deal load, and historical win rates by segment. For teams with fewer than 5 reps, simple round-robin with territory-based overrides works well. Larger teams benefit from weighted routing based on rep specialization.

Meeting Intelligence

Meeting intelligence is the automated capture, transcription, and analysis of sales calls and meetings using AI. Tools like Gong, Chorus, and Fireflies record calls, generate searchable transcripts, and extract structured data including action items, competitor mentions, pricing objections, feature requests, buying signals, and decision-maker sentiment. This data feeds into multiple downstream systems: CRM records are enriched with call summaries and next steps, coaching workflows flag calls where reps missed key objections or failed to ask discovery questions, and competitive intelligence dashboards aggregate what prospects actually say about alternatives across hundreds of calls. The most valuable output is pattern recognition at scale: meeting intelligence can identify that prospects who mention a specific competitor in the first call convert at 2x the rate, or that deals where the economic buyer joins the second call close 40% faster. These insights inform both sales methodology and GTM automation strategy.

MQL / SQL / PQL

MQL (Marketing Qualified Lead) is a lead that meets marketing's qualification criteria and is ready for sales follow-up. Typical MQL triggers include downloading a whitepaper, attending a webinar, or reaching a lead score threshold based on engagement activity. SQL (Sales Qualified Lead) has been vetted by a sales rep through a discovery call and confirmed as a real opportunity with budget, authority, need, and timeline. PQL (Product Qualified Lead) has taken meaningful actions inside a product during a free trial or freemium tier, such as inviting team members, using key features, or exceeding usage thresholds. These stages define the handoff points between marketing, sales, and product teams. The conversion rates between stages are critical pipeline metrics: MQL-to-SQL conversion indicates marketing-sales alignment quality, while SQL-to-close indicates sales effectiveness. Most B2B companies see 20-30% MQL-to-SQL conversion and 15-25% SQL-to-close rates.

Multi-Channel Sequencing

Multi-channel sequencing is the practice of coordinating outreach across email, LinkedIn, phone, and other channels in a single automated sequence. A typical multi-channel sequence starts with a LinkedIn connection request on day one, follows up with a personalized email on day three, sends a second email on day six, triggers a LinkedIn message on day eight, and creates a phone task on day ten if no response. The timing and channel mix varies by prospect tier. Tools like Smartlead handle email sequencing with mailbox rotation, while HeyReach manages LinkedIn outreach with account rotation. The orchestration layer (typically n8n or Clay) coordinates timing between channels and ensures prospects are not contacted on multiple channels simultaneously. Multi-channel sequences consistently outperform single-channel approaches because they reach prospects where they are most responsive.

n8n Workflow

n8n is a self-hostable workflow automation platform with 400+ integrations that serves as the orchestration layer in modern GTM stacks. Unlike Zapier or Make, n8n has no per-task pricing and supports complex branching logic, error handling, retry mechanisms, and sub-workflows. GTM teams use n8n to orchestrate enrichment jobs, sync data between Clay and CRM, route leads based on scoring, trigger multi-step sequences, and run scheduled reporting. A typical n8n deployment runs on a $20/month VPS and handles thousands of operations daily. The visual workflow builder makes it accessible to non-developers, while the code node supports JavaScript for complex transformations. n8n connects naturally with Clay via webhooks, with CRMs via native integrations, and with AI models via HTTP request nodes. Self-hosting gives teams full control over data, uptime, and execution speed.

Outbound Prospecting

Outbound prospecting is the proactive process of identifying, researching, and contacting potential customers who have not expressed interest in your product. Unlike inbound marketing (where leads come to you through content, ads, or referrals), outbound requires building account lists from scratch, enriching contact data across multiple providers, personalizing messaging for each prospect, and executing coordinated multi-channel sequences across email and LinkedIn. The outbound prospecting workflow has five stages: account sourcing (identifying companies that match your ICP), enrichment (finding and verifying decision-maker contact information), scoring (prioritizing accounts by fit and signal strength), sequence generation (creating personalized outreach), and campaign execution (sending via Smartlead, HeyReach, or similar tools). Modern outbound is heavily automated using Clay for enrichment and scoring, n8n for orchestration, and AI for personalization. The cost per qualified meeting from well-engineered outbound systems is typically 40-60% lower than traditional SDR-driven approaches.

Reply Classification

Reply classification is the automated categorization of prospect responses using AI models. When a prospect replies to a cold email or LinkedIn message, the system analyzes the text and assigns a category: interested, not interested, out of office, wrong person, unsubscribe, meeting request, or referral. Each category triggers a different downstream workflow. Interested replies are routed to the assigned sales rep via Slack and CRM task. Out-of-office replies are paused and re-queued for follow-up after the return date. Unsubscribes are immediately removed from all active sequences. Wrong-person replies trigger a new contact search at the same company. The classification model typically uses an LLM prompt with examples for each category, running either inside Clay (via Claygent) or through an n8n workflow that calls Claude or GPT. Accurate classification prevents embarrassing follow-ups to prospects who already said no.

Revenue Operations (RevOps)

Revenue operations is the function that aligns sales, marketing, and customer success around shared data, processes, and goals. RevOps teams own the tech stack (CRM, marketing automation, analytics), reporting infrastructure (dashboards, forecasting models), territory and quota planning, process design (lead handoff rules, deal stage definitions), and data governance. The role emerged because siloed operations teams (sales ops, marketing ops, CS ops) created fragmented data and inconsistent processes across the revenue funnel. RevOps unifies these functions under a single team that reports to the CRO or CEO. GTM engineering is the technical execution layer that builds the systems RevOps designs. While RevOps defines the process (e.g., "leads scoring above 80 should be routed to enterprise reps within 5 minutes"), GTM engineering builds the infrastructure that makes it happen automatically (enrichment, scoring, routing, and alerting workflows).

SDR (Sales Development Representative)

An SDR is a sales team member focused on outbound prospecting and lead qualification. The role sits between marketing (which generates awareness) and account executives (who close deals). SDRs research accounts, build prospect lists, send cold outreach via email and LinkedIn, handle initial conversations, qualify interest against criteria like budget and timeline, and book meetings for account executives. The average SDR spends 60% of their time on research and list building, and only 40% on actual selling activities. GTM engineering automates the manual parts of the SDR workflow: list building is replaced by automated account sourcing, enrichment replaces manual research, AI generates personalized sequences, and reply classification handles response triage. This allows SDRs to focus on conversations with interested prospects rather than data entry. Some companies are replacing the SDR role entirely with automated systems, while others use automation to make each SDR 3-5x more productive.

Sender Rotation

Sender rotation distributes outbound email volume across multiple mailboxes and domains to protect deliverability. Instead of sending 500 emails from one inbox (which triggers spam filters and damages domain reputation), the system sends 20-30 emails each from 15-25 mailboxes spread across 3-5 sending domains. Each domain is a separate entity in the eyes of email providers, so a deliverability issue on one domain does not affect the others. The rotation happens automatically through tools like Instantly or Smartlead, which assign each new campaign email to the next available mailbox in the pool. Best practices include keeping per-mailbox daily volume under 30 emails, using separate domains from your primary business domain (so a reputation hit never affects your main company email), and maintaining consistent sending patterns across all mailboxes. Most production outbound systems run 10-25 mailboxes with 3-5 domains.

Signal-Based Outbound

Signal-based outbound is an outreach strategy that targets accounts based on real buying signals rather than static lists. Instead of cold-contacting every company in a category, signal-based systems monitor events that indicate purchase readiness: funding rounds, leadership changes, job postings for relevant roles, tech stack changes, competitor contract expirations, and website activity. Each signal type is weighted by how strongly it correlates with conversion. A company that just raised Series B and posted a VP of Sales role scores higher than one that simply matches your industry filter. This approach produces 3-6% reply rates compared to 0.5-1% for template-based outbound. The technical implementation typically uses Clay for signal detection and enrichment, combined with scoring logic that routes high-signal accounts to priority outreach channels.

Technographics

Technographics describe the technology stack a company uses, including CRM systems, marketing automation platforms, cloud infrastructure, analytics tools, communication software, and development frameworks. Technographic data is sourced by scanning websites for JavaScript snippets, tracking DNS records, monitoring job postings for tool mentions, and aggregating self-reported data from review sites. In outbound targeting, technographics enable precise segmentation: finding companies that use a competitor's product (switch opportunity), companies using complementary tools (integration play), or companies with a tech stack that indicates sophistication level. In ICP scoring, technographic signals carry significant weight because they indicate both budget (paying for premium tools) and technical readiness (already investing in the category). Providers like BuiltWith, Wappalyzer, and Clay offer technographic enrichment. The most valuable technographic data points are CRM type, marketing automation platform, and any tools directly in your product category.

Waterfall Enrichment

Waterfall enrichment is a data enrichment strategy that queries multiple providers in sequence until a verified result is found. Instead of relying on a single data source, the system falls through providers like Apollo, Clearbit, Lusha, and People Data Labs in order. If Apollo returns no email, the system tries Clearbit. If Clearbit misses, it tries Lusha. This continues until a verified result is found or all providers are exhausted. The approach increases email coverage from the typical 40-60% hit rate of a single provider to 80-95%. In Clay, waterfall enrichment is built using conditional columns that check the previous provider's output before triggering the next. The cost per verified contact drops significantly because you only pay for successful lookups at each stage. Most production outbound systems use 3-5 providers in their waterfall.

Webhook Automation

A webhook is an HTTP callback that sends real-time data from one system to another when a specific event occurs. Unlike polling (where System B repeatedly asks System A "anything new?"), webhooks push data instantly when events happen, reducing latency from minutes to milliseconds. In GTM systems, webhooks are the connective tissue between tools. For example, when a prospect replies to a cold email in Smartlead, a webhook fires and sends the reply data to Clay for AI classification, to Slack for team notification, and to HubSpot for CRM record update. Webhooks also trigger n8n workflows for complex multi-step processes like lead routing, score recalculation, and campaign adjustment. Setting up webhooks requires configuring a receiving endpoint (URL), defining the payload format (usually JSON), and handling authentication (API keys or signatures). Most modern GTM tools support outgoing webhooks natively. n8n and Clay both support incoming webhooks as workflow triggers.

Need these systems built for your team?

GTMinds engineers production-grade GTM systems using Clay, n8n, and AI. From outbound automation to revenue intelligence.