Get Relationship Strengths
affinity_get_relationship_strengthsIdentify team members with the strongest connections to an external contact to determine the best person for a warm introduction.
Instructions
Find who on your team has the strongest connections to an external contact.
This is a V1 API endpoint - NOT available in V2.
Essential for warm introductions - discover hidden network connections between your team and prospects.
Use Case: "Who should make the introduction to this prospect?"
Required Parameter:
external_id: The external person you want to find connections to (REQUIRED)
Optional Parameters:
internal_id: Filter to specific team member's connection
page_size: Results per page (default 100, max 500)
Returns: Array of relationships with strength scores (0.0-1.0):
0.8-1.0: Very Strong (ideal for warm intros)
0.6-0.8: Strong (good for introductions)
0.4-0.6: Moderate (may be useful)
0.0-0.4: Weak (limited connection)
Important Limitations:
Can only query "who knows this person", not "who does this person know"
Cannot query by organization to find team connections to a company
Must query one external person at a time
Relationship data may be sparse
Example: Query: external_id=123456 Result: Shows Alice (92% strength), Bob (65% strength) know this person Action: Ask Alice to make the warm introduction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| external_id | Yes | External person ID to find connections to (REQUIRED) | |
| internal_id | No | Optional: Filter to specific internal team member | |
| page_size | No | Results per page (default 100, max 500) | |
| responseFormat | No | Output format (default: json) |