> ## Documentation Index
> Fetch the complete documentation index at: https://sorank.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Bubble to Sorank

> Doc Sorank - Bubble

Want to publish SEO articles to your **Bubble** app automatically? Sorank writes optimized posts and pushes them out through a [webhook](/documentation/webhooks) and an automation tool such as **Make.com** or **n8n**, so your blog grows on autopilot.

## 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](https://app.sorank.com/settings/integrations/publishing). Select **Webhook**.

## Step 2: Build the scenario in Make.com or n8n

1. In Make.com or n8n, create a scenario that starts with a **Webhook** trigger and paste the Sorank URL.
2. Add an **HTTP request** module. Bubble has a dedicated Make.com app, or use the generic HTTP module in either tool.
3. Enable the Data API in your Bubble app, then target `POST /api/1.1/obj/yourtype` with a **Bearer** token.
4. Map the Sorank fields to your Bubble data type fields and switch the scenario on.

Reference: [Bubble, the Data API](https://manual.bubble.io/help-guides/integrations/api/the-bubble-api/the-data-api).

## Step 3: Publish an article

Open any article in Sorank, click **Publish** and confirm. The webhook fires, your scenario creates the record, and the post appears in your Bubble app with its images, links and FAQ.

## Prefer zero setup?

If you would rather skip the automation step, Sorank can [host your blog](/documentation/host-your-blog-on-sorank) on your own subdomain, with no code. Your articles publish in one click and the SEO value stays on your domain.

## Frequently asked questions

**Does Sorank have a native Bubble integration?** Not yet. Bubble connects through Make.com or n8n and its Data API, fully automated once set up.

**Can I use n8n instead of Make.com?** Yes. Any tool that catches a webhook and sends an HTTP request works, including n8n, Make.com or Zapier.

**Do images and internal links come through?** Yes. Sorank sends the full article body, so images, internal links, tables and the FAQ are created with the post.
