Closed bennettmsherman closed 3 weeks ago
This looks to be a documentation issue.
I found a TODO
covering this: https://github.com/mealie-recipes/mealie/blob/mealie-next/mealie/services/event_bus_service/event_bus_listeners.py#L145
Yup that TODO has been around for a hot minute. Gonna leave this open to track it. Thanks for the report!
You're welcome, thanks for your work on this project!
While setting this up, two additional customizations that could be useful popped into my head:
These two customizations would allow for the expected use case of "send today's meal plan at ${time}" to work, in addition to a use case like "send a notification for the upcoming week's meals each sunday at 9PM".
FYI this has been resolved in nightly: https://github.com/mealie-recipes/mealie/pull/4111
First Check
What is the issue you are experiencing?
I spun up n8n to test out Mealie's webhook integration. Ultimately my goal is to send daily emails with the mealplan contents for the day.
The webhook config page in mealie says:
In practice, I'm seeing mealplan items in the webhook body for the current day, but also past and future.
Steps to Reproduce
Please provide relevant logs
Sample payload when using test button:
Sample payload from a scheduled run:
Mealie Version
v1.11.0 - a41ad8c6ed968b43e5674ce77785dbdf76f77f57
Deployment
Docker (Linux)
Additional Deployment Details
No response