Please help a noob with webhooks + QBO

I’ve tried to Google-foo my way through this the last couple days but haven’t had much luck.

So I’ve got my QBO app, credentials, webhook url, etc. now how do I get the workflow to respond to changes made in QBO? I can copy and paste the webhook url into a browser and get a response but it doesn’t seem to respond through QBO.

What am I missing here?

(first time working with webhooks, so pretend I know nothing)

(I also apparently do not know how to copy and paste workflows…)

QBO App setup:

Webhook response (after calling via browser)

QBO response

Information on your n8n setup

  • n8n version: 0.221.2
  • Running n8n via n8n cloud
  • Operating system: Windows 11

QBO just posted this a few days ago…trying to see if this points me in the right direction.

I figured it out! Yay!

I had method set to GET when the instructions say to listen for a POST request:

Reading is important.

1 Like

So glad you were able to figure this out @master_katnip - thanks for posting your solution :tada:

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