billy_create_contact
Create a new contact with customer or supplier details, including address, email, and phone. Requires explicit confirmation to execute the write.
Instructions
Create a new contact. WRITE — requires confirm:true. Shape: { name, isCustomer, isSupplier, countryId, street?, city?, zipcode?, registrationNo?, email?, phone? }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | REQUIRED to execute. Pass true to actually run the mutation. Without it, this tool returns a dry-run preview of what would happen — explicit second call with confirm:true is needed to write. | |
| contact | Yes |