Set Owner Phone
set_owner_phoneSave the owner's own mobile number on the business record so Kai can ring it first and so activation/forwarding follow-ups can reach a human. A number is not fully set up until this is on file and forwarding is verified — connecting the number alone does not prove the owner can be reached. US numbers only; the number is normalized to E.164 and rejected if it cannot be validated as a US mobile/landline number. When ring_first is true (default), also configures ring-first routing so calls hit this cell before overflowing to the secretary — the same path used at signup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ring_first | No | When true (default), ring this number first and overflow to the secretary. When false, only saves the number. | |
| business_id | No | Business ID (optional only when the token can access exactly one business). | |
| owner_phone | Yes | The owner's own mobile number, US format (e.g. (908) 555-1234 or +19085551234). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when success is false | |
| status | No | ||
| success | Yes | Whether the tool completed successfully | |
| next_step | No | ||
| business_id | No | ||
| ring_first_status | No | ||
| owner_phone_masked | No | ||
| ring_first_applied | No |