QBO verifier token

Hi,
I am trying to find a way to get notification when QBO (quickbooks online) creates a new invoice. I understand that when I set the webhooks in QBO it will send a "get" that retool needs to answer the "verifier token" Not sure how to setup this has anyone been able to do so ?

Hi @MRConcept,

I have used QB online for a while, mostly just via a resource connection (OAuth 2.0). I just tested it via webhook and it works fine without the "verifier token". This is an option to: "Use verifier tokens to validate the webhook notifications from the callback are from Intuit."

How far along is your setup?

  1. Create a Rest API resource

  2. Add your webhook endpoint from your workflow to your intuit Dev app

  1. Verifier token is optional as mentioned above.

  2. Send test events (Actions dropdown under the endpoint URL in intuit).

  3. You should see the webhook in action in the Run History.

  4. Test with a real invoice and that's it.

Let me know if you need any more details.

WOW !!! I have been for a long time on different forums and I never had any other answers so much clear and direct to the point. I was missing the part on how to pass the workflow api key that was my issue finally. Thanks a lot for this answer this made my day.

2 Likes

Glad it worked out for you!