RepairShopr
Manage RepairShopr repair shop customers, tickets, leads, invoices, payments, estimates, and appointments.
Tools
| Name | Description |
|---|---|
list_customersList RepairShopr customer records with bounded pagination. | List RepairShopr customer records with bounded pagination. |
get_customerFetch one RepairShopr customer by ID. Detail responses can contain customer PII and notes. | Fetch one RepairShopr customer by ID. Detail responses can contain customer PII and notes. |
create_customerCreate a RepairShopr customer with the documented request body. | Create a RepairShopr customer with the documented request body. |
update_customerUpdate a RepairShopr customer by exact ID. | Update a RepairShopr customer by exact ID. |
delete_customerDelete a RepairShopr customer by exact ID. Use approval gates for destructive workflows. | Delete a RepairShopr customer by exact ID. Use approval gates for destructive workflows. |
list_ticketsList RepairShopr ticket records with bounded pagination. | List RepairShopr ticket records with bounded pagination. |
get_ticketFetch one RepairShopr ticket by ID. Detail responses can contain customer PII and notes. | Fetch one RepairShopr ticket by ID. Detail responses can contain customer PII and notes. |
create_ticketCreate a RepairShopr ticket with the documented request body. | Create a RepairShopr ticket with the documented request body. |
update_ticketUpdate a RepairShopr ticket by exact ID. | Update a RepairShopr ticket by exact ID. |
delete_ticketDelete a RepairShopr ticket by exact ID. Use approval gates for destructive workflows. | Delete a RepairShopr ticket by exact ID. Use approval gates for destructive workflows. |
list_leadsList RepairShopr lead records with bounded pagination. | List RepairShopr lead records with bounded pagination. |
get_leadFetch one RepairShopr lead by ID. Detail responses can contain customer PII and notes. | Fetch one RepairShopr lead by ID. Detail responses can contain customer PII and notes. |
create_leadCreate a RepairShopr lead with the documented request body. | Create a RepairShopr lead with the documented request body. |
update_leadUpdate a RepairShopr lead by exact ID. | Update a RepairShopr lead by exact ID. |
list_invoicesList RepairShopr invoice records with bounded pagination. | List RepairShopr invoice records with bounded pagination. |
get_invoiceFetch one RepairShopr invoice by ID. Detail responses can contain customer PII and notes. | Fetch one RepairShopr invoice by ID. Detail responses can contain customer PII and notes. |
create_invoiceCreate a RepairShopr invoice with the documented request body. | Create a RepairShopr invoice with the documented request body. |
update_invoiceUpdate a RepairShopr invoice by exact ID. | Update a RepairShopr invoice by exact ID. |
delete_invoiceDelete a RepairShopr invoice by exact ID. Use approval gates for destructive workflows. | Delete a RepairShopr invoice by exact ID. Use approval gates for destructive workflows. |
list_appointmentsList RepairShopr appointment records with bounded pagination. | List RepairShopr appointment records with bounded pagination. |
create_appointmentCreate a RepairShopr appointment with the documented request body. | Create a RepairShopr appointment with the documented request body. |
update_appointmentUpdate a RepairShopr appointment by exact ID. | Update a RepairShopr appointment by exact ID. |
delete_appointmentDelete a RepairShopr appointment by exact ID. Use approval gates for destructive workflows. | Delete a RepairShopr appointment by exact ID. Use approval gates for destructive workflows. |
list_paymentsList RepairShopr payment records with bounded pagination. | List RepairShopr payment records with bounded pagination. |
create_paymentCreate a RepairShopr payment with the documented request body. | Create a RepairShopr payment with the documented request body. |
email_estimateSend a RepairShopr estimate email using the documented estimate email endpoint. | Send a RepairShopr estimate email using the documented estimate email endpoint. |
convert_estimate_to_invoiceConvert a RepairShopr estimate into an invoice. | Convert a RepairShopr estimate into an invoice. |
Triggers
| Name | Description |
|---|---|
customer_created_or_updatedPoll RepairShopr customer records after an initial baseline. | Poll RepairShopr customer records after an initial baseline. |
ticket_created_or_updatedPoll RepairShopr ticket records after an initial baseline. | Poll RepairShopr ticket records after an initial baseline. |
invoice_created_or_updatedPoll RepairShopr invoice records after an initial baseline. | Poll RepairShopr invoice records after an initial baseline. |
payment_created_or_updatedPoll RepairShopr payment records after an initial baseline. | Poll RepairShopr payment records after an initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('repairshopr', 'list_customers', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'repairshopr',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect RepairShopr to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does RepairShopr support?
RepairShopr supports 27 tools including List Customers, Get Customer, Create Customer, Update Customer, Delete Customer, and more.
Can I use RepairShopr with AI agents?
Yes. Add RepairShopr to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can RepairShopr be used in stateful agent workflows?
Yes. Agents can combine RepairShopr tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does RepairShopr use?
RepairShopr uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the RepairShopr integration cost?
The RepairShopr integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does RepairShopr support?
RepairShopr supports 4 triggers including Customer Created or Updated, Ticket Created or Updated, Invoice Created or Updated, Payment Created or Updated.
Connect RepairShopr in minutes
Get 20,000 free action executions every month. No credit card required.