Hey @Edgard_Neto
For your proposed use case, the simplest option is to follow the recommendations below:
- Create a template of the post with the layout and structure you want. This is recommended, because each WordPress editor (core, Elementor, Divi, Visual Composer) generates specific code that stores along with the information you include in the
post_content
column of the corresponding post ID in thewp_posts
table of the database.
- From here, you just create the new post with the WordPress node, including the title and leaving it in draft.
- Add the post information and the template layout using the MySQL node and updating
post_content
of the generated post ID in the WordPress node above.
For this last point and to update the Yoast SEO information just follow the example here.