Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1010 Bytes

File metadata and controls

22 lines (15 loc) · 1010 Bytes

Sample App for Pipedrive Marketplace

A very basic example of how to:

  • Authorize with OAuth using passportjs.
  • Get all open deals from Pipedrive.
  • Mark selected deal randomly as won or lost.

⚠️ Disclaimer

This repository contains non-production code.
Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.

Installation and usage on Glitch

Follow the instructions in the Tutorial to get started.

Local Installation