Skip to content

pipedrive/example-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipedrive example apps

Read more about ways how to integrate with Pipedrive from developer documentation.

Apps

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).
  • OAuth flow
  • Custom UI extensions
  • Embedded actions
  • Pipedrive API client
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).
  • OAuth flow
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).
  • OAuth flow
  • Pipedrive APIs
4 Car Service App Example Remix app to demonstrate and experiment with Custom UI extensions: panels, modals and settings page.
  • Custom UI extensions
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.
  • Messaging App Extension
  • OAuth flow
  • Pipedrive APIs
6 Custom UI - DocuSign App A sample app that integrates with DocuSign using Custom UI extension features: Panels, Modals, App Settings.
  • Custom UI extensions
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.
  • Custom UI extensions
  • Pipedrive API client
  • Pipedrive APIs
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.
  • OAuth flow