create_contact
Add a new person or company contact to the accounting system. Specify contact type, name, email, and role as customer or vendor.
Instructions
Erstellt einen neuen Kontakt (Person oder Firma) im Buchhaltungssystem. Creates a new contact (person or company).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Kontakttyp: Person oder Firma | |
| name | Yes | Nachname (Person) oder Firmenname (Firma) | |
| firstName | No | Vorname (nur bei Person) | |
| No | E-Mail-Adresse | ||
| role | No | Rolle: Kunde, Lieferant, oder beides | customer |
| backend | No | Backend (z.B. 'lexoffice'). Leer = default |