> ## 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 Odoo to Sorank

> Doc Sorank - Odoo

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

## How the Odoo connection works

Sorank has no native Odoo connector, and that is intentional: Odoo exposes a standard **external API** over XML-RPC and JSON-RPC that can create records. Instead of maintaining a module, Sorank sends each finished article to your automation tool, **Make.com** or the open-source **n8n**, which calls Odoo to create the blog 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** calls Odoo's external API to `create` a `blog.post` record.

## Step 1: Open the Integrations page in Sorank

Click your **profile avatar** in the top-right corner, choose **Settings**, then open the **Integrations** tab and copy your **webhook** URL.

## 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 the action that calls Odoo. Odoo has a dedicated Make.com app, or use the generic HTTP module in either tool.
3. Authenticate with your Odoo database name, user and **API key**, then call the `create` method on the `blog.post` model.
4. Map the Sorank fields to the Odoo blog post fields and switch the scenario on.

Reference: [Odoo external API](https://www.odoo.com/documentation/18.0/developer/reference/external_api.html).

## 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 Odoo blog 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 Odoo integration?** Not yet. Odoo connects through Make.com or n8n and its external API, fully automated once set up. A native connector is on the roadmap.

**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.
