I’m currently trying to automate the creation of recipes in WordPress using the Tasty Recipes plugin and Make.com (formerly Integromat). I’ve configured my scenario in Make.com to fill in the required fields (like author_name
, description
, ingredients
, etc.) under Metadata (custom fields). However, even though the scenario runs without errors, the recipe is not appearing in the post — it seems like it hasn’t been initialized properly.
Here are some specifics about my setup:
- I’ve set the Post Type to
tasty_recipes
in Make.com. - Under Metadata, I’ve added the following fields:
_recipe_author_name: my author
description: A delicious homemade recipe
- Other fields like
ingredients
,instructions
,prep_time
, etc.
Despite this configuration, the post gets created in WordPress, but the recipe section is empty.