Skip to content

A boilerplate Webflow App server that creates and responds to Webhooks

License

Notifications You must be signed in to change notification settings

Webflow-Examples/webflow-app-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webflow App Starter

Use this starter to spin-up a Webflow App server, enable OAuth installation, create webhooks on sites, and respond to those webhook events.

This project is not meant to be used in production - only an example of how to create an integtation that uses OAuth. The access tokens are being stored in a KVS and looked-up by site id. In production, you'll need to encrypt these access tokens and likely store more than just the token.

Get Running

  1. Register an OAuth App in Webflow
  2. Copy .env.example to .env and populate the values
  3. Clone and run yarn install or npm install
  4. run yarn dev or npm run dev to start the server

This starter uses the following tools

Requirements

This server needs to be accessible by Webflow to recieve Webhook events. You have a couple of options to enable this:

Free Hosts

Tunnel

About

A boilerplate Webflow App server that creates and responds to Webhooks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published