Skip to content

datamill-co/tap-mailchimp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Singer.io tap for extracting Shopify data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%