mealie/docs/docs/api/api-usage.md
2021-01-09 13:34:20 -09:00

597 B

Usage

Key Components

Recipe Extras

Recipes extras are a key feature of the Mealie API. They allow you to create custom json key/value pairs within a recipe to reference from 3rd part applications. You can use these keys to contain information to trigger automation or custom messages to relay to your desired device.

For example you could add {"message": "Remember to thaw the chicken"} to a recipe and use the webhooks built into mealie to send that message payload to a destination to be processed.

api-extras-gif

Examples

Have Ideas? Submit a PR!