Blueprints

Query and filter customer data from HubSpot

Source

yaml
id: hubspot-query-company
namespace: company.team
tasks:
  - id: search_companies
    type: io.kestra.plugin.hubspot.companies.Search
    apiKey: "{{ secret('HUBSPOT_API_KEY') }}"
    properties:
      - name
      - domain
      - industry
    limit: 10
    sorts:
      - propertyName: "createdate"
        direction: "DESCENDING"

About this blueprint

API

This flow queries customer data from HubSpot, returning the 10 most recently created companies with selected properties.

Search

More Related Blueprints

New to Kestra?

Use blueprints to kickstart your first workflows.

Get started with Kestra