GetHubSpot 2025.10.9.21

Bundle

org.apache.nifi | nifi-hubspot-nar

Description

Retrieves JSON data from a private HubSpot application. This processor is intended to be run on the Primary Node only.

Tags

hubspot

Input Requirement

FORBIDDEN

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
access-tokenAccess Token to authenticate requests
incremental-delayThe ending timestamp of the time window will be adjusted earlier by the amount configured in this property. For example, with a property value of 10 seconds, an ending timestamp of 12:30:45 would be changed to 12:30:35. Set this property to avoid missing objects when the clock of your local machines and HubSpot servers ‘clock are not in sync and to protect against HubSpot’s mechanism that changes last updated timestamps after object creation.
incremental-initial-start-timeThis property specifies the start time that the processor applies when running the first request. The expected format is a UTC date-time such as ’2011-12-03T10:15:30Z’
is-incrementalThe processor can incrementally load the queried objects so that each object is queried exactly once. For each query, the processor queries objects within a time window where the objects were modified between the previous run time and the current time (optionally adjusted by the Incremental Delay property).
object-typeThe HubSpot Object Type requested
result-limitThe maximum number of results to request for each invocation of the Processor
web-client-service-providerController service for HTTP client operations

State management

ScopesDescription
CLUSTERIn case of incremental loading, the start and end timestamps of the last query time window are stored in the state. When the ‘Result Limit’ property is set, the paging cursor is saved after executing a request. Only the objects after the paging cursor will be retrieved. The maximum number of retrieved objects can be set in the ‘Result Limit’ property.

Relationships

NameDescription
successFor FlowFiles created as a result of a successful HTTP request.

Writes attributes

NameDescription
mime.typeSets the MIME type to application/json