Skip to main content
When a contact changes roles, research their new position and send timely outbound.

Prerequisites

  • Saved contacts via get_my_contacts or search
  • Credits for research_contacts
  • Connect for send_email
After research_contacts, use get_my_contacts for the saved contactId required by send_email.

Sequence

Tool calls

1. get_my_contacts

2. search_contacts

3. research_contacts

4. get_my_contacts

5. send_email

Run with Claude Code