NAiOS IconNAiOS Logo
Volver al catálogo

Ascora

ascora

Ascora 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
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to delete a specific customer by id. use when you need to remove a customer after confirming its existence.

Parámetros de entrada

  • customer_idstringObligatorio

    Unique identifier of the customer to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create QuotationASCORA_CREATE_QUOTATIONAcción

Tool to create a new quotation. use when submitting a customer quote request via the ascora api.

Parámetros de entrada

  • emailanyObligatorioemail

    Customer's email address

  • phonestring

    Customer's landline phone number

  • mobilestring

    Customer's mobile phone number

  • lastNamestringObligatorio

    Customer's last name

  • firstNamestringObligatorio

    Customer's first name

  • companyNamestringObligatorio

    Name of the customer's company

  • addressLine1string

    First line of the address, e.g., street and number

  • addressLine2string

    Second line of the address, e.g., unit or suite

  • addressStatestring

    State or territory of the address, e.g., 'WA', 'NSW'

  • customFieldsobject[]

    List of custom field name/value pairs to include with the request

  • addressSuburbstring

    Suburb or city of the address

  • addressCountrystring

    Country of the address

  • addressPostcodestring

    Postal code for the address

  • enquiryDescriptionstring

    Description of the quote request

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete CustomerASCORA_DELETE_CUSTOMERAcción

Tool to delete a specific customer by id. use after confirming the customer exists.

Parámetros de entrada

  • customer_idstringObligatorio

    Unique identifier of the customer to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CustomersASCORA_GET_CUSTOMERSAcción

Tool to retrieve a list of customers. use after authenticating with your api key.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get JobsASCORA_GET_JOBSAcción

Tool to retrieve jobs. use when you need to filter and paginate job listings from ascora.

Parámetros de entrada

  • pageinteger

    Page number for pagination (1-based).

  • endDatestring

    Filter jobs created on or before this date (ISO 8601 date, YYYY-MM-DD).

  • jobTypestring

    Filter by job type, e.g., 'Installation' or 'Service'.

  • pageSizeinteger

    Number of jobs per page, between 1 and 1000.

  • jobStatusstring

    Filter by main job status, e.g., 'Open', 'Closed'.

  • startDatestring

    Filter jobs created on or after this date (ISO 8601 date, YYYY-MM-DD).

  • secondaryStatusstring

    Filter by secondary status of the job.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not