Add Team Phone
add_team_phoneAdd a teammate's (or the owner's) cell to the phone system's team ring group so it rings before Kai answers. Idempotent — a cell already in the group reports ring_group already_member. Owners and admins are also registered on the admin roster, so calling the business line from that cell reaches the admin secretary; a member only rings. The business's own forwarded-from office line is refused (forwarding_loop) because ringing it would bounce the call straight back. Requires the phone system to be set up first (set_up_phone_system). Mirrors POST /api/v1/phone-system action=add_ring_group_member.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name for this teammate (optional). | |
| role | No | member only rings; owner and admin also get admin-secretary access from this cell. Defaults to admin. | |
| business_id | No | Business ID (required when the token can access multiple businesses). | |
| phone_number | Yes | The cell to add, US format (e.g. (908) 555-1234 or +19085551234). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Present when success is false. | |
| error | No | Present when success is false | |
| member | No | ||
| success | Yes | Whether the tool completed successfully | |
| business_id | No |