200+ Integrations

Connect Your
Entire Stack

Seamlessly integrate FlowCMS with the tools you already use. From e-commerce to analytics, social media to CI/CD โ€” we've got you covered.

๐Ÿ”

Every Tool in Your Toolbox

Browse our complete list of integrations organized by category.

๐Ÿ›’

E-Commerce

6 integrations
๐Ÿ›’

Shopify

Synchs products, orders & inventory

Official
๐ŸŽ

WooCommerce

WordPress e-commerce plugin

Official
๐Ÿช

BigCommerce

Cloud-based e-commerce platform

Popular
๐Ÿ“ฆ

Magento

Adobe Commerce platform

Official
๐Ÿ’ 

Squarespace

All-in-one website builder

Beta
โœฆ

Wix

Website builder platform

New
๐ŸŒ

Social Media

5 integrations
๐•

Twitter / X

Schedule & publish tweets

Popular
๐Ÿ“ธ

Instagram

Share posts & stories

Official
in

LinkedIn

Publish articles & updates

Official
๐Ÿ“˜

Facebook

Page posts & community content

Popular
โ™ช

TikTok

Video content syndication

Beta
๐Ÿ“Š

Analytics & SEO

4 integrations
๐Ÿ“Š

Google Analytics

Traffic & user behavior tracking

Official
๐Ÿ—บ

Hotjar

Heatmaps & session recordings

Popular
๐Ÿธ

Screaming Frog

SEO crawling & site audits

New
๐Ÿ”—

Ahrefs

Backlink & keyword analysis

Beta
๐ŸŽฏ

CRM & Marketing

5 integrations
๐ŸŽฏ

HubSpot

CRM, marketing & sales tools

Official
โ˜

Salesforce

Enterprise CRM platform

Popular
โœ‰

Mailchimp

Email marketing & automation

Official
๐Ÿ”€

Segment

Customer data platform

New
๐Ÿ“ง

ActiveCampaign

Email marketing & automation

Beta
๐Ÿ’ฌ

Messaging & Collaboration

5 integrations
๐Ÿ’ฌ

Slack

Content alerts & team notifications

Popular
๐ŸŽฎ

Discord

Community content feeds

New
๐Ÿ“‹

Microsoft Teams

Enterprise chat & collaboration

Official
โœˆ

Telegram

Channel broadcast & bots

Beta
๐Ÿ““

Notion

Content planning & docs

Popular
๐Ÿš€

CI / CD & Deployment

4 integrations
โ–ฒ

Vercel

Serverless deployment platform

Official
๐Ÿš€

Netlify

Web hosting & serverless functions

Popular
โš™

GitHub Actions

CI/CD workflow automation

Official
๐ŸฆŠ

GitLab CI/CD

DevOps platform

Popular
๐ŸŽจ

Design & Prototyping

4 integrations
โœ

Figma

Design-to-content pipeline

Official
๐ŸŽจ

Webflow

No-code design & hosting

Popular
๐Ÿ’ก

Adobe XD

UX design & prototyping

Beta
๐Ÿ–Š

Sketch

Vector graphics design tool

New
๐Ÿ’ณ

Payments & Billing

4 integrations
๐Ÿ’ณ

Stripe

Payment processing & billing

Official
๐Ÿ…ฟ

PayPal

Online payment system

Popular
๐Ÿ›

Paddle

Merchant of record platform

New
๐Ÿ‹

Lemon Squeezy

Checkout & subscription platform

Beta
๐Ÿ”

No integrations found

Try a different search term or request a new integration.

Can't Find What You Need? Build It Yourself.

FlowCMS provides a powerful GraphQL & REST API that lets you build custom integrations with any tool in your stack. Our comprehensive SDKs make it easy.

โšก
REST & GraphQL APIs
๐Ÿ“ฆ
SDKs for Node.js, Python, Go & more
๐Ÿ”—
Webhooks for real-time events
๐Ÿ“–
Full API documentation
๐Ÿงช
Postman collection & sandbox
node.js
// Install the FlowCMS SDK // npm install @flowcms/sdk import { FlowCMS } from '@flowcms/sdk'; // Initialize the client const cms = new FlowCMS({ apiKey: 'fc_live_xxxxxxxx', environment: 'production', }); // Fetch all published content const content = await cms.content.find({ type: 'blog-post', status: 'published', limit: 10, }); // Sync to any CMS, app, or channel await cms.sync.to('shopify', { products: content. map(item => item.metadata), webhook: true, }); console.log('โœ… Synced ', content.length, ' items');

Three Ways to Connect

Choose the approach that works best for your team.

๐Ÿ”Œ

Native Integrations

Use our pre-built, one-click integrations with 200+ popular platforms. Set up in seconds with zero code.

๐Ÿ”

Zapier / Make

Connect FlowCMS to 6,000+ apps through Zapier and Make (formerly Integromat). No development required.

โš™

Custom API

Build your own integration using our REST & GraphQL APIs. Full documentation and SDKs available.

200+

Native Integrations

6,000+

Zapier App Connections

15ms

Average API Latency

99.99%

Uptime SLA

Don't See Your Tool?

Request a new integration or build your own. Our community-driven roadmap means you have a say in what's built next.