For the complete documentation index, see llms.txt. This page is also available as Markdown.

Is planned_workout a valid webhook type?

planned_workout is a valid webhook type, sent for integrations that deliver planned-workout data.

planned_workout is a valid webhook type, sent for integrations that deliver planned-workout data.

  • It follows the standard webhook envelope, with planned-workout-specific fields.

  • Update your handler to accept it.

As a general rule, handle unrecognised webhook types gracefully rather than erroring, so future types do not break your endpoint.

Last updated

Was this helpful?