ListArchivedHubSpotData 2025.10.9.21

Bundle

com.snowflake.openflow.runtime | runtime-hubspot-processors-nar

Description

Lists archived data from HubSpot for the chosen object type and generates one FlowFile per listed object with the corresponding metadata as FlowFile attributes. The object type must be searchable, which means it supports access to the /search endpoint. For more information about searchable object types, see: https://developers.hubspot.com/docs/reference/api/crm/objects/objects#search”)

Tags

Preview, hubspot

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
HubSpot ServiceHubSpot Client Service.
Object TypeHubSpot object type
Updated AfterFilter objects updated after specified date (format: yyyy-MM-dd)

State management

ScopesDescription
CLUSTERMaintains pagination state and last sync timestamp to continue data retrieval from the last known position after restarts and to fetch only changed data.

Relationships

NameDescription
failureHubSpot fail relationship
originalThe input Flow File is routed to the original relationship.
retryHubSpot retry relationship. FlowFiles that failed to process due to a server timeout or rate limit related error. FlowFiles routed here should be routed back into the processor.
successHubSpot success relationship

Writes attributes

NameDescription
mime.typeapplication/json
statement.typeDELETE
hubspot.object.typeHubSpot Object Type for this fetch
hubspot.object.idHubSpot Object ID for this fetch
hubspot.run.idTimestamp of the start of this run. Obtained from the incoming FlowFile or current time if not available
hubspot.is_lastWhether this is the last paged object of the ingestion

Use cases

This processor is typically used in conjunction with a GenerateFlowFile processor

See also