From salesbuildr
Searches Salesbuildr contacts by name or email, optionally filtered by company. Displays results with company association.
How this command is triggered — by the user, by Claude, or both
Slash command
/salesbuildr:search-contacts [search] [company]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Search Salesbuildr Contacts ## Arguments - `search` (optional) — Search term for contact name or email - `company` (optional) — Company name or ID to filter contacts ## Prerequisites - Salesbuildr API key configured ## Steps 1. If company name provided, search companies first to resolve ID 2. Call Salesbuildr API: `GET /contacts?search=$search&company_id=$company` 3. Display results with company association ## Examples ### Search by name ### Search within a company ## Error Handling | Error | Resolution | |-------|------------| | Company not found | Verify company name spelling ...
search (optional) — Search term for contact name or emailcompany (optional) — Company name or ID to filter contactsGET /contacts?search=$search&company_id=$company/search-contacts search="John"
/search-contacts company="Acme Corp"
| Error | Resolution |
|---|---|
| Company not found | Verify company name spelling |
| No contacts found | Try broader search or check company |
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin salesbuildr/search-contactsSearches HubSpot CRM contacts by name, email, or company. Returns matching contacts with key details and supports filtering by field and lifecycle stage.
/lookup-contactSearches Autotask for contacts by name, email, phone, or company, with optional filters for company ID, active status, and result limit. Returns contact details and supports quick actions for ticket creation.
/search-contactsSearches Clio contacts by name, company, or email, returning formatted results with disambiguation for similar names and matter associations.
/search-contactsSearches Xero for contacts (customers/suppliers) by name, email, or account number, with optional type and status filters.