singer-io / tap-exacttarget

A Singer.io tap for extracting data from the ExactTarget/Salesforce Marketing Cloud API.
GNU Affero General Public License v3.0
14 stars 34 forks source link

tap-exacttarget

Author: Connor McArthur (connor@fishtownanalytics.com)

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

It:

Quick Start

  1. Install
git clone git@github.com:fishtown-analytics/tap-exacttarget.git
cd tap-exacttarget
pip install .
  1. Get credentials from Exacttarget. You'll need to:
  1. Create the config file.

There is a template you can use at config.json.example, just copy it to config.json in the repo root and insert your client_id, client_secret, tenant_subdomain and refresh_token.

  1. Run the application to generate a catalog.
tap-exacttarget -c config.json --discover > catalog.json
  1. Select the tables you'd like to replicate

Step 4 a file called catalog.json that specifies all the available endpoints and fields. You'll need to open the file and select the ones you'd like to replicate. See the Singer guide on Catalog Format for more information on how tables are selected.

  1. Run it!
tap-exacttarget -c config.json --properties catalog.json

Gotchas


Embedded FuelSDK Copyright © 2019 Salesforce and Licensed under the MIT License

Copyright © 2019 Stitch