/tap-mailchimp_maria

Singer.io tap for extracting Mailchimp data

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

tap-mailchimp

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 regarding authentication and other options. access_token or (api_key and dc) are required

Config properties:

Property Required Example Description
access_token See note. "20208d81..." The access token from the OAuth2 flow.
api_key See note. "ac0ad1..." The Mailchimp API key, if using API key auth instead of OAuth.
dc See note. "us14" The Mailchimp data center, only requried when using API key auth.
start_date Y "2010-01-01T00:00:00Z" The default start date to use for date modified replication, when available.
user_agent N "Vandelay Industries ETL Runner" The user agent to send on every request.

Usage

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

tap-mailchimp -c my-config.json

Copyright © 2019 Stitch