create_customer
Add a new customer record to your invoicing system. Supply a name (required) plus optional email, phone, and currency so you can start billing them.
Instructions
Create a new customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| No | |||
| phone | No | ||
| currency_id | No | Defaults to 1 (the company's base currency). |