fiken_create_contact
Create a new contact (customer or supplier) with details like name, email, address, and bank account number. Add the contact to customer groups and set currency.
Instructions
Creates a new contact (customer/supplier)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Contact name (required) | |
| No | |||
| groups | No | Customer group names | |
| address | No | ||
| currency | No | ISO 4217 currency code, e.g. "NOK" | |
| customer | No | True if this contact is a customer | |
| inactive | No | ||
| language | No | Language code, e.g. "norwegian" | |
| supplier | No | True if this contact is a supplier | |
| phoneNumber | No | ||
| memberNumber | No | ||
| bankAccountNumber | No | ||
| organizationNumber | No |