Softr

Connect Softr with Webflow to build business applications, client portals, and internal tools.

Install app
View website
View lesson
A record settings
CNAME record settings
Softr

How to integrate Softr with Webflow

No native integration exists between Softr and Webflow, but you can connect them through three proven methods.

Choose iframe embedding for displaying Softr apps without code, automation platforms for syncing data between systems, or direct API integration for full customization. Each approach has trade-offs between ease of setup and flexibility.

Three approaches connect the platforms:

  1. Iframe embedding — Display Softr apps in Webflow pages (best for authentication, complex forms)  
  2. Automation platforms — Zapier, Make, n8n, viaSocket sync data without code  
  3. API integrationSoftr API + Webflow Data API for custom workflows

Key limitations: No unified SSO between platforms. CORS restrictions require server-side middleware for API calls. Embedded content needs responsive iframe wrappers.

Embed Softr applications in Webflow pages

Embed Softr portals, forms, and data displays using Webflow's custom code embed element. Get embed code from Softr's page/block settings (Features tab). Authentication, sessions, and database queries work within the iframe.

Common use cases:

  • Client portals: Authenticated dashboards with user-specific data  
  • Dynamic forms: Signature capture, ratings, Google Maps autocomplete (no Webflow equivalents)  
  • Data displays: List, grid, table blocks connected to Airtable/Google Sheets  
  • Member directories: User profiles with filtering, search, pagination

Responsive iframe wrapper:

<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
  <iframe
    src="https://your-softr-app.softr.app/page-path"
    style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
    frameborder="0"
    loading="lazy">
  </iframe>
</div>

Performance tips: Use loading="lazy" for below-fold iframes. Limit to 3-4 embedded blocks per page. Compress images (WebP preferred).

Sync data with automation platforms

Platform Strengths
Zapier Pre-built templates, easiest setup
Make Cost-efficient for high-volume
n8n Self-hosting, full control
viaSocket Native integration like Zapier

Setup: Configure Webflow form webhooks → automation platform endpoint. For Softr outbound, use Call API actions (no automatic webhooks).

User provisioning from Webflow forms

Create Softr users automatically on form submission:

  1. Trigger: Webflow New Form Submission  
  2. Action: POST to https://studio-api.softr.io/v1/api/users  
  3. Headers: Softr-Api-Key, Softr-Domain  
  4. Enable generatemagiclink: true for passwordless auth

CMS content synchronization

Sync Webflow CMS → Softr: Use collection_item_created webhook events, map to Softr database via automation platform.

Softr → Webflow: Configure Call API actions in Workflows to POST to Webflow's CMS API.

Better approach: Use Airtable as intermediary (native Softr integration + Whalesync/Power Importer for Webflow sync).

Build with Webflow and Softr APIs

Softr offers User Management, Database, and REST APIs that connect to Webflow's Data API, but CORS restrictions require server-side middleware (Zapier/Make/n8n or a custom proxy on Cloudflare Workers/AWS Lambda) to make cross-platform API calls work.

Softr provides the following APIs:

  • User Management: https://studio-api.softr.io/v1/api/users  
  • Database: https://tables-api.softr.io/api/v1  
  • REST API: External data sources (no user management)

Webflow Data API: https://api.webflow.com/v2 — See intro to Webflow APIs and API reference for developers.

CORS workarounds:

  1. Recommended: Use Zapier/Make/n8n as middleware  
  2. Advanced: Build server-side proxy on Cloudflare Workers/AWS Lambda

Security: Validate webhooks via x-webflow-signature header. Store credentials server-side. Webflow tokens expire after 365 days of inactivity.

Create Softr users from Webflow webhooks

POST to https://studio-api.softr.io/v1/api/users with Softr-Api-Key and Softr-Domain headers. Set generatemagiclink: true for passwordless auth via POST https://studio-api.softr.io/v1/api/users/magic-link/generate/{email}.

Handle HTTP 422 for validation failures. Implement exponential backoff for retries.

Sync CMS items to external databases

