tap-zendesk
is an extractor that pulls data from a Zendesk REST API and produces JSON-formatted data following the Singer spec.
meltano add extractor tap-zendesk
If you are successful, you should see Added and installed extractors 'tap-zendesk'
in your terminal.
.env
file in a text editorexport TAP_ZENDESK_EMAIL="yourZendeskEmail"
export TAP_ZENDESK_API_TOKEN="yourZendeskApiToken"
export TAP_ZENDESK_SUBDOMAIN="yourZendeskSubdomain"
# The date uses ISO-8601 and supports time if desired
export TAP_ZENDESK_START_DATE="yourZendeskStartDate"