Dropbox Sign Node Webhook Server This basic Express.js app listens for and validates Dropbox Sign webhooks. NoteThis 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