Configure webhooks for collection_item_created, collection_item_changed, collection_item_deleted. Map fields to Softr database schema via Softr Database API.

Reverse sync requires manual Softr workflows with Call API actions to POST /v2/collections/:collectionId/items/live.

Validate user sessions across platforms

Use POST https://{yourdomain}.softr.app/v1/api/users/validate-token server-side only. Cache results briefly to reduce API calls.

What you can build

Combine Webflow's design capabilities with Softr's authentication, user management, and database functionality to create client portals, membership sites, marketplaces, and secure healthcare applications that neither platform can deliver alone.

  • Client portals: Invoices, documents, project tracking with role-based access  
  • Membership sites: Gated content, progress tracking, certificates  
  • Two-sided marketplaces: Vendor dashboards, order management  
  • Healthcare portals: Appointment scheduling, lab results, secure messaging

Frequently asked questions

  • Yes, via automation platforms. Configure Webflow form webhooks to trigger Zapier/Make workflows that POST to Softr's User Management API (https://studio-api.softr.io/v1/api/users). Include Softr-Api-Key and Softr-Domain headers. This creates Softr users from Webflow form submissions without custom code.

  • Not directly — Webflow CMS doesn't recognize Softr authentication. Instead, embed Softr list/grid blocks that display role-filtered content from your data source. Alternatively, keep public marketing content in Webflow CMS and gate premium content entirely within embedded Softr pages using conditional visibility rules.

  • Webflow's native analytics and Google Analytics track Webflow page views but can't measure interactions inside Softr iframes (cross-origin restriction). Add your Google Analytics or tracking code separately in Softr's custom code settings. Use UTM parameters and consistent event naming to correlate user journeys across platforms in your analytics dashboard.

Softr
Softr
Joined in

Description

A no-code platform for building business applications, client portals, and internal tools with 14+ native data source integrations (Airtable, Google Sheets), user management with SOC 2 compliance, and PWA support.

Install app

This integration page is provided for informational and convenience purposes only.


Other Memberships and user login integrations

Other Memberships and user login integrations

Owwlish

Owwlish

Connect Owwlish, a learning management system for course creators, with Webflow to embed course players, process payments through Stripe, and track student progress on your existing site.

Memberships and user login
Learn more
Moodle

Moodle

Connect Moodle, an open-source learning management system, with Webflow to sync course catalogs to CMS collections, automate student enrollment from form submissions, and display completion credentials on marketing pages.

Memberships and user login
Learn more
Whop

Whop

Connect Whop, a platform for selling digital products and memberships, with Webflow to add checkout, subscription billing, and product delivery to any page without building a custom commerce backend.

Memberships and user login
Learn more
Thinkific

Thinkific

Connect Thinkific with Webflow to deliver online courses through custom marketing pages while managing course delivery separately.

Memberships and user login
Learn more
LearnDash

LearnDash

Connect LearnDash with Webflow to sync course data, manage enrollments, and display learning progress on your marketing site.

Memberships and user login
Learn more
Circle

Circle

Connect Circle, an all-in-one community platform, with Webflow to embed discussion spaces and courses on pages, sync member data to CMS collections, and build community-driven experiences under one branded domain.

Memberships and user login
Learn more
Patreon

Patreon

Connect Patreon with Webflow to add membership widgets, sync patron data to your CMS, and build tier-based content access on your site.

Memberships and user login
Learn more
Supabase

Supabase

Connect Supabase, an open-source backend platform, with Webflow to add PostgreSQL database storage, user authentication, file uploads, and real-time subscriptions to any page.

Memberships and user login
Learn more
Outseta

Outseta

Connect Outseta, an all-in-one membership platform, with Webflow to add subscription billing, user authentication, content gating, and CRM management without a backend developer.

Memberships and user login
Learn more

Related integrations

No items found.

Get started for free

Try Webflow for as long as you like with our free Starter plan. Purchase a paid Site plan to publish, host, and unlock additional features.

Get started — it’s free