Add a team member
create_team_memberMUTATES YouCanBookMe data: adds a team member to a profile. YCBM API: POST /v1/profiles/{profileId}/teammembers/items (JSON). Required: name; calendarId links the member to a calendar (find it via list_available_accounts). Use the fields passthrough for email, description, pic, etc. The path profileId is never sent in the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The team member's display name (required). | |
| fields | No | Additional documented YCBM fields to send in the JSON write body — merged OVER the typed fields above. | |
| profileId | Yes | The profile (booking page) id (path only; required). | |
| calendarId | No | The calendar id to link (see list_available_accounts). |