Back to Integrations
integrationOdoo node
integrationTelegram node

Odoo and Telegram integration

Save yourself the work of writing custom integrations for Odoo and Telegram and use n8n instead. Build adaptable and scalable Data & Storage, Communication, and HITL workflows that work with your technology stack. All within a building experience you will love.

How to connect Odoo and Telegram

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Odoo and Telegram integration: Create a new workflow and add the first step

Step 2: Add and configure Odoo and Telegram nodes

You can find Odoo and Telegram in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Odoo and Telegram nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Odoo and Telegram integration: Add and configure Odoo and Telegram nodes

Step 3: Connect Odoo and Telegram

A connection establishes a link between Odoo and Telegram (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Odoo and Telegram integration: Connect Odoo and Telegram

Step 4: Customize and extend your Odoo and Telegram integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Odoo and Telegram with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Odoo and Telegram integration: Customize and extend your Odoo and Telegram integration

Step 5: Test and activate your Odoo and Telegram workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Odoo to Telegram or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Odoo and Telegram integration: Test and activate your Odoo and Telegram workflow

Real-time sales quote creation in Odoo via Telegram with Google Gemini AI

Overview

This template connects Telegram with Odoo to let your sales team create sales quotes and check product availability in real-time — just by sending chat messages.

It’s designed for sales representatives, distributors, and small business owners who want to manage quotes and product information quickly without logging into Odoo.

⚙️ How It Works

Once configured, this workflow listens to your Telegram bot for incoming messages.
Based on the message text, it performs different actions in Odoo:

Product Queries
Sales reps can ask about products directly in Telegram:

“What’s the price of Product B?”
“How many units of Product A are available?”

The workflow fetches real-time data from Odoo and replies instantly.

Sales Quote Creation
Sales reps can also create new sales quotes by typing messages like:

“My customer Amazon, his email address is [email protected]
wants to buy 10 pcs of Product A and 15 pcs of Product B.”

The workflow extracts relevant details, creates a sales quote in Odoo, and sends confirmation back in Telegram.

🧰 Setup Instructions

Create a Telegram Bot

Go to @BotFather
on Telegram.

Create a new bot and copy the API Token.

Prepare Odoo

Enable the Sales and Product modules.

Generate an API Key from your Odoo user account.

Note your Odoo URL (e.g., https://yourcompany.odoo.com).

Import Workflow

Open your n8n instance (self-hosted or cloud).

Click Import Workflow and upload the provided JSON file.

Add Credentials

Configure your Telegram credentials (Bot Token).

Configure your Odoo credentials (Base URL + API Key).

Activate the Workflow

Set the workflow to active to start listening for Telegram messages.

Send a sample message to your bot to test.

🧠 Use Cases
Sales reps capturing orders in the field
SMEs managing customer inquiries directly from Telegram
Real-time price and stock lookups without opening Odoo
Automation of repetitive sales quote tasks

🎛️ Customization Options

This workflow can be easily adapted to your business needs:

Change trigger platform: Replace Telegram with WhatsApp, Slack, or Discord using the respective n8n nodes.

Extend data fields: Add fields like delivery date, salesperson, or payment terms.

Auto-confirm orders: Add a node to automatically confirm a Sales Quote once approved.

✅ Requirements
Odoo v14 or later (with Sales module enabled)
Telegram Bot Token
n8n instance (Cloud or self-hosted)

💬 Example Prompts

Product Query:
“What’s the price of Product B?”
“How many units of Product A are available?”

Order Entry:
“My customer Amazon, his email address is [email protected]
wants to buy 10 pcs of Product A and 15 pcs of Product B.”

Nodes used in this workflow

Popular Odoo and Telegram workflows

+3

Real-time Sales Quote Creation in Odoo via Telegram with Google Gemini AI

Overview This template connects Telegram with Odoo to let your sales team create sales quotes and check product availability in real-time — just by sending chat messages. It’s designed for sales representatives, distributors, and small business owners who want to manage quotes and product information quickly without logging into Odoo. ⚙️ How It Works Once configured, this workflow listens to your Telegram bot for incoming messages. Based on the message text, it performs different actions in Odoo: Product Queries Sales reps can ask about products directly in Telegram: “What’s the price of Product B?” “How many units of Product A are available?” The workflow fetches real-time data from Odoo and replies instantly. Sales Quote Creation Sales reps can also create new sales quotes by typing messages like: “My customer Amazon, his email address is [email protected] wants to buy 10 pcs of Product A and 15 pcs of Product B.” The workflow extracts relevant details, creates a sales quote in Odoo, and sends confirmation back in Telegram. 🧰 Setup Instructions Create a Telegram Bot Go to @BotFather on Telegram. Create a new bot and copy the API Token. Prepare Odoo Enable the Sales and Product modules. Generate an API Key from your Odoo user account. Note your Odoo URL (e.g., https://yourcompany.odoo.com). Import Workflow Open your n8n instance (self-hosted or cloud). Click Import Workflow and upload the provided JSON file. Add Credentials Configure your Telegram credentials (Bot Token). Configure your Odoo credentials (Base URL + API Key). Activate the Workflow Set the workflow to active to start listening for Telegram messages. Send a sample message to your bot to test. 🧠 Use Cases Sales reps capturing orders in the field SMEs managing customer inquiries directly from Telegram Real-time price and stock lookups without opening Odoo Automation of repetitive sales quote tasks 🎛️ Customization Options This workflow can be easily adapted to your business needs: Change trigger platform: Replace Telegram with WhatsApp, Slack, or Discord using the respective n8n nodes. Extend data fields: Add fields like delivery date, salesperson, or payment terms. Auto-confirm orders: Add a node to automatically confirm a Sales Quote once approved. ✅ Requirements Odoo v14 or later (with Sales module enabled) Telegram Bot Token n8n instance (Cloud or self-hosted) 💬 Example Prompts Product Query: “What’s the price of Product B?” “How many units of Product A are available?” Order Entry: “My customer Amazon, his email address is [email protected] wants to buy 10 pcs of Product A and 15 pcs of Product B.”

Create Bosta shipping orders from Odoo invoices using OpenAI GPT models

What Problem Does It Solve? Manual Data Entry Bottlenecks:** Moving shipping data from Odoo to Bosta manually is slow and prone to errors, especially during high-volume periods. Address Mismatches:** Odoo stores addresses as unstructured text, while Bosta requires strict Zone/District IDs. Mismatches lead to failed deliveries and returns. Messy Labels:** Long ERP product names look unprofessional on shipping labels. This workflow solves these by:** Instantly creating the shipping order in Bosta when an Odoo invoice is confirmed. Using an AI Agent to intelligently parse raw addresses and map them to the exact Bosta ID. Ensuring the high operational standards required by automating data cleaning and COD rounding. How to Configure It Odoo Setup Create an Automation Rule in Odoo that sends a POST request to this workflow's Webhook URL when an invoice state changes to "Confirmed". Credentials Connect your Odoo, OpenAI, and Telegram accounts in the respective n8n nodes. Add your Bosta API Key in the Header parameters of the Create Bosta Order node. Product Mapping Open the Summarize Items code node and update the NAME_MAP object to link your Odoo product names to short shipping labels. Data Table Ensure the Fetch Zones node is connected to your Bosta Zones/Districts data table in n8n. How It Works Trigger:** The workflow starts automatically when an invoice is confirmed in Odoo. Fetch & Process:** It pulls customer details and invoice items, then aggregates quantities (e.g., turning 3 lines of "Shampoo" into "Shampoo (3)"). AI Analysis:** The AI Agent cross-references the raw address with the official Bosta zones list to strictly select the correct IDs. Execution:** The order is created in Bosta. If successful, the process is complete. Error Handling:* If any step fails, a Telegram message is sent immediately with the invoice number to alert the operations team*. Customization Ideas Write Back:** Add a node to update the Odoo invoice with the generated Bosta tracking number. Multi-Courier:** Add a switch node to route orders to different couriers (e.g., Aramex, Mylerz) based on the city. Campaign Logging:** Log successful shipments to a spreadsheet to track fulfillment metrics. Notification Channels:** Change the error alert from Telegram to Slack or Email. If you need any help Get in Touch

Build your own Odoo and Telegram integration

Create custom Odoo and Telegram workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Odoo supported actions

Create
Create a new contact
Delete
Delete a contact
Get
Get a contact
Get Many
Get many contacts
Update
Update a contact
Create
Create a new item
Delete
Delete an item
Get
Get an item
Get Many
Get many items
Update
Update an item
Create
Create a new note
Delete
Delete a note
Get
Get a note
Get Many
Get many notes
Update
Update a note
Create
Create a new opportunity
Delete
Delete an opportunity
Get
Get an opportunity
Get Many
Get many opportunities
Update
Update an opportunity

Telegram supported actions

Get
Get up to date information about a chat
Get Administrators
Get the Administrators of a chat
Get Member
Get the member of a chat
Leave
Leave a group, supergroup or channel
Set Description
Set the description of a chat
Set Title
Set the title of a chat
Answer Query
Send answer to callback query sent from inline keyboard
Answer Inline Query
Send answer to callback query sent from inline bot
Get
Get a file
Delete Chat Message
Delete a chat message
Edit Message Text
Edit a text message
Pin Chat Message
Pin a chat message
Send Animation
Send an animated file
Send Audio
Send a audio file
Send Chat Action
Send a chat action
Send Document
Send a document
Send Location
Send a location
Send Media Group
Send group of photos or videos to album
Send Message
Send a text message
Send and Wait for Response
Send a message and wait for response
Send Photo
Send a photo
Send Sticker
Send a sticker
Send Video
Send a video
Unpin Chat Message
Unpin a chat message

FAQs

  • Can Odoo connect with Telegram?

  • Can I use Odoo’s API with n8n?

  • Can I use Telegram’s API with n8n?

  • Is n8n secure for integrating Odoo and Telegram?

  • How to get started with Odoo and Telegram integration in n8n.io?

Need help setting up your Odoo and Telegram integration?

Discover our latest community's recommendations and join the discussions about Odoo and Telegram integration.
Trigi Digital

Looking to integrate Odoo and Telegram in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Odoo with Telegram

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon