How the Bubble connection works
Sorank has no native Bubble connector, and that is intentional. Bubble exposes a Data API that can create records in your app’s database. Instead of maintaining a plugin, Sorank sends each finished article to your automation tool, Make.com or the open-source n8n, which calls the Bubble Data API 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 Bubble Data API as a new entry in your blog data type.
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. Bubble has a dedicated Make.com app, or use the generic HTTP module in either tool.
- Enable the Data API in your Bubble app, then target
POST /api/1.1/obj/yourtypewith a Bearer token. - Map the Sorank fields to your Bubble data type fields and switch the scenario on.

