Is it possible to build a SaaS that securely connects with users' CRMs?

I’ve integrated CRMs with apps, but that’s always been connecting one company’s CRM to the app (used in internal bubble apps for company users only). I was wondering if it’s possible to make a SaaS that connects ALL users different CRMs and imports leads. contacts, etc

Have you guys done this before? Is it doable? If yes, how?

Yes, you would need to do an oAuth integration with each of the CRMs that you want to use. I do that sort of thing with a person’s social media accounts. I made API connections for each of them and allow them to connect each of the accounts with my app. That way, in once place, they can post to all of their socials. To do it securely, you need to be careful. You don’t want to expose your keys or their keys to anyone else. :blush: Hope that helps.