Altoviz

Learn how to use Altoviz with Composio

Overview

Enum

ALTOVIZ

Description

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

Authentication Details

api_key
stringRequired

Actions

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

Action Parameters

active
booleanRequired
default_quantity
numberRequired
description
stringRequired
family
object
internal_id
string
internal_notes
string
is_unit_price_tax_included
booleanRequired
name
stringRequired
number
stringRequired
product_type
stringRequired
purchase_price
numberRequired
unit
object
unit_price
numberRequired
vat
object

Action Response

data
object
error
successful
boolean

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

Action Parameters

product_id
stringRequired

Action Response

data
object
error
successful
boolean

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

Action Parameters

email
stringRequired

Action Response

data
object
error
successful
boolean

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.

Action Parameters

email
stringRequired

Action Response

data
object
error
successful
boolean

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.

Action Parameters

product_number
stringRequired

Action Response

data
object
error
successful
boolean

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.

Action Parameters

type
string

Action Response

data
object
error
successful
boolean

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.

Action Parameters

Action Response

data
object
error
successful
boolean

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.

Action Parameters

Action Response

data
object
error
successful
boolean

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.

Action Parameters

cell_phone
string
company_name
string
customer_id
stringRequired
email
string
first_name
string
internal_id
string
last_name
string
phone
string
title
string

Action Response

data
object
error
successful
boolean