WordPress Integration
Official plugin from WordPress.org: install, activate, paste one webhook URL.
WordPress plugin
The ready plugin handles autopublishing and takes care of the integration. Install it from WordPress.org, activate it, and add the webhook from the dashboard.
Plugin setup
- Install & activate the plugin in the WordPress dashboard.
- Settings → Blogent SeoBlog: open the settings page.
- Map languages if you use non-standard codes (for example,
uk=ua). - Set blog categories for each language (category slugs).
- Copy the webhook URL from the plugin and paste it into the Blogent dashboard.
- Custom images: in Rubric Image IDs add category keys in the format
key=id1,id2. The key must matchimage_categoryfrom the webhook.
How the plugin selects images
- If the webhook sends
image(direct URL) — it is used. - If it sends
image_category(custom images) — the plugin finds the key in Rubric Image IDs and picks a random ID from the list. - If there is no
image_categorybut a rubric is set — it takes the ID by rubric key. - If nothing matches — it takes an image from the
Blogent_blog_photofolder.
Universal webhook contract
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.