Strapi Integration
Ready package for Strapi: protected endpoint, media storage, idempotent publishing.
Strapi integration package
The ready package adds a protected Blogent publishing endpoint to your Strapi project: payload validation, authorization, image download to the media library, and idempotent article storage.
Setup
- Download the integration package and add it to your Strapi project following the bundled README.
- Set the
BLOGENT_WEBHOOK_TOKENsecret in your Strapi environment. - Deploy the project and copy the public webhook URL (for example
https://your-site.com/api/blogent/webhook). - In the Blogent dashboard open Integrations → Strapi, paste the URL, set the
X-Blogent-Tokenheader, and run the connection test.
The connection test publishes a real uniquely aliased article through the same path as production content — verify it appears in your Strapi collection before connecting.
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.