QuickBooks Trigger or Webhooks?

Hi to everybody.
I’m new with n8n.
After installing n8n on my ESXi server, and now that everything is going all right, I’m trying to connect QuickBooks and Airtable.

My question is about QuickBooks
I succeeded in configuring the authentification OAuth2
I can now use all the QuickBooks Action nodes, great !
What about QuickBooks Triggers ? How can I do that ?
Do I need to configure a QuickBooks Webhooks ? I tried but it looks like OAuth2 is not compatible with Webhooks Node. I do need to give a “Verifier Token” to something …
Is a Quickbooks Trigger Node planned to be developed ?
Do I ask stupid question because I missed something ?

Sorry for my bad English, and thanks for your response !

Welcome to the community @Tom4444

What about QuickBooks Triggers ? How can I do that ?

We do not have a QuickBooks Trigger but you can use the webhook node.

Do I need to configure a QuickBooks Webhooks ? I tried but it looks like OAuth2 is not compatible with Webhooks Node. I do need to give a “Verifier Token” to something …

You do not need the verifier token. It’s a nice to have as it adds an extra layer of security, but it’s not needed.

Within the Quickbooks app, go to webhooks (check the image below), add the Endpoint URL and select the events you want to be notified of. Where is the Endpoint URL? Well, it will be provided by the webhook node. Add it to the workflow, open it and copy the Webhook URL

Is a Quickbooks Trigger Node planned to be developed ?

It’s not planned but can always make a feature request here in the community.

Do I ask stupid question because I missed something ?

Not at all

If you are not familiar with webhooks I will recommend checking the post below.

1 Like

Thanks Ricardo ! It really helped !
My Webhook is working !!

I can now continue with my workflow.

:grinning:

1 Like

Thanks for this. To add to your comment, would love to see a built-in trigger (trying to move away from Zapier, less work is better), thanks

You can create a feature request for the trigger. Just make sure you upvote it.

Thank you I have put in a feature request.

2 Likes