RepairShopr
repairshoprRepairShopr is a comprehensive repair shop management software designed to streamline operations, manage customer relationships, and enhance business efficiency.
Acciones disponibles (38)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Delete AppointmentREPAIRSHOPR_DELETE_APPOINTMENTAcciónTool to delete a specific appointment by its id. use when an appointment is canceled and needs removal permanently.
REPAIRSHOPR_DELETE_APPOINTMENTAcciónTool to delete a specific appointment by its id. use when an appointment is canceled and needs removal permanently.
Parámetros de entrada
idintegerObligatorioThe unique ID of the appointment to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete CustomerREPAIRSHOPR_DELETE_CUSTOMERAcciónTool to delete a specific customer by id. use after confirming the customer id when you need to remove a customer record permanently.
REPAIRSHOPR_DELETE_CUSTOMERAcciónTool to delete a specific customer by id. use after confirming the customer id when you need to remove a customer record permanently.
Parámetros de entrada
idintegerObligatorioThe unique identifier of the customer to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete EstimateREPAIRSHOPR_DELETE_ESTIMATEAcciónTool to delete a specific estimate by id. use when you need to remove an estimate record permanently.
REPAIRSHOPR_DELETE_ESTIMATEAcciónTool to delete a specific estimate by id. use when you need to remove an estimate record permanently.
Parámetros de entrada
idintegerObligatorioUnique identifier of the estimate to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete InvoiceREPAIRSHOPR_DELETE_INVOICEAcciónTool to delete a specific invoice by id. use when you need to remove an invoice permanently after confirming it's no longer needed. ensure no dependent records require it before running.
REPAIRSHOPR_DELETE_INVOICEAcciónTool to delete a specific invoice by id. use when you need to remove an invoice permanently after confirming it's no longer needed. ensure no dependent records require it before running.
Parámetros de entrada
idintegerObligatorioID of the invoice to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AppointmentREPAIRSHOPR_GET_APPOINTMENTAcciónTool to retrieve details of a specific appointment by its id. use when you need exact details of an appointment by id.
REPAIRSHOPR_GET_APPOINTMENTAcciónTool to retrieve details of a specific appointment by its id. use when you need exact details of an appointment by id.
Parámetros de entrada
idintegerObligatorioID of the appointment to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AppointmentsREPAIRSHOPR_GET_APPOINTMENTSAcciónTool to retrieve a list of appointments. use when listing appointments by date range or for current user. returns up to 25 results per page.
REPAIRSHOPR_GET_APPOINTMENTSAcciónTool to retrieve a list of appointments. use when listing appointments by date range or for current user. returns up to 25 results per page.
Parámetros de entrada
minebooleanReturn only current user's appointments.
pageintegerReturns provided page of results, each page contains 25 results.
date_tostringReturns Appointments that start before the date. Format 'YYYY-MM-DD'.
date_fromstringReturns Appointments that start after the date. Format 'YYYY-MM-DD'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AssetREPAIRSHOPR_GET_ASSETAcciónTool to retrieve details of a specific asset by its id. use when you need to confirm asset details after obtaining its id. requires assets - view details permission.
REPAIRSHOPR_GET_ASSETAcciónTool to retrieve details of a specific asset by its id. use when you need to confirm asset details after obtaining its id. requires assets - view details permission.
Parámetros de entrada
idintegerObligatorioThe unique ID of the asset to retrieve. Single-Customer Users can only access their own assets.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AssetsREPAIRSHOPR_GET_ASSETSAcciónTool to retrieve a paginated list of assets. use when you need to list or search assets by snmp status, customer, asset type, or query after authenticating. returns 25 items per page.
REPAIRSHOPR_GET_ASSETSAcciónTool to retrieve a paginated list of assets. use when you need to list or search assets by snmp status, customer, asset type, or query after authenticating. returns 25 items per page.
Parámetros de entrada
pageintegerReturns provided page of results, each page contains 25 results
querystringSearch query
customer_idintegerAny assets attached to a Customer ID
snmp_enabledbooleanAny assets with SNMP enabled
asset_type_idintegerAny assets attached to an Asset Type ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Case AttachmentsREPAIRSHOPR_GET_CASE_ATTACHMENTSAcciónTool to retrieve attachments for a specific service case. use when you need to list all files attached to a case.
REPAIRSHOPR_GET_CASE_ATTACHMENTSAcciónTool to retrieve attachments for a specific service case. use when you need to list all files attached to a case.
Parámetros de entrada
case_idintegerObligatorioID of the service case to retrieve attachments for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ContactsREPAIRSHOPR_GET_CONTACTSAcciónTool to retrieve a paginated list of contacts. use when you need to fetch contacts optionally filtered by customer. returns up to 25 contacts per page.
REPAIRSHOPR_GET_CONTACTSAcciónTool to retrieve a paginated list of contacts. use when you need to fetch contacts optionally filtered by customer. returns up to 25 contacts per page.
Parámetros de entrada
pageintegerPage number of results (25 results per page).
customer_idintegerAny contacts attached to a Customer ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CustomerREPAIRSHOPR_GET_CUSTOMERAcciónTool to retrieve details of a specific customer by id. use after confirming the customer exists. example: "get customer details for id 123".
REPAIRSHOPR_GET_CUSTOMERAcciónTool to retrieve details of a specific customer by id. use after confirming the customer exists. example: "get customer details for id 123".
Parámetros de entrada
idintegerObligatorioThe unique identifier of the customer to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CustomersREPAIRSHOPR_GET_CUSTOMERSAcciónTool to retrieve a list of customers. use when you need to search or filter customers with pagination. returns up to 25 results per page.
REPAIRSHOPR_GET_CUSTOMERSAcciónTool to retrieve a list of customers. use when you need to search or filter customers with pagination. returns up to 25 results per page.
Parámetros de entrada
idinteger[]Any customers with ID included in the list.
pageintegerReturns provided page of results, each 'page' contains 25 results.
sortstringA customer field to order by. Examples 'firstname ASC', 'city DESC'.
emailstringFilter customers by exact email address.
querystringSearch query to filter customers by name or business.
not_idinteger[]Any customers with ID not included in the list.
lastnamestringAny customers with a last name like the parameter.
firstnamestringAny customers with a first name like the parameter.
business_namestringAny customers with a business name like the parameter.
include_disabledbooleanWhether or not the returned list of customers includes disabled customers.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Employee Time ClockREPAIRSHOPR_GET_EMPLOYEE_TIME_CLOCKAcciónTool to retrieve the last time clock entry for a specific user. use when needing the most recent clock-in/out. example: "get the latest time clock entry for user 5".
REPAIRSHOPR_GET_EMPLOYEE_TIME_CLOCKAcciónTool to retrieve the last time clock entry for a specific user. use when needing the most recent clock-in/out. example: "get the latest time clock entry for user 5".
Parámetros de entrada
user_idintegerID of the user to retrieve the last time clock entry for. Defaults to current user if omitted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EstimateREPAIRSHOPR_GET_ESTIMATEAcciónTool to retrieve details of a specific estimate by id. use when you need exact details of an estimate by id.
REPAIRSHOPR_GET_ESTIMATEAcciónTool to retrieve details of a specific estimate by id. use when you need exact details of an estimate by id.
Parámetros de entrada
idintegerObligatorioUnique identifier of the estimate to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EstimatesREPAIRSHOPR_GET_ESTIMATESAcciónTool to retrieve a list of estimates. use when you need to list or filter estimates by customer or paginate results after authentication.
REPAIRSHOPR_GET_ESTIMATESAcciónTool to retrieve a list of estimates. use when you need to list or filter estimates by customer or paginate results after authentication.
Parámetros de entrada
pageintegerPage number for paginated results
per_pageintegerNumber of results per page
customer_idintegerFilter estimates by this customer ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get InvoiceREPAIRSHOPR_GET_INVOICEAcciónTool to retrieve details of a specific invoice by id. use after confirming the invoice exists. example: "get invoice details for id 456".
REPAIRSHOPR_GET_INVOICEAcciónTool to retrieve details of a specific invoice by id. use after confirming the invoice exists. example: "get invoice details for id 456".
Parámetros de entrada
idintegerObligatorioID or number of the invoice to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get InvoicesREPAIRSHOPR_GET_INVOICESAcciónTool to retrieve a paginated list of invoices. use when you need to list invoices, optionally filtered by payment status, ticket association, or update date. returns up to 25 invoices per page.
REPAIRSHOPR_GET_INVOICESAcciónTool to retrieve a paginated list of invoices. use when you need to list invoices, optionally filtered by payment status, ticket association, or update date. returns up to 25 invoices per page.
Parámetros de entrada
pageintegerReturns provided page of results, each page contains 25 results
paidbooleanWhether or not the returned list of invoices has been marked as paid
unpaidbooleanWhether or not the returned list of invoices has been marked as unpaid
ticket_idintegerFilter invoices attached to this Ticket ID
since_updated_atstringReturn invoices updated since this date. Format 'YYYY-MM-DDTHH:MM:SSZ' (ISO 8601)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get LeadREPAIRSHOPR_GET_LEADAcciónTool to retrieve details of a specific lead by its id. use when you need to inspect a single lead after obtaining its id. example: "get lead details for id 123".
REPAIRSHOPR_GET_LEADAcciónTool to retrieve details of a specific lead by its id. use when you need to inspect a single lead after obtaining its id. example: "get lead details for id 123".
Parámetros de entrada
idintegerObligatorioThe unique identifier of the lead to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get LeadsREPAIRSHOPR_GET_LEADSAcciónTool to retrieve a paginated list of leads. use when you need to browse or filter potential customers. returns up to 25 leads per page.
REPAIRSHOPR_GET_LEADSAcciónTool to retrieve a paginated list of leads. use when you need to browse or filter potential customers. returns up to 25 leads per page.
Parámetros de entrada
pageintegerReturns provided page of results, each page contains 25 leads.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get PaymentREPAIRSHOPR_GET_PAYMENTAcciónTool to retrieve details of a specific payment by id. use after obtaining the payment id. example: "get payment details for id 123".
REPAIRSHOPR_GET_PAYMENTAcciónTool to retrieve details of a specific payment by id. use after obtaining the payment id. example: "get payment details for id 123".
Parámetros de entrada
idintegerObligatorioUnique identifier of the payment to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get PaymentsREPAIRSHOPR_GET_PAYMENTSAcciónTool to retrieve a paginated list of payments. use when you need to view or search payment records, with optional filtering by query or pagination.
REPAIRSHOPR_GET_PAYMENTSAcciónTool to retrieve a paginated list of payments. use when you need to view or search payment records, with optional filtering by query or pagination.
Parámetros de entrada
pageintegerPage number of results to return, each page contains 25 results.
querystringSearch query to filter payments by invoice number, customer name, or reference number.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProductREPAIRSHOPR_GET_PRODUCTAcciónTool to retrieve details of a specific product by id. use after confirming the product id exists. example: "get product details for id 123".
REPAIRSHOPR_GET_PRODUCTAcciónTool to retrieve details of a specific product by id. use after confirming the product id exists. example: "get product details for id 123".
Parámetros de entrada
idintegerObligatorioThe unique identifier of the product to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProductsREPAIRSHOPR_GET_PRODUCTSAcciónTool to retrieve a list of products. use when you need to search or filter products by various criteria. returns up to 25 results per page.
REPAIRSHOPR_GET_PRODUCTSAcciónTool to retrieve a list of products. use when you need to search or filter products by various criteria. returns up to 25 results per page.
Parámetros de entrada
idinteger[]Include only products with IDs in this list.
skustringFilter products by exact SKU.
namestringFilter products whose name matches the given string.
pageintegerPage number to return, each page contains 25 results.
sortstringA Product field to order by. Example 'name ASC'.
querystringSearch query to filter products.
id_notinteger[]Exclude products with IDs in this list.
upc_codestringFilter products whose UPC code matches the given string.
category_idintegerFilter products by category ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Products By CategoryREPAIRSHOPR_GET_PRODUCTS_BY_CATEGORYAcciónTool to retrieve products filtered by category id. use when you need to list all products in a specific category.
REPAIRSHOPR_GET_PRODUCTS_BY_CATEGORYAcciónTool to retrieve products filtered by category id. use when you need to list all products in a specific category.
Parámetros de entrada
category_idintegerObligatorioFilter products by the specified category ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Product CategoriesREPAIRSHOPR_GET_PRODUCTS_CATEGORIESAcciónTool to retrieve product categories. use when you need to fetch all categories for product organization and filtering.
REPAIRSHOPR_GET_PRODUCTS_CATEGORIESAcciónTool to retrieve product categories. use when you need to fetch all categories for product organization and filtering.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Product SerialsREPAIRSHOPR_GET_PRODUCT_SERIALSAcciónTool to retrieve all serial numbers for a specific product. use when you need to list serials by product id after confirming the product exists.
REPAIRSHOPR_GET_PRODUCT_SERIALSAcciónTool to retrieve all serial numbers for a specific product. use when you need to list serials by product id after confirming the product exists.
Parámetros de entrada
idintegerObligatorioThe unique identifier of the product to retrieve serials for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TicketREPAIRSHOPR_GET_TICKETAcciónTool to retrieve details of a specific ticket by its id. use when you need full ticket information after obtaining its id.
REPAIRSHOPR_GET_TICKETAcciónTool to retrieve details of a specific ticket by its id. use when you need full ticket information after obtaining its id.
Parámetros de entrada
idintegerObligatorioID of the ticket to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get UserREPAIRSHOPR_GET_USERAcciónTool to retrieve details of a specific user by id. use after confirming the user exists. example: "get user details for id 42".
REPAIRSHOPR_GET_USERAcciónTool to retrieve details of a specific user by id. use after confirming the user exists. example: "get user details for id 42".
Parámetros de entrada
idintegerObligatorioThe unique identifier of the user to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get UsersREPAIRSHOPR_GET_USERSAcciónTool to retrieve a list of all users. use when you need to list all users in the system to map ids to names.
REPAIRSHOPR_GET_USERSAcciónTool to retrieve a list of all users. use when you need to list all users in the system to map ids to names.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create AppointmentREPAIRSHOPR_POST_APPOINTMENTAcciónTool to create a new appointment. use after gathering summary and date range.
REPAIRSHOPR_POST_APPOINTMENTAcciónTool to create a new appointment. use after gathering summary and date range.
Parámetros de entrada
end_atstringObligatorioScheduled end time in ISO 8601 format
all_daybooleanIf true, marks the appointment as all day
summarystringObligatorioBrief summary or title of the appointment
user_idintegerPrimary user ID assigned to this appointment
locationstringLocation of the appointment
start_atstringObligatorioScheduled start time in ISO 8601 format
user_idsinteger[]List of user IDs assigned to this appointment
ticket_idintegerID of the related ticket
customer_idintegerID of the customer for the appointment
descriptionstringDetailed notes for the appointment
do_not_emailbooleanIf true, suppresses email notification to the customer
email_customerbooleanIf true, sends email notification to the customer
appointment_type_idintegerID of the appointment type
appointment_durationstringDuration string, e.g., '4h'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create AssetREPAIRSHOPR_POST_ASSETAcciónTool to create a new asset. use when you need to register a device under a customer with either an existing or new asset type.
REPAIRSHOPR_POST_ASSETAcciónTool to create a new asset. use when you need to register a device under a customer with either an existing or new asset type.
Parámetros de entrada
namestringObligatorioName of the asset, e.g., 'Office PC'
propertiesobjectCustom key-value properties for the asset.
customer_idintegerObligatorioID of the customer to attach the asset to.
asset_serialstringSerial number of the asset.
asset_type_idintegerID of an existing asset type. Required if asset_type_name is omitted.
asset_type_namestringName of a new asset type to be created. Required if asset_type_id is omitted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create CustomerREPAIRSHOPR_POST_CUSTOMERAcciónTool to create a new customer. use when you need to add a customer record with contact details.
REPAIRSHOPR_POST_CUSTOMERAcciónTool to create a new customer. use when you need to add a customer record with contact details.
Parámetros de entrada
zipstringZIP or postal code of the customer's address.
citystringCity of the customer's address.
emailstringEmail address of the customer.
phonestringPrimary phone number of the customer.
statestringState of the customer's address.
mobilestringMobile phone number of the customer.
addressstringStreet address of the customer.
address2stringSecond line of the street address.
lastnamestringLast name of the customer.
firstnamestringFirst name of the customer.
business_namestringBusiness name associated with the customer.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create EstimateREPAIRSHOPR_POST_ESTIMATEAcciónTool to create a new estimate. use when you have final customer details and line items ready to generate an estimate in repairshopr.
REPAIRSHOPR_POST_ESTIMATEAcciónTool to create a new estimate. use when you have final customer details and line items ready to generate an estimate in repairshopr.
Parámetros de entrada
datestringObligatorioDate of the estimate in ISO 8601 format
namestringTitle or name for the estimate
notestringAdditional notes included on the estimate
numberstringCustom estimate number (defaults to auto-generated)
statusstringStatus of the estimate (e.g., 'draft', 'sent')
ticket_idintegerID of the related ticket, if any
created_atstringOverride creation timestamp (ISO 8601)
line_itemsobject[]List of line items to include on the estimate
updated_atstringOverride update timestamp (ISO 8601)
customer_idintegerObligatorioUnique identifier of the customer for this estimate
location_idintegerLocation ID associated with this estimate
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create InvoiceREPAIRSHOPR_POST_INVOICEAcciónTool to create a new invoice. use when you need to bill a customer after gathering customer id, date, and optional line items.
REPAIRSHOPR_POST_INVOICEAcciónTool to create a new invoice. use when you need to bill a customer after gathering customer id, date, and optional line items.
Parámetros de entrada
datestringObligatorioInvoice date (ISO 8601)
notestringAdditional notes for the invoice
numberstringInvoice number; auto-assigned if omitted
due_datestringObligatorioDue date of the invoice (YYYY-MM-DD)
po_numberstringPurchase order number
ticket_idintegerAssociated ticket ID
contact_idintegerContact ID to bill
line_itemsobject[]List of line items to include in the invoice
customer_idintegerObligatorioID of the customer to bill
location_idintegerLocation ID for the invoice
hardwarecostnumberHardware cost amount
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create LeadREPAIRSHOPR_POST_LEADAcciónTool to create a new lead. use when you need to add a potential customer to the system.
REPAIRSHOPR_POST_LEADAcciónTool to create a new lead. use when you need to add a potential customer to the system.
Parámetros de entrada
zipstringZIP code of the lead.
citystringCity of the lead.
emailstringEmail address of the lead.
phonestringPhone number of the lead.
statestringState of the lead.
mobilestringMobile number of the lead.
addressstringStreet address of the lead.
convertedbooleanWhether the lead has been converted into a customer.
last_namestringLast name of the lead.
first_namestringFirst name of the lead.
business_namestringBusiness name of the lead.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create PaymentREPAIRSHOPR_POST_PAYMENTAcciónTool to create a new payment. use when you need to record a payment against an invoice in repairshopr.
REPAIRSHOPR_POST_PAYMENTAcciónTool to create a new payment. use when you need to record a payment against an invoice in repairshopr.
Parámetros de entrada
cvvstringCredit card CVV code.
ref_numstringReference number for the payment (e.g., check number).
lastnamestringLast name of the cardholder.
date_yearstringCredit card expiration year (YYYY).
firstnamestringFirst name of the cardholder.
date_monthstringCredit card expiration month (MM).
invoice_idintegerID of the invoice to apply this payment to. Required if invoice_number is not provided.
address_zipstringBilling ZIP/postal code.
customer_idintegerID of the customer associated with this payment.
register_idintegerID of the register processing the payment.
address_citystringBilling city.
amount_centsintegerObligatorioPayment amount in cents. Must be non-negative.
address_streetstringBilling street address.
apply_paymentsobjectAdditional object describing specific invoice-application splits.
invoice_numberstringInvoice number to apply this payment to. Required if invoice_id is not provided.
payment_methodstringPayment method (e.g., 'credit_card', 'cash').
signature_datastringBase64-encoded signature data.
signature_datestringISO 8601 timestamp of the signature.
signature_namestringName on the customer signature.
credit_card_numberstringCredit card number.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ProductREPAIRSHOPR_POST_PRODUCTAcciónTool to create a new product in inventory. use when you need to add an item with price and details to your repairshopr catalog.
REPAIRSHOPR_POST_PRODUCTAcciónTool to create a new product in inventory. use when you need to add an item with price and details to your repairshopr catalog.
Parámetros de entrada
skustringStock keeping unit identifier.
costnumberCost price of the product, if provided, must be non-negative.
namestringObligatorioName of the product.
photostringURL of the product photo.
pricenumberObligatorioSelling price of the product, must be non-negative.
activebooleanWhether the product is active.
weightnumberWeight of the product (in pounds), must be non-negative.
taxablebooleanWhether the product is taxable.
quantityintegerAvailable stock quantity, must be non-negative.
upc_codestringUniversal Product Code.
serializedbooleanWhether the product is serialized.
vendor_idsinteger[]List of vendor identifiers associated with this product.
category_idintegerIdentifier of the category this product belongs to.
descriptionstringDetailed description of the product.
manufacturerstringManufacturer name of the product.
model_numberstringManufacturer model number.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add Product PhotoREPAIRSHOPR_POST_PRODUCT_PHOTOAcciónTool to add photo(s) to a specific product. use when you need to attach one or more images to a product after confirming the product id.
REPAIRSHOPR_POST_PRODUCT_PHOTOAcciónTool to add photo(s) to a specific product. use when you need to attach one or more images to a product after confirming the product id.
Parámetros de entrada
idintegerObligatorioUnique identifier of the product.
filesobject[]ObligatorioList of files (URL and filename) to attach to the product.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not