cypress-io / singer-tap-sendgrid

a Singer Tap for SendGrid Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tap-sendgrid

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

This tap:

Configuration

This tap requires a config.json which specifies details start date and API key.

Run Discovery

To run discovery mode, execute the tap with the config file.

> tap-sendgrid --config config.json --discovery > properties.json

Sync Data

To sync data, select fields in the properties.json output and run the tap.

> tap-sendgrid --config config.json --properties properties.json [--state state.json]

Copyright © 2018 Stitch

About

a Singer Tap for SendGrid Core

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%