diff --git a/tap_hubspot/__init__.py b/tap_hubspot/__init__.py index b23be362..9e92a941 100644 --- a/tap_hubspot/__init__.py +++ b/tap_hubspot/__init__.py @@ -928,7 +928,7 @@ def sync_forms(STATE, ctx): LOGGER.info("sync_forms from %s", start) - data = request(get_url("forms")).json() + data = request(get_url("forms"), params={'formTypes': 'ALL'}).json() time_extracted = utils.now() with Transformer(UNIX_MILLISECONDS_INTEGER_DATETIME_PARSING) as bumble_bee: