Create Fortnox Customer
fortnox_create_customerCreate a new customer in Fortnox, entering contact, address, VAT, currency, and payment information.
Instructions
Create a new customer in Fortnox.
Args:
name (string): Customer name (required)
customer_number (string): Customer number (auto-generated if not provided)
organisation_number (string): Company registration number
email (string): Primary email address
phone (string): Primary phone number
address1, address2, zip_code, city, country, country_code: Address fields
currency (string): 3-letter currency code (e.g., 'SEK')
vat_number (string): VAT registration number
vat_type ('SEVAT' | 'EUVAT' | 'EUREVERSEDVAT' | 'EXPORT'): VAT type
terms_of_payment (string): Payment terms code
price_list (string): Price list code
comments (string): Internal comments
Returns: The created customer with assigned customer number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City | |
| name | Yes | Customer name (required) | |
| No | Primary email address | ||
| phone | No | Primary phone number | |
| country | No | Country name | |
| address1 | No | Street address line 1 | |
| address2 | No | Street address line 2 | |
| comments | No | Internal comments about the customer | |
| currency | No | Currency code (e.g., 'SEK', 'EUR') | |
| vat_type | No | VAT type for the customer | |
| zip_code | No | Postal/ZIP code | |
| price_list | No | Price list code | |
| vat_number | No | VAT registration number | |
| country_code | No | Two-letter country code (e.g., 'SE' for Sweden) | |
| customer_number | No | Customer number (auto-generated if not provided) | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |
| terms_of_payment | No | Payment terms code | |
| organisation_number | No | Organisation/company number |