Help us improve
Share bugs, ideas, or general feedback.
From salesbuildr
Searches Salesbuildr for contacts by name or email, optionally filtered by company name or ID (resolves ID automatically), and displays results with company associations.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin salesbuildrHow this command is triggered — by the user, by Claude, or both
Slash command
/salesbuildr:search-contactsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Search Salesbuildr 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 | | No contacts found | Try broader search or check company |
/lookup-contactSearches Autotask contacts by name, email, phone, or company ID filter with optional active/limit params. Returns table of results with ID, name, email, phone, company, and quick actions.
/find-companyFinds companies in Hudu by name with optional status filter, displaying details, resource counts, hierarchy, and quick actions for matches.
/sourceDiscovers target companies by sector or criteria, checks CRM for relationships, and drafts personalized founder outreach emails.
/prospect-briefGenerates actionable prospect research briefs with company intel, decision-maker profiles, talking points, and recent news for sales preparation.
/search-customersSearches QuickBooks Online for customers by name (partial match), with optional status and balance filters. Returns details, balances, and action links.
Share bugs, ideas, or general feedback.
GET /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 |