Contact's Colleagues

Overview

The Contacts Colleagues signal maps a prospect's current colleagues and team members at their company. In B2B sales, deals are rarely won through a single contact — multi-threading (building relationships with multiple stakeholders) dramatically increases close rates and deal velocity. This signal gives your team the data to multi-thread effectively.

Autobound analyzes LinkedIn company membership data to identify colleagues of your target contacts. For each colleague, we capture their name, title, seniority level, department, LinkedIn URL, and email when available. The pipeline groups colleagues by department and seniority, making it easy to identify the full buying committee around a prospect.

The data is enriched with department classification (sales, marketing, engineering, finance, etc.) and seniority levels (entry through C-level), allowing you to quickly navigate an organization's hierarchy. If you're working a deal with a VP of Marketing, this signal helps you find the CMO above them, the directors alongside them, and the managers below them.

This signal is particularly valuable when combined with other Autobound signals. For example, if you detect a Job Change for a VP of Engineering, you can immediately pull their new colleagues to identify the CTO, other engineering leaders, and the procurement team — building your account map before your first meeting.

Available Subtypes

SignalSubtype EnumDescription
Current ColleaguecolleagueA person who currently works at the same company as the target contact
Same DepartmentsameDepartmentColleagueA colleague in the same department as the target contact
Direct HierarchyhierarchyColleagueA colleague who appears to be in the target contact's direct reporting chain (above or below)

Schema

{
  "signal_id": "d4e5f6a7-8901-4b2c-def0-123456789abc",
  "signal_type": "contacts-colleagues",
  "signal_subtype": "colleague",
  "detected_at": "2026-03-18T10:30:15.442Z",
  "association": "contact",
  "contact": {
    "name": "Sarah Kim",
    "first_name": "Sarah",
    "last_name": "Kim",
    "email": "[email protected]",
    "job_title": "VP of Marketing",
    "seniority_level": "vp",
    "department": "marketing",
    "linkedin_url": "linkedin.com/in/sarah-kim-marketing",
    "city": "San Francisco",
    "state": "California",
    "country": "US"
  },
  "company": {
    "name": "Acme Corp",
    "domain": "acmecorp.com",
    "linkedin_url": "linkedin.com/company/acme-corp",
    "description": "Acme Corp builds enterprise workflow automation software for operations teams.",
    "industries": ["Software Development"],
    "employee_count_low": 501,
    "employee_count_high": 1000
  },
  "data": {
    "colleagues": [
      {
        "name": "Michael Torres",
        "first_name": "Michael",
        "last_name": "Torres",
        "email": "[email protected]",
        "job_title": "Chief Marketing Officer",
        "seniority_level": "clevel",
        "department": "marketing",
        "linkedin_url": "linkedin.com/in/michael-torres-cmo",
        "city": "San Francisco",
        "state": "California",
        "country": "US",
        "relationship_to_contact": "likely_superior",
        "confidence": 0.85
      },
      {
        "name": "Jennifer Liu",
        "first_name": "Jennifer",
        "last_name": "Liu",
        "email": "[email protected]",
        "job_title": "Director of Demand Generation",
        "seniority_level": "director",
        "department": "marketing",
        "linkedin_url": "linkedin.com/in/jennifer-liu-demandgen",
        "city": "New York",
        "state": "New York",
        "country": "US",
        "relationship_to_contact": "peer",
        "confidence": 0.75
      },
      {
        "name": "David Patel",
        "first_name": "David",
        "last_name": "Patel",
        "email": "[email protected]",
        "job_title": "VP of Sales",
        "seniority_level": "vp",
        "department": "sales",
        "linkedin_url": "linkedin.com/in/david-patel-sales",
        "city": "Austin",
        "state": "Texas",
        "country": "US",
        "relationship_to_contact": "cross_functional_peer",
        "confidence": 0.70
      },
      {
        "name": "Amanda Brooks",
        "first_name": "Amanda",
        "last_name": "Brooks",
        "email": "[email protected]",
        "job_title": "Marketing Operations Manager",
        "seniority_level": "manager",
        "department": "marketing",
        "linkedin_url": "linkedin.com/in/amanda-brooks-mops",
        "city": "San Francisco",
        "state": "California",
        "country": "US",
        "relationship_to_contact": "likely_report",
        "confidence": 0.80
      }
    ],
    "total_colleagues_found": 47,
    "colleagues_returned": 4,
    "departments_represented": ["marketing", "sales"],
    "seniority_distribution": {
      "clevel": 1,
      "vp": 1,
      "director": 1,
      "manager": 1
    }
  }
}

