How the Dorik connection works
Sorank has no native Dorik connector. Dorik exposes a public API and CMS, but blog publishing access depends on your plan and how your CMS collection is set up. Instead of maintaining a plugin, Sorank sends each finished article to your automation tool, Make.com or the open-source n8n, which calls Dorik to create the post.- Sorank generates the article: title, body, images, internal links, FAQ.
- A webhook fires as soon as the article is ready.
- Make.com or n8n sends it to your Dorik CMS through the public API.
Step 1: Open the Integrations page in Sorank
In the left menu, open Settings, then Publishing platforms. Select Webhook.Step 2: Build the scenario in Make.com or n8n
- In Make.com or n8n, create a scenario that starts with a Webhook trigger and paste the Sorank URL.
- Add an HTTP request module. Dorik has no dedicated app, so use the generic HTTP module both tools provide.
- Target the Dorik public API for your CMS collection, with your API key for authentication.
- Map the Sorank fields to your Dorik CMS fields and switch the scenario on.

