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:
| Input | Notes | Example |
|---|---|---|
| Odoo URL | The base URL of your Odoo instance | https://mycompany.odoo.com |
| API Key | Generated from your Odoo user account settings |
Preparing the connection
Generate an API Key
- Log in to your Odoo instance.
- Navigate to Settings → Users & Companies → Users.
- Select the user that will be used for the integration.
- Go to the API Keys tab.
- Click New API Key.
- Enter a description (e.g.,
iconnek SYNC) and confirm. - 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
- In your SYNC workspace, add an Odoo connector node to your scenario.
- Enter the Odoo URL (e.g.,
https://mycompany.odoo.com). - Enter the API Key you generated.
- Save and test the connection.
