Preview a workout
preview_workoutCompile a workout into SuuntoPlus guide format and return it without uploading to surface unit conversions, truncated titles, and validation errors before they reach your watch.
Instructions
Compile a structured workout into the SuuntoPlus guide format and return it WITHOUT uploading. Use this first: it surfaces unit conversions, truncated titles and validation errors, so mistakes are caught before anything reaches the watch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | yyyy-MM-dd. Pins the guide to a date in the Suunto calendar | |
| steps | Yes | The session, in order | |
| title | Yes | Guide name, max 60 chars | |
| profile | No | Required only when the workout uses pctMax, pctLthr or pctFtp targets | |
| activities | No | Sports this guide offers itself for. The first drives pace-vs-speed display | |
| externalId | No | Stable id for idempotent re-pushes. Derived from the session when omitted | |
| description | Yes | Shown in the Suunto app listing, max 256 chars | |
| finalMessage | No | Closing screen shown when the session ends, max 13 chars | |
| shortDescription | No | Shown on the watch itself, max 23 chars. Defaults to title |