martintajur / pipedrive-snapshot

Pipedrive account archiver/uploader
3 stars 3 forks source link

Pipedrive snapshot downloader & uploader

Usage

This repository contains two scripts:

Important


Download.js

node download.js [apitoken] [filename]

Downloads the contents from a Pipderive account using the supplied API token into a file.

Upload.js

node upload.js [apitoken] [filename]

Uploads the contents of a previously archived data from the given file (e.g. backup.json) to a Pipedrive account using the supplied API token. As of April 2016, uploader code is incomplete and does not work fully at all yet.