Skip to content

imonkia/dropbox-sign-node-webhooks-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropbox Sign Node Webhook Server

This basic Express.js app listens for and validates Dropbox Sign webhooks.

Note

This app uses the official Dropbox Sign Node SDK

How to use

Install dependencies:

npm install

Set up environment variables:

Create a new file named .env in the root of the project and add your Dropbox Sign API_KEY.

Start the server:

npm start

About

Basic Express.js example of a webhooks server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published