Skip to content

Ikarus0013/WebflowAutoBlogPush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webflow Auto Blog Push

A Node.js service that allows you to automatically generate and push blog posts to Webflow CMS.

Setup

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Create a .env file with the following variables:
WEBFLOW_API_KEY=your_api_key
WEBFLOW_SITE_ID=your_site_id
WEBFLOW_COLLECTION_ID=your_collection_id

Usage

The service provides methods to:

  • Get site collections
  • Get collection fields
  • Create new blog posts
  • Publish blog posts

Security Note

This service is designed to be additive only - it does not implement any delete operations to ensure we never accidentally remove content from the Webflow CMS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors