/create-contact
Create a new contact in Salesbuildr
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/create-contact
Context preview
What this command does when you run it.
Create a new contact in Salesbuildr
Command definition
create-contact.mddescription: Create a new contact in Salesbuildr argument-hint: "<first-name> <last-name> [email] <company> [phone]" arguments: [first-name, last-name, email, company, phone]
Create Salesbuildr Contact
Arguments
- `first-name` (required) — Contact first name
- `last-name` (required) — Contact last name
- `email` (optional) — Contact email address
- `company` (required) — Company name or ID
- `phone` (optional) — Contact phone number
Prerequisites
- Salesbuildr API key configured
- Company must exist in Salesbuildr
Steps
1. Resolve company name to ID if needed 2. Validate required fields 3. Call Salesbuildr API: `POST /contacts` 4. Display created contact confirmation
Examples
Create with company name
/create-contact first-name="Jane" last-name="Smith" email="jane@acme.com" company="Acme Corp"
Error Handling
| Error | Resolution | |-------|------------| | Company not found | Verify company exists first | | Missing required fields | Provide first-name, last-name, and company |
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report — devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

