Skip to content

Odoo

Odoo 19+ provides a modern JSON-2 API for integration. The Base URL is https://{your-odoo-instance}/api/v2.

See the Odoo JSON-2 API documentation for full details.

Setup Guide

You'll need the following information to set up your Odoo connector with Iconnek SYNC:

InputNotesExample
Odoo URLThe base URL of your Odoo instancehttps://mycompany.odoo.com
API KeyGenerated from your Odoo user account settings

Preparing the connection

Generate an API Key

  1. Log in to your Odoo instance.
  2. Navigate to Settings → Users & Companies → Users.
  3. Select the user that will be used for the integration.
  4. Go to the API Keys tab.
  5. Click New API Key.
  6. Enter a description (e.g., iconnek SYNC) and confirm.
  7. Copy the generated API key — it will only be shown once.

WARNING

Store your API key securely. It cannot be retrieved after the initial generation. If lost, you will need to create a new one.

Configure the connector in SYNC

  1. In your SYNC workspace, add an Odoo connector node to your scenario.
  2. Enter the Odoo URL (e.g., https://mycompany.odoo.com).
  3. Enter the API Key you generated.
  4. Save and test the connection.