Who introduced whom
referral_pathsWho introduced the people in the user's graph, aggregated per introducer, so a skill can see which relationships actually produce work rather than which are warm. Returns each introducer with the people they introduced and how many of those became clients. Use for 'which relationships turn into work', 'who sends me business', 'what do my best clients have in common'. NOT a route to one stranger, which is find_paths, and not a warmth ranking, which is who has gone quiet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max introducers (default 20, max 100). | |
| clients_only | No | Only count introductions that became clients, judged on a billed or worked_on edge. Default false, which counts all. |