Ascora
ascoraAscora is a cloud-based field service management software designed to streamline operations for service-based businesses, offering features such as job scheduling, invoicing, customer management, and mobile access.
Acciones disponibles (5)
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 CustomerASCORA_ASCORA_DELETE_CUSTOMERAcciónTool to delete a specific customer by id. use when you need to remove a customer after confirming its existence.
ASCORA_ASCORA_DELETE_CUSTOMERAcciónTool to delete a specific customer by id. use when you need to remove a customer after confirming its existence.
Parámetros de entrada
customer_idstringObligatorioUnique 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
Create QuotationASCORA_CREATE_QUOTATIONAcciónTool to create a new quotation. use when submitting a customer quote request via the ascora api.
ASCORA_CREATE_QUOTATIONAcciónTool to create a new quotation. use when submitting a customer quote request via the ascora api.
Parámetros de entrada
emailanyObligatorioemailCustomer's email address
phonestringCustomer's landline phone number
mobilestringCustomer's mobile phone number
lastNamestringObligatorioCustomer's last name
firstNamestringObligatorioCustomer's first name
companyNamestringObligatorioName of the customer's company
addressLine1stringFirst line of the address, e.g., street and number
addressLine2stringSecond line of the address, e.g., unit or suite
addressStatestringState or territory of the address, e.g., 'WA', 'NSW'
customFieldsobject[]List of custom field name/value pairs to include with the request
addressSuburbstringSuburb or city of the address
addressCountrystringCountry of the address
addressPostcodestringPostal code for the address
enquiryDescriptionstringDescription of the quote request
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 CustomerASCORA_DELETE_CUSTOMERAcciónTool to delete a specific customer by id. use after confirming the customer exists.
ASCORA_DELETE_CUSTOMERAcciónTool to delete a specific customer by id. use after confirming the customer exists.
Parámetros de entrada
customer_idstringObligatorioUnique 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
Get CustomersASCORA_GET_CUSTOMERSAcciónTool to retrieve a list of customers. use after authenticating with your api key.
ASCORA_GET_CUSTOMERSAcciónTool to retrieve a list of customers. use after authenticating with your api key.
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 JobsASCORA_GET_JOBSAcciónTool to retrieve jobs. use when you need to filter and paginate job listings from ascora.
ASCORA_GET_JOBSAcciónTool to retrieve jobs. use when you need to filter and paginate job listings from ascora.
Parámetros de entrada
pageintegerPage number for pagination (1-based).
endDatestringFilter jobs created on or before this date (ISO 8601 date, YYYY-MM-DD).
jobTypestringFilter by job type, e.g., 'Installation' or 'Service'.
pageSizeintegerNumber of jobs per page, between 1 and 1000.
jobStatusstringFilter by main job status, e.g., 'Open', 'Closed'.
startDatestringFilter jobs created on or after this date (ISO 8601 date, YYYY-MM-DD).
secondaryStatusstringFilter by secondary status of the job.
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