advbox_create_customer
Create a customer record in Advbox by providing user ID, origin ID, and name, with optional contact and address details.
Instructions
Create a new customer in Advbox. Requires user ID, origin ID, and customer name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City | |
| name | Yes | Customer name | |
| No | Customer email address | ||
| notes | No | Additional notes | |
| phone | No | Phone number (99999999999 or (99) 99999-9999) | |
| state | No | State (e.g., SP, RJ) | |
| document | No | Customer document number | |
| users_id | Yes | ID of the user creating the customer | |
| birthdate | No | Birthdate (YYYY-MM-DD) | |
| cellphone | No | Cellphone number | |
| occupation | No | Occupation/profession | |
| postalcode | No | Postal code (99999-999) | |
| identification | No | Customer CPF/CNPJ (e.g., 123.456.789-01) | |
| customers_origins_id | Yes | ID of the customer origin |