Finmei
Overview
SLUG: FINMEI
Description
Finmei is an invoicing tool designed to simplify billing processes, allowing users to create and manage invoices and track expenses efficiently.
Authentication Details
API Key
Connecting to Finmei
Create an auth config
Use the dashboard to create an auth config for the Finmei toolkit. This allows you to connect multiple Finmei accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Finmei Auth Config”. After creation, copy the displayed ID starting with ac_. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Finmei toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
FINMEI_CREATE_INVOICE
Tool Name: Create Invoice
Description
Action Parameters
Action Response
FINMEI_DELETE_CUSTOMER
Tool Name: Delete Customer
Description
Action Parameters
Action Response
FINMEI_DELETE_INVOICE
Tool Name: Delete Invoice
Description
Action Parameters
Action Response
FINMEI_DELETE_PAYMENT
Tool Name: Delete Payment
Description
Action Parameters
Action Response
FINMEI_DELETE_PRODUCT
Tool Name: Delete Product
Description
Action Parameters
Action Response
FINMEI_GET_PAYMENT
Tool Name: Get Payment
Description
Action Parameters
Action Response
FINMEI_GET_PRODUCT
Tool Name: Get Product by ID
Description
Action Parameters
Action Response
FINMEI_LIST_CURRENCIES
Tool Name: List Currencies
Description
Action Parameters
Action Response
FINMEI_LIST_CUSTOMERS
Tool Name: List Customers
Description
Action Parameters
Action Response
FINMEI_LIST_INVOICES
Tool Name: List Invoices
Description
Action Parameters
Action Response
FINMEI_LIST_PAYMENTS
Tool Name: List Payments
Description
Action Parameters
Action Response
FINMEI_LIST_PRODUCTS
Tool Name: List Products
Description
Action Parameters
Action Response
FINMEI_UPDATE_CUSTOMER
Tool Name: Update Customer
Description
Action Parameters
Action Response
FINMEI_UPDATE_PRODUCT
Tool Name: Update Product
Description
Action Parameters
Action Response