n8n Integration
Active POST Webhook workflow with an explicit success response.
n8n
Build an active POST Webhook workflow that publishes all locales before responding to Blogent.
The workflow receives the standard Blogent JSON contract: publish every language in article, copy the temporary cover into persistent storage, preserve language-specific aliases, and map the optional author fields.
Test connection always sends a real article. Make, n8n, and Wix must return {"posted": true} only after publishing finishes. ApiX-Drive, Albato, and Zapier acknowledge the queued workflow first, so Blogent asks you to verify the run and the resulting article on the destination site.
- Add a Webhook node with method POST. Configure Header auth if needed and use the Production URL after activating the workflow.
- Convert the
articleobject into items, process every language, and use the destination node or HTTP Request node to upsert articles by language plus alias. - Copy the cover into persistent storage and fail the workflow if any language or image cannot be published.
- Use Respond to Webhook as the final successful node with HTTP 200 JSON
{"posted": true}, then run Blogent’s real connection test.
This integration receives the standard Blogent JSON payload. Review the full contract — fields, HTML tags, response format — and try the live webhook tester.
Webhook tester
Send a test article to your endpoint and check how the CMS processes the data. Edit the JSON if needed.
Put your SEO blog on autopilot
Create a blog, connect n8n, and Blogent will plan, write, link, and publish articles automatically.