Create a Wedyesday workspace link
create_wedyesday_workspace_linkTurn a wedding plan into a private link the couple can open to save it as a free Wedyesday workspace — checklist, budget, guest list, RSVPs and a wedding website. Pass the same answers used for build_wedding_plan. This creates no account and stores no personal details; the couple signs up themselves when they open the link. Give them the link and tell them it expires in 14 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget | No | Total budget in whole currency units (e.g. 45000). Omit if the couple does not have one yet — a regional typical figure is used instead. | |
| region | No | Region slug from list_wedding_markets, e.g. "melbourne". Drives the budget split and legal steps. | |
| season | No | Required when dateMode is "season". | |
| country | No | ISO country code: AU, US, GB, NZ or IN. Defaults to AU. | |
| dateMode | No | "fixed" when the date is set, "season" when only a season and year are known, "undecided" otherwise. | |
| location | No | Where the wedding is, e.g. "Melbourne, VIC". | |
| eventDate | No | Wedding date as YYYY-MM-DD. Required when dateMode is "fixed". | |
| guestCount | Yes | Expected number of guests, 2-2000. | |
| partnerOne | No | First partner's first name. | |
| partnerTwo | No | Second partner's first name. | |
| priorities | No | Up to three things that matter most. Values: venue, photography, food, music, flowers, videography, attire, styling. | |
| seasonYear | No | Year for the chosen season. |