Discover how to integrate Salesforce with Bubble to sync data, automate workflows, and streamline processes with clear, simple steps.

Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Bubble apps with your growth in mind.
The simplest valid way to integrate Salesforce with Bubble is to use Bubble’s API Connector and connect to Salesforce’s REST API using OAuth2. After OAuth is set up, you can call Salesforce endpoints (like creating Leads, pulling Accounts, updating Contacts) directly from Bubble workflows, both backend and frontend.
Inside Salesforce you create a Connected App. This gives you:
In the Connected App, enable OAuth settings and allow scopes like Full or Access and manage your data (api).
In Bubble, install the API Connector plugin. Add a new API and choose OAuth2 User-Agent Flow. Use these fields:
Set the Redirect URL to the one Bubble shows. Paste that same URL back into Salesforce Connected App.
After authentication works, you add calls inside the same API. Example for creating a Lead:
{
"LastName": "Smith",
"Company": "Bubble Co"
}
Endpoint:
POST https://yourInstance.salesforce.com/services/data/v57.0/sobjects/Lead
You set the header:
Authorization: Bearer <access_token>
Now you can run this API call from any Bubble workflow:
Remember that Salesforce base URL includes your instance (like na85.salesforce.com). Bubble retrieves it during OAuth; make sure your calls reference that domain.
Learn how to seamlessly integrate Bubble.io with Git through our comprehensive step-by-step guide. Perfect for beginners and professionals.
Learn how to seamlessly integrate Bubble.io with Reddit Ads using our easy step-by-step guide. Boost your ad management today!
Explore our step-by-step guide on integrating Bubble.io with AWS S3, making your app development process more efficient and secure.
Follow our step-by-step guide to seamlessly integrate Bubble.io with Lucidchart, enhancing your workflow & productivity.
Learn how to seamlessly integrate Bubble.io and Kentico with our comprehensive, easy to follow step-by-step guide.
Discover easy-to-follow steps for integrating Bubble.io with Box. Boost your workflow and secure your files seamlessly today.
Fix broken workflows | Optimize logic | Boost performance | Scale with confidence