clients-create
clients-createCreates a new billing entity by specifying client name, contact info, currency, default rate, and phone number for SMS routing.
Instructions
Creates a new client (billing entity)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_info | No | Contact/billing info as JSON object with name, phone, line1, line2, line3 fields. Phone is used for SMS routing. | |
| currency | No | Currency code (default: USD) | |
| default_rate | No | Default hourly billing rate | |
| name | Yes | Client name (e.g., NASTF, AASRA) | |
| phone | No | Phone number in E.164 format (e.g., +15551234567) |