Trying to get do a daily journal entry into Quickbooks

I need to add a couple of Journal entries from my sales system into QB online. Simple AP value against a COGS number, but need to be done at close of business everyday so would like to automate via N8N instead of python via API.
What is best way to do it via N8N built in Node.

I don’t understand the HTTP request via N8N, is there any good documentation on this. Who wrote the QB node? Is there a separate Github on it. I would love to look at the code.

N8N Version: 1.54.4
DB: sqlite
OS: Ubuntu 24lts
Running: n8n
Running n8n via: own

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hi @Tony_Anytime, thanks for posting!
You can find more information about the HTTP Request node in our docs:

and also take a look at the code for QB here:

1 Like

Thank you Aya

1 Like

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