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.
More Related Blueprints