Create client
create_clientCreate a client in Smart NPV CRM by passing borrower field names (e.g., firstname_1, income_1) in the params object.
Instructions
Create a new client. Fields go inside params, using the _1/_2 borrower field names from docs/client-fields.md (e.g. firstname_1, phone_1, income_1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Object of fields passed to Smart NPV as documented in its API. |