Importing Grafana dashboard into a specific app in Odoo with data filtered based on serial number

Describe the problem/error/question

I am basically trying to import data from Grafana that is to be filtered based on serial number in Odoo. The Grafana dashboard is to be imported into a custom app in Odoo. When I try to create the first Odoo trigger node to fetch the serial number, I am not able to test it due to a “bad request because of invalid CSRF token” error.

What is the error message (if any)?

Bad request - please check your parameters

400 Bad Request Bad Request

Session expired (invalid CSRF token)

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.63.4
  • Database (default: SQLite): Odoo
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Windows 11

Hi @Debarshi_Das,

Welcome to the community :tada:

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


Could you check to make sure that you have the required plan to access Odoo via external API? (Access to the external API is only available on a Custom Odoo plan and the One App Free or Standard plans won’t give you access).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.