Hey All, pretty new to n8n but loving it so far. I was wondering how the community handles this situation: I’m trying to connect to quickbooks and in there developer portal they’re requesting I provide a host domain, launch url, end user license agreement etc. I’m looking to connect to quickbooks for my personal use so I don’t have these built out. I was wondering if there was a good work around for this or is it best to build out a fake app that I point everything to- if this is the best route does anyone have reccomendations?
I also ran into a similar issue with inoreader, so I feel like this may become more common than I’d like.
you can use placeholder URLs (e.g., http://localhost or a tunneling service like ngrok) and also their sandbox environment. This allows you to test your application without impacting real data and does not require complete compliance with all production requirements.