Hello,
I’m building an app that will allow users to integrate their SAAS products (quickbooks, salesforce, etc.) to my bubble app through the API. My goal is for the user to connect to these other SAAS products, authenticate themselves to the other products in order to read, write, edit, and delete data connected to the other apps.
Is this possible? If yes, how would I go about achieving something like this?
Let’s say I want to add an expense into the users quickbooks account through my app, how would I need to set up the API? I don’t know much about APIs yet.