Add a location
create_locationMUTATES YouCanBookMe data: adds a location to a profile. YCBM API: POST /v1/profiles/{profileId}/locations (JSON). Required: kind (location type) and strategy (how it is assigned). Use the fields passthrough for value, notes, and other documented fields. The path profileId is never sent in the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | The location kind/type (required). | |
| notes | No | Notes shown with the location. | |
| value | No | The location value (e.g. an address or link). | |
| fields | No | Additional documented YCBM fields to send in the JSON write body — merged OVER the typed fields above. | |
| strategy | Yes | The location assignment strategy (required). | |
| profileId | Yes | The profile (booking page) id (path only; required). |