Runs
A run is one full cycle of the Wonderblogs content pipeline — from researching a topic to delivering a finished blog post. Think of it as pressing "go" on your content engine.
What happens during a run
Each run follows a structured pipeline to produce high-quality, on-brand content:
- Context fetch — Wonderblogs calls your Service URL to learn about your brand, audience, and content preferences.
- Research — AI-powered web search gathers relevant, up-to-date information on the topic.
- Writing — An AI model drafts a complete blog post with title, content, SEO metadata, and tags.
- Evaluation — A separate AI review checks the draft for quality, relevance, and brand alignment. The post may be revised based on feedback.
- Publishing — The finished post is delivered to your Webhook URL.
Three ways to trigger a run
- Manual — Click Run Now on the Runs page to start immediately. You can optionally specify a topic or angle for the post.
- Scheduled (cron) — Set a cron schedule in your site settings and Wonderblogs handles the rest automatically.
- API — Trigger runs programmatically from your own systems using a per-site API key. See the API Documentation for details.
Run statuses
| Status | What it means |
|---|---|
| Executing | The run is currently in progress. |
| Completed | All steps finished successfully and the post was delivered. |
| Failed | The run encountered an error. Check the log for details. |
Run logs
Every run records a detailed step-by-step log. Click on any run to see what happened at each stage — with timestamps and feedback from the AI review. This makes it easy to understand the result and diagnose any issues.
Live progress
While a run is executing, the run detail page updates in real time. You can watch the workflow progress live as it moves through research, writing, evaluation, and publishing.