Manage your blog posts and n8n integration
POST{
"all_blog_posts": [
{
"output": {
"title": "Blog Post Title",
"meta_description": "SEO description",
"blog_post": "## Markdown content here...",
"tags": ["tag1", "tag2"],
"outline": ["Section 1", "Section 2"]
}
}
]
}