> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/webhook/payload-content-and-provider-quirks/unrecognized-webhook-type-handling.md).

# Is planned\_workout a valid webhook type?

`planned_workout` is a valid webhook type, sent for integrations that deliver [planned-workout data](https://docs.tryterra.co/health-and-fitness-api/managing-user-health-data/write-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.
