NAiOS IconNAiOS Logo
Volver al catálogo

Altoviz

altoviz

Altoviz is a cloud-based billing and invoicing platform for businesses, offering online payments, expense tracking, document management, and customizable invoices.

Acciones
9
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 (9)

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.

Create ProductALTOVIZ_CREATE_PRODUCTAcción

Creates a new product in the altoviz system. this tool allows for the independent creation of a product with all necessary details.

Parámetros de entrada

  • vatobject

    VAT details containing rate and region

  • namestringObligatorio

    Name of the product

  • unitobject

    Unit of measurement details

  • activebooleanObligatorio

    Whether the product is active

  • familyobject

    Product family details

  • numberstringObligatorio

    Product number/SKU

  • unit_pricenumberObligatorio

    Unit price of the product

  • descriptionstringObligatorio

    Product description

  • internal_idstring

    Internal ID used in your system

  • product_typestringObligatorioenum

    Type of product (Product or Service)

    ProductService
  • internal_notesstring

    Internal notes about the product

  • purchase_pricenumberObligatorio

    Purchase price of the product

  • default_quantitynumberObligatorio

    Default quantity for the product

  • is_unit_price_tax_includedbooleanObligatorio

    Whether the unit price includes VAT

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

This tool allows you to delete an existing product from altoviz. the action permanently removes the product from the system.

Parámetros de entrada

  • product_idstringObligatorio

    The unique identifier of the product 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

Find Contact by EmailALTOVIZ_FIND_CONTACTAcción

This tool allows searching for contacts in altoviz using an email address. the action is independently executable and returns contact details if found.

Parámetros de entrada

  • emailstringObligatorioemail

    The email address to search for in contacts

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

Find Customer by EmailALTOVIZ_FIND_CUSTOMERAcción

This tool allows you to find a customer in altoviz by their email address. this is a standalone action that doesn't require any resource ids or dependencies on other tools.

Parámetros de entrada

  • emailstringObligatorioemail

    The email address of the customer to find

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

Find Product by NumberALTOVIZ_FIND_PRODUCTAcción

This tool allows users to find products in altoviz using the product number. it retrieves detailed product information including id, name, number, description, price, and other relevant metadata. it is a critical operation for product management in altoviz.

Parámetros de entrada

  • product_numberstringObligatorio

    The product number to search for

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

This tool retrieves a list of classifications from the altoviz platform. classifications are essential for producing accounting registers from user-created invoices. it can fetch all classifications or filter them by type.

Parámetros de entrada

  • typestringenum

    Filter classifications by type. Allowed values are 'Sale', 'Expense', or 'Other'.

    SaleExpenseOther

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

This tool retrieves a list of all available units in the altoviz system. units are used for product measurements and quantity specifications in various transactions.

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

This tool retrieves a list of all available vat rates from altoviz. it's essential for creating and managing invoices and quotes where vat calculations are required. it supports retrieving vat rates, validating them for different regions, and ensuring correct tax calculations in financial documents.

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

Update Customer InformationALTOVIZ_UPDATE_CUSTOMERAcción

This tool updates an existing customer's information in altoviz. it enables modification of various customer details including contact information, company details, and personal information.

Parámetros de entrada

  • emailstringemail

    Customer's email address

  • phonestring

    Customer's phone number

  • titlestring

    Customer's title

  • last_namestring

    Customer's last name

  • cell_phonestring

    Customer's cell phone number

  • first_namestring

    Customer's first name

  • customer_idstringObligatorio

    The unique identifier of the customer to update

  • internal_idstring

    Customer's internal ID

  • company_namestring

    Customer's company name

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