Sync data between the dashboard and Webflow CMS in real-time

I’ve designed a full website in Webflow, where I have both a Workspace and a Site Plan, and my site includes CMS functionality. I have also built an external dashboard using React, Node.js, and MongoDB, and I am hoping to manage my Webflow CMS items (create, update, and delete) directly through this dashboard.

My goal is to sync the data between the dashboard and Webflow CMS in real-time, allowing me to add, update, and delete CMS items from within the dashboard. However, I couldn’t find specific documentation or guidelines on how to fully implement this integration.

Could you kindly confirm if this is possible? If so, I would appreciate it if you could point me toward the relevant resources or documentation that detail how this integration could be achieved.

Thank you for your time and assistance. I look forward to your guidance.

Lookup the Webflow API for those details.

Hi @Selim_Hossain - like the answer above stated, I’d suggest checking out the Webflow Data APIs. You can integrate with them via an API Site Token (generated for a specific Site), or through a Data App which goes through OAuth.

In particular, check out the webhook events here for when collection items have changed, been deleted, or created.

For actions on your dashboard to do those CRUD operations, see the CMS APIs available in our docs here

Hope this helps!

1 Like