tap-marketo
pulls raw data from Marketo's REST API and extracts activity types, activites, and leads from Marketo.
meltano add extractor tap-marketo
If you are successful, you should see Added and installed extractors 'tap-marketo'
in your terminal.
.env
file in a text editorexport TAP_MARKETO_CLIENT_ID="Your Client Id"
export TAP_MARKETO_CLIENT_SECRET="Your Client Secret"
export TAP_MARKETO_ENDPOINT="Your Endpoint Url"
export TAP_MARKETO_IDENTITY="Your Identity"
export TAP_MARKETO_START_DATE="2019-01-01T00:00:00Z"