Salesforce
Connect Salesforce's powerful CRM capabilities with Webflow to streamline lead capture, automate customer data synchronization, and create personalized web experiences. Transform your website into a revenue-generating engine with seamless form-to-CRM workflows and real-time data integration.

How to integrate Salesforce with Webflow
Integrate Salesforce with Webflow to get both visual web design and enterprise CRM capabilities.
While Salesforce doesn't offer an official Webflow app, you can use third-party apps for quick setup, use code Embed methods for direct form integration, or build custom solutions using Webflow and Salesforce APIs for maximum control over data synchronization and automation workflows.
Use third-party apps
Several third-party solutions enable Salesforce integration without coding.
The Form Connector app provides direct form-to-Salesforce synchronization with these capabilities:
- Real-time field mapping connects Webflow Forms fields to Salesforce objects (Leads, Contacts, Custom Objects)
- Error notifications alert you when submissions fail
- No-code configuration through Webflow’s visual interface
For workflow automation, Pipedream offers developer-friendly integration:
- Event-driven triggers activate Salesforce actions on form submissions
- JavaScript/Python scripting enables complex data transformations
- 2,400+ app integrations for multi-platform workflows
AI-powered lead capture is available through Salespeak:
- Conversational chatbots qualify leads before CRM entry
- Automated appointment scheduling via Calendly integration
- Lead enrichment captures visitor intent and pain points
Use Code Embeds and Web-to-Lead
Salesforce's Web-to-Lead feature enables direct form integration without third-party dependencies. Generate HTML forms in Salesforce by going to Setup > Web-to-Lead, then embed them in Webflow using the Embed element:
- Direct Salesforce submission bypasses Webflow's form limits
- Built-in spam protection with reCAPTCHA support
- Campaign tracking through hidden fields
For better design control, use Webflow's native forms with custom actions:
- Set form action to
https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8
- Add hidden fields for organization ID:
<input type="hidden" name="oid" value="YOUR_ORG_ID">
- Map form fields to Salesforce field names
Marketing automation users can leverage Pardot form handlers for enhanced functionality:
- Full styling control while maintaining Salesforce integration
- Lead scoring and grading automatically applied
- Progressive profiling captures additional data over time
Build with Webflow and Salesforce APIs
Direct Webflow and Salesforce API integration enables bidirectional data sync, custom authentication, and real-time personalization.
This approach requires server-side implementation through AWS Lambda, Netlify Functions, or similar services to handle OAuth authentication and API requests securely.
Key capabilities include:
- Automated content publishing from Webflow CMS to Salesforce
- Real-time lead enrichment with CRM data
- Custom membership portals with Salesforce authentication
Implement OAuth 2.0 authentication
Build secure authentication flows using Salesforce's OAuth 2.0:
- Create Connected App: Register in Salesforce Setup with callback URLs
- Implement authorization flow: Direct users to
/services/oauth2/authorize
endpoint - Exchange tokens: Trade authorization codes for access tokens via
/services/oauth2/token
The Client Credentials Flow enables server-to-server authentication without user interaction, ideal for automated sync operations.
Sync CMS content bidirectionally
Automate content synchronization between platforms:
- Webflow to Salesforce: Use webhooks to trigger when CMS items change, then update Salesforce records via REST API
- Salesforce to Webflow: Query Salesforce changes and update Webflow CMS via collection endpoints
- Field mapping: Transform data types between systems (e.g., Salesforce picklists to Webflow options)
Create dynamic personalization
Leverage Salesforce data for real-time personalization:
- Identify visitors: Match email addresses or cookies to Salesforce records
- Retrieve context: Fetch account data, purchase history, or lead scores via SOQL queries
- Customize content: Dynamically adjust CTAs, messaging, or product recommendations based on CRM data
What you can build
Integrating Salesforce with Webflow enables powerful solutions that connect your website directly to your CRM ecosystem.
- Lead generation systems that automatically qualify prospects through intelligent forms, route them to the right sales teams, and trigger nurture campaigns based on engagement
- Customer portals with Salesforce-powered authentication, displaying personalized dashboards, order histories, and support tickets pulled directly from Service Cloud
- Dynamic marketing sites that adapt content based on visitor's Salesforce data, showing industry-specific case studies or account-based pricing
- E-commerce experiences syncing product catalogs between platforms while tracking customer journeys from first touch to purchase in Salesforce
Frequently asked questions
Use the Form Connector app from Webflow's marketplace. After installation, authenticate with Salesforce, then map your Webflow Form fields to Salesforce object fields through the visual interface. For more control, configure Web-to-Lead in Salesforce Setup and set your Webflow Form's action to the generated endpoint.
Limited styling is possible with custom CSS, but using Webflow's native forms with Web-to-Lead endpoints provides better design control.
Yes, but it requires API integration. Use Salesforce's REST API to query data, then display it in Webflow using custom code or by syncing to Webflow's CMS. For real-time updates, implement webhooks or use third-party sync tools like Zapier.
For product catalogs, export Webflow products to CSV and import to Salesforce using Data Import Wizard. For real-time order sync, use webhooks to capture Webflow e-commerce events and create Salesforce Opportunities via the REST API. Consider middleware like Zapier for simpler setup.
Add a hidden field to your Webflow form with the Salesforce Campaign ID: <input type="hidden" name="Campaign_ID" value="YOUR_CAMPAIGN_ID">. When using Web-to-Lead, submissions automatically associate with the specified campaign. For API integrations, include the Campaign ID in your lead creation payload.

Description
Salesforce is the world's leading customer relationship management (CRM) platform that unifies sales, service, marketing, and analytics in the cloud. It enables businesses to manage customer interactions, automate workflows, and gain actionable insights through AI-powered tools and comprehensive data management capabilities.
This integration page is provided for informational and convenience purposes only.

Pipedrive
Connect Pipedrive's powerful sales CRM with Webflow to automatically capture leads, sync customer data, and create dynamic content from your sales pipeline. Transform website visitors into organized deals while keeping your CMS updated with real-time customer information.

HubSpot
Connect HubSpot's powerful CRM and marketing automation platform with Webflow to create personalized web experiences, automate lead capture, and unify your marketing data. Streamline workflows while maintaining complete design control over your website.

Hubspot via Vimkit
Send form submissions from Webflow to Hubspot in real-time using Vimkit's free tool.