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 with Webflow to display course catalogs via the Webflow CMS while Moodle handles enrollment, assessments, and progress tracking.

Memberships and user login
Learn more
Whop

Whop

Connect Whop with Webflow for custom landing pages and marketing sites.

Memberships and user login
Learn more
Thinkific

Thinkific

Connect your Webflow marketing site with Thinkific's course delivery platform to sell online courses with custom-designed landing pages.

Memberships and user login
Learn more
Circle

Circle

Circle offers iFrame embedding and JavaScript widgets for quickly displaying your community within Webflow pages.

Memberships and user login
Learn more
Patreon

Patreon

The Patreon API provides complete control over patron verification and content access logic for developers building custom membership experiences. For simpler needs, Webflow and Patreon connect through no-code automation platforms or direct widget embeds.

Memberships and user login
Learn more
Outseta

Outseta

Connect your Webflow site with Outseta to add membership management, payments, authentication, CRM, email marketing, and help desk capabilities — all without code.

Memberships and user login
Learn more
Memberful

Memberful

Connect Memberful with Webflow to create sophisticated membership sites: gate content, manage recurring payments, and deliver exclusive digital products — all while preserving your brand identity without writing complex code.

Memberships and user login
Learn more
MemberStack

MemberStack

Transform your Webflow site into a powerful membership platform with Memberstack's no-code authentication, payment processing, and content gating. Build everything from online courses to SaaS applications without sacrificing design control or writing complex backend code.

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