Hi,
I am building a zap to get data from my Quickbooks Online account when an estimate is updated, and since it uses oauth 2 authentication, I created an integration, now I do not have any issue with getting the authentication to work and the test api at the end of authentication also returns a response successfully. My issue is with making subsequent api calls after I add the integration as a trigger to my zap, I am trying to make an api call to quickbooks but require the access_token to be sent in the header. I do not know how to access the value of access_token.
I have tried using {{bundle.authData.access_token}} but it shows “no data”, also tried {{bundle}}, the bundle object itself is shown as “no data”. Requesting some help with this.
Thank you for your time!