This is a Singer tap that produces JSON-formatted data following the Singer spec.
This tap:
- Pulls raw data from SendGrid's REST API
- Extracts the following resources from SendGrid
- Outputs the schema for each resource
- Pulls data, incrementally based on input state where possible
This tap requires a config.json
which specifies details start date and API key.
To run discovery mode, execute the tap with the config file.
> tap-sendgrid --config config.json --discovery > properties.json
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