Read more about ways how to integrate with Pipedrive from developer documentation.
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.
App | Description | Features | |
---|---|---|---|
1 | Todo list | A simple Todo list app showcasing one use case for Custom UI extensions in details view panel. Written in JavaScript (Node.js and React). |
|
2 | FiftyFifty | A very basic example of how to authorize with OAuth using passport and make Pipedrive API requests. Get all open deals from Pipedrive and mark selected deal randomly as won or lost. Written in JavaScript (Node.js). |
|
3 | Caller App using Twilio | A simple app that shows how phone solutions can be built using Pipedrive APIs and third-party communications platform. Written in JavaScript (Node.js). |
|
4 | Car Service App | Example Remix app to demonstrate and experiment with Custom UI extensions: panels, modals and settings page. |
|
5 | Messaging App Extension Playground | A Playground app that integrates with a messaging service (like WhatsApp) through the Pipedrive Channel APIs and a simple provider. |
|
6 | Custom UI - DocuSign App | A sample app that integrates with DocuSign using Custom UI extension features: Panels, Modals, App Settings. |
|
7 | Custom UI - Floating Window Demo App | A sample app that showcases Custom UI Floating Window feature. It also has a simulator with which you can make incoming calls to Pipedrive. |
|
8 | FiftyFiftyPHP | PHP clone of FiftyFifty sample app that shows OAuth authorization and examples of making Pipedrive API requests with PHP SDK. Built with Laravel. |
|
9 | PipedriveHelloWorldGlitch | A clone of FiftyFifty we host on Glitch. For instructions please read the Tutorial. |
|