Authentication
Auth type: API Key Generate an API token in Bexio Settings → API Tokens.Actions
Bexio is available for Swiss companies only. Ensure your Bexio account has API access enabled under your plan before using this connector.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Set up the Bexio connector in Collabase Automation: API Key authentication and 8 actions such as List Contacts.
| Credential | Description |
|---|---|
| API Token | Your Bexio API token |
| Action | Key inputs | Key outputs |
|---|---|---|
| List Contacts | searchTerm, limit | contacts[], count |
| Get Contact | contactId | contactId, name, email, phone |
| Create Contact | name, email, phone, address | contactId, name |
| Create Invoice | contactId, title, positions[], dueDate | invoiceId, documentNumber |
| Get Invoice | invoiceId | invoiceId, status, total, dueDate |
| List Projects | status, limit | projects[], count |
| Create Project | name, contactId, startDate, endDate | projectId, name |
| Create Order | contactId, title, positions[] | orderId, documentNumber |
