App
Frihet
Frihet is a Spanish business-management and accounting platform for small companies and freelancers. Create and send invoices and quotes, record expenses, manage customers, products and services, read accounting and tax reports, and handle Spanish tax compliance including VeriFactu electronic invoicing, IVA and IRPF.
What your agent can do with Frihet
Triggers and actions 1 trigger · 37 actions
- TriggerNew Expense
Fires when a new expense is created. Backed by vendor webhook registration (POST /v1/webhooks, event=expense.created).
- ActionAdd Client
Create a client. POST /v1/clients
- ActionAdd Deposit
Create a deposit. POST /v1/deposits
- ActionAdd Expense
Create an expense. POST /v1/expenses
- ActionAdd Invoice
Create an invoice. POST /v1/invoices
- ActionAdd Product
Create a product. POST /v1/products
- ActionAdd Quote
Create a quote. POST /v1/quotes
- ActionAdd Vendor
Create a vendor. POST /v1/vendors
- ActionApply deposit to invoice
Apply a deposit balance to an invoice. POST /v1/deposits/{depositId}/apply
- ActionDelete Client
Delete a client. DELETE /v1/clients/{clientId}
- ActionDelete Expense
Delete an expense. DELETE /v1/expenses/{expenseId}
- ActionDelete Invoice
Delete an invoice. DELETE /v1/invoices/{invoiceId}
- ActionDelete Product
Delete a product. DELETE /v1/products/{productId}
- ActionDelete Quote
Delete a quote. DELETE /v1/quotes/{quoteId}
- ActionDelete Vendor
Delete a vendor. DELETE /v1/vendors/{vendorId}
- ActionGet Client
Retrieve a client by id. GET /v1/clients/{clientId}
- ActionGet Deposit
Retrieve a deposit by id. GET /v1/deposits/{depositId}
- ActionGet Expense
Retrieve an expense by id. GET /v1/expenses/{expenseId}
- ActionGet Invoice
Retrieve an invoice by id. GET /v1/invoices/{invoiceId}
- ActionGet Product
Retrieve a product by id. GET /v1/products/{productId}
- ActionGet Quote
Retrieve a quote by id. GET /v1/quotes/{quoteId}
- ActionGet Vendor
Retrieve a vendor by id. GET /v1/vendors/{vendorId}
- ActionList Clients
List clients. GET /v1/clients
- ActionList Deposits
List deposits. GET /v1/deposits
- ActionList Expenses
List expenses. GET /v1/expenses
- ActionList Invoices
List invoices. GET /v1/invoices
- ActionList Products
List products. GET /v1/products
- ActionList Quotes
List quotes. GET /v1/quotes
- ActionList Vendors
List vendors. GET /v1/vendors
- ActionMark invoice as paid
Mark an invoice as paid. POST /v1/invoices/{invoiceId}/paid
- ActionSend Invoice
Send invoice by email to the client. POST /v1/invoices/{invoiceId}/send
- ActionSend Quote
Send quote by email to the client. POST /v1/quotes/{quoteId}/send
- ActionUpdate Client
Partial update a client. PATCH /v1/clients/{clientId}
- ActionUpdate Expense
Partial update an expense. PATCH /v1/expenses/{expenseId}
- ActionUpdate Invoice
Partial update an invoice. PATCH /v1/invoices/{invoiceId}
- ActionUpdate Product
Partial update a product. PATCH /v1/products/{productId}
- ActionUpdate Quote
Partial update a quote. PATCH /v1/quotes/{quoteId}
- ActionUpdate Vendor
Partial update a vendor. PATCH /v1/vendors/{vendorId}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Frihet API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.