Rep Matching
When your agent needs a sales rep near a lead, it uses search_humans in people search mode. The title_filters parameter supports boolean syntax — AND, OR, and NOT — to narrow results to the right person.
Basic syntax
This finds people whose title contains both “sales” and “SaaS”. The operators:
You can combine them: "sales AND SaaS NOT intern NOT junior".
Industry-specific patterns
SaaS / Tech
Financial services
Retail / CPG
Healthcare
Tips for better matches
- Be specific with location.
"New York"is better than"East Coast". The system searches for reps in and around the given city. - Use NOT to filter noise. Exclude
intern,junior,assistantto focus on decision-makers and experienced reps. - Combine seniority with function.
"director AND sales"is more targeted than just"sales". - Use provide_email. Set
provide_email: trueto get the rep’s email — you’ll need it forsend_meeting_invite.
Matching rep to lead
The best rep matches depend on the lead’s profile:
Your agent should read the lead’s bio from search_humans and pick a title_filters query that produces a relevant match.