Weavz
RepairShopr

RepairShopr

Manage RepairShopr repair shop customers, tickets, leads, invoices, payments, estimates, and appointments.

27 tools
4 triggers

Tools

Name
list_customers

List RepairShopr customer records with bounded pagination.

get_customer

Fetch one RepairShopr customer by ID. Detail responses can contain customer PII and notes.

create_customer

Create a RepairShopr customer with the documented request body.

update_customer

Update a RepairShopr customer by exact ID.

delete_customer

Delete a RepairShopr customer by exact ID. Use approval gates for destructive workflows.

list_tickets

List RepairShopr ticket records with bounded pagination.

get_ticket

Fetch one RepairShopr ticket by ID. Detail responses can contain customer PII and notes.

create_ticket

Create a RepairShopr ticket with the documented request body.

update_ticket

Update a RepairShopr ticket by exact ID.

delete_ticket

Delete a RepairShopr ticket by exact ID. Use approval gates for destructive workflows.

list_leads

List RepairShopr lead records with bounded pagination.

get_lead

Fetch one RepairShopr lead by ID. Detail responses can contain customer PII and notes.

create_lead

Create a RepairShopr lead with the documented request body.

update_lead

Update a RepairShopr lead by exact ID.

list_invoices

List RepairShopr invoice records with bounded pagination.

get_invoice

Fetch one RepairShopr invoice by ID. Detail responses can contain customer PII and notes.

create_invoice

Create a RepairShopr invoice with the documented request body.

update_invoice

Update a RepairShopr invoice by exact ID.

delete_invoice

Delete a RepairShopr invoice by exact ID. Use approval gates for destructive workflows.

list_appointments

List RepairShopr appointment records with bounded pagination.

create_appointment

Create a RepairShopr appointment with the documented request body.

update_appointment

Update a RepairShopr appointment by exact ID.

delete_appointment

Delete a RepairShopr appointment by exact ID. Use approval gates for destructive workflows.

list_payments

List RepairShopr payment records with bounded pagination.

create_payment

Create a RepairShopr payment with the documented request body.

email_estimate

Send a RepairShopr estimate email using the documented estimate email endpoint.

convert_estimate_to_invoice

Convert a RepairShopr estimate into an invoice.

Triggers

Name
customer_created_or_updated

Poll RepairShopr customer records after an initial baseline.

ticket_created_or_updated

Poll RepairShopr ticket records after an initial baseline.

invoice_created_or_updated

Poll RepairShopr invoice records after an initial baseline.

payment_created_or_updated

Poll RepairShopr payment records after an initial baseline.

Quick Start

TypeScript
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.