/tap-dynamics

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

tap-dynamics-crm

This is a Singer tap that produces JSON-formatted data following the Singer spec.

This tap:

Usage

To run tap-dynamics with the configuration file, use this command:

tap-dynamics -c config.json

Example config

{
  "start_date": "2017-09-10",
  "domain": "dreamdata.crm4",
  "client_id": "<client_id>",
  "client_secret": "<client_secret>",
  "redirect_uri": "<redirect_url>",
  "refresh_token": "<refresh_token>"
}