Propose this week's candidates
propose_recipesInitiates a weekly meal planning cycle by storing candidate recipes and returning a ballot with voting links for members to choose.
Instructions
Start a weekly cycle: store the candidate recipes (normally 10) and return numbered candidates, a ballot_text (with a {vote_link} placeholder for message_group), and each member's vote link. Re-calling for the same week_start replaces the candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipes | Yes | ||
| week_start | No | YYYY-MM-DD, defaults to today |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | ||
| candidates | Yes | ||
| image_urls | Yes | ||
| vote_links | Yes | ||
| ballot_text | Yes | Message text with a {vote_link} placeholder |