tap-klaviyo-custom
is a Singer tap that produces JSON-formatted data for lists and list members endpoints from the Klaviyo API.
Built with the Meltano Tap SDK for Singer Taps.
pipx install tap-klaviyo-custom
{
"api_key": "pk_XYZ",
"start_date": "2017-01-01T00:00:00Z",
"user_agent": "email_address",
"listIDs": ["List of list IDs"]
}
A full list of supported settings and capabilities for this tap is available by running:
tap-klaviyo-custom --about
You can easily run tap-klaviyo-custom
by itself or in a pipeline using Meltano.
tap-klaviyo-custom --version
tap-klaviyo-custom --help
tap-klaviyo-custom --config CONFIG --discover > ./catalog.json
pipx install poetry
poetry install
Create tests within the tap_klaviyo_custom/tests
subfolder and
then run:
poetry run pytest
You can also test the tap-klaviyo-custom
CLI interface directly using poetry run
:
poetry run tap-klaviyo-custom --help
See the dev guide for more instructions on how to use the SDK to develop your own taps and targets.