Example: Engineering Team Map

This example shows colleague data for an engineering leader, useful for selling developer tools or infrastructure products.

{
  "signal_id": "e5f6a7b8-9012-4c3d-ef01-23456789abcd",
  "signal_type": "contacts-colleagues",
  "signal_subtype": "sameDepartmentColleague",
  "detected_at": "2026-03-12T08:45:33.198Z",
  "association": "contact",
  "contact": {
    "name": "Ryan Nakamura",
    "first_name": "Ryan",
    "last_name": "Nakamura",
    "email": "[email protected]",
    "job_title": "VP of Engineering",
    "seniority_level": "vp",
    "department": "engineering",
    "linkedin_url": "linkedin.com/in/ryan-nakamura-eng",
    "city": "Seattle",
    "state": "Washington",
    "country": "US"
  },
  "company": {
    "name": "DataVault",
    "domain": "datavault.io",
    "linkedin_url": "linkedin.com/company/datavault",
    "description": "DataVault provides cloud-native data warehousing and analytics infrastructure.",
    "industries": ["Software Development"],
    "employee_count_low": 201,
    "employee_count_high": 500
  },
  "data": {
    "colleagues": [
      {
        "name": "Lisa Chang",
        "first_name": "Lisa",
        "last_name": "Chang",
        "email": "[email protected]",
        "job_title": "CTO",
        "seniority_level": "clevel",
        "department": "engineering",
        "linkedin_url": "linkedin.com/in/lisa-chang-cto",
        "city": "Seattle",
        "state": "Washington",
        "country": "US",
        "relationship_to_contact": "likely_superior",
        "confidence": 0.90
      },
      {
        "name": "Carlos Mendez",
        "first_name": "Carlos",
        "last_name": "Mendez",
        "email": "[email protected]",
        "job_title": "Director of Platform Engineering",
        "seniority_level": "director",
        "department": "engineering",
        "linkedin_url": "linkedin.com/in/carlos-mendez-platform",
        "city": "Seattle",
        "state": "Washington",
        "country": "US",
        "relationship_to_contact": "likely_report",
        "confidence": 0.82
      },
      {
        "name": "Priya Sharma",
        "first_name": "Priya",
        "last_name": "Sharma",
        "email": "[email protected]",
        "job_title": "Director of Security Engineering",
        "seniority_level": "director",
        "department": "engineering",
        "linkedin_url": "linkedin.com/in/priya-sharma-security",
        "city": "San Francisco",
        "state": "California",
        "country": "US",
        "relationship_to_contact": "likely_report",
        "confidence": 0.78
      }
    ],
    "total_colleagues_found": 89,
    "colleagues_returned": 3,
    "departments_represented": ["engineering"],
    "seniority_distribution": {
      "clevel": 1,
      "director": 2
    }
  }
}

Field Reference

Core Fields

FieldTypeRequiredDescription
signal_idstring (UUID)Unique identifier for this signal instance
signal_typestringAlways "contacts-colleagues"
signal_subtypestringSubtype: colleague, sameDepartmentColleague, or hierarchyColleague
detected_atstring (ISO 8601)Timestamp when colleagues were identified
associationstringAlways "contact" — this is a contact-level signal

Contact Object

The contact is the target prospect whose colleagues are being mapped.

