Turn a simple topic into a ready to publish blog post. A webhook receives the topic, research is run, and the system returns clean HTML ready for your site. Teams can also get a short preview in Telegram for fast review.
Here is how it works. A Webhook node collects the topic from a GET request on the pblog path. The topic is checked and improved with an LLM so it is clear and SEO friendly. A Perplexity research call gathers current information. An LLM then writes a full article in a strict JSON structure that includes category, title, metadata, content, and hashtags. Next, the draft is converted to HTML and then into a single line Tailwind styled page using a Basic LLM Chain. If checks validate each step. A Telegram node posts the first part of the text to a chat so editors can react quickly. The webhook responds with the final HTML or a clear error message.
You will need API keys for OpenAI and Perplexity, plus a Telegram bot and a chat id. Expect a large drop in drafting time and fewer copy and paste steps. This setup works well for marketing teams, agencies, and founders who publish often and want a repeatable, reliable content pipeline.