FieldTypeRequiredDescription
contact.namestringFull name of the target prospect
contact.first_namestringFirst name
contact.last_namestringLast name
contact.emailstring (nullable)Email address
contact.job_titlestringCurrent job title
contact.seniority_levelstringSeniority level: entry, individual_contributor, manager, director, vp, clevel
contact.departmentstring (nullable)Department classification
contact.linkedin_urlstringLinkedIn profile URL
contact.citystring (nullable)City
contact.statestring (nullable)State or region
contact.countrystring (nullable)Country code (ISO 3166-1 alpha-2)

Company Object

FieldTypeRequiredDescription
company.namestringCompany name
company.domainstringPrimary website domain
company.linkedin_urlstringLinkedIn company page URL
company.descriptionstringBrief company description
company.industriesarray[string]Industry classifications
company.employee_count_lowintegerLower bound of employee count estimate
company.employee_count_highintegerUpper bound of employee count estimate

Data Object — Colleague Records

Each colleague in the data.colleagues array contains:

FieldTypeRequiredDescription
colleagues[].namestringFull name of the colleague
colleagues[].first_namestringFirst name
colleagues[].last_namestringLast name
colleagues[].emailstring (nullable)Email address. May be null — use Resolution to enrich
colleagues[].job_titlestringCurrent job title
colleagues[].seniority_levelstringSeniority level: entry, individual_contributor, manager, director, vp, clevel
colleagues[].departmentstring (nullable)Department classification
colleagues[].linkedin_urlstringLinkedIn profile URL
colleagues[].citystring (nullable)City
colleagues[].statestring (nullable)State or region
colleagues[].countrystring (nullable)Country code
colleagues[].relationship_to_contactstringInferred relationship: likely_superior (higher in the org chart), peer (same level, same department), cross_functional_peer (same level, different department), likely_report (lower in the org chart)
colleagues[].confidencefloat (0.0-1.0)Confidence in the relationship inference

Data Object — Summary Fields

FieldTypeDescription
data.total_colleagues_foundintegerTotal number of colleagues identified at the company
data.colleagues_returnedintegerNumber of colleagues included in this signal (top results by relevance)
data.departments_representedarray[string]List of departments represented in the returned colleagues
data.seniority_distributionobjectCount of colleagues by seniority level in the returned set

Data Activation

Timing

Colleague data reflects the current state of a company's org. People change roles and leave companies regularly, so this data is most accurate within 30 days of detected_at. For long sales cycles, request a refresh of colleague data before key meetings.

Uniqueness

One signal per target contact. The signal contains an array of colleagues, not one signal per colleague. If you need colleagues for multiple contacts at the same company, each contact gets their own signal.

Delivery

  • GCS Bucket: autobound-contacts-colleagues
  • File Format: JSONL (one signal per line) + Parquet
  • Folder Structure: Timestamped delivery folders
  • Refresh Cadence: Weekly

Each delivery arrives in a timestamped folder. Treat all signals in a new folder as current.

API Usage

Generate Content API

{
  "enabledInsights": ["colleague", "sameDepartmentColleague"],
  "disabledInsights": []
}

Generate Insights API

{
  "insightSubtype": "colleague"
}

Example Output

"I've been chatting with Jennifer on the demand gen side about how we're helping teams like yours streamline campaign attribution. Since you're overseeing the broader marketing strategy, wanted to loop you in — would a quick 15 min make sense this week?"

Use Cases

Use CaseHow to Apply
Multi-threadingIdentify 3-5 stakeholders across the buying committee. Engage them in parallel to build consensus and accelerate the deal
Top-down sellingFind the C-level or VP above your champion. Use them as an executive sponsor to fast-track procurement
Bottom-up adoptionFind the managers and ICs who will actually use your product. Build grassroots support before the executive conversation
Cross-functional alignmentUse cross_functional_peer relationships to identify stakeholders in adjacent departments (e.g., the VP of Sales alongside your VP of Marketing contact)
Account mappingCombine with CRM data to visualize the full org chart and identify coverage gaps in your account
New account entryWhen a Job Change signal fires, immediately pull colleagues to build your account map before the first meeting

Coverage

  • Refresh: Weekly
  • Coverage: Millions of companies via LinkedIn organizational data
  • Best for: Enterprise sales, multi-threaded deal execution, ABM, account mapping, strategic selling

Related