Skip to content

Commit e0b57b3

Browse files
committed
improvement(hubspot): align trigger name and longDescription with poll-trigger conventions
1 parent 2f2903c commit e0b57b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/sim/blocks/blocks/hubspot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const HubSpotBlock: BlockConfig<HubSpotResponse> = {
1111
description: 'Interact with HubSpot CRM or trigger workflows from HubSpot events',
1212
authMode: AuthMode.OAuth,
1313
longDescription:
14-
'Integrate HubSpot into your workflow. Manage contacts, companies, deals, tickets, and other CRM objects with powerful automation capabilities. Can be used in trigger mode to start workflows when contacts are created, deleted, or updated.',
14+
'Integrate HubSpot into your workflow. Manage contacts, companies, deals, tickets, and other CRM objects with powerful automation capabilities. Can be used in trigger mode to start workflows when records are created, updated, a specific property changes, or a contact joins a list.',
1515
docsLink: 'https://docs.sim.ai/tools/hubspot',
1616
category: 'tools',
1717
integrationType: IntegrationType.CRM,

apps/sim/triggers/hubspot/poller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ async function fetchHubSpotProperties(blockId: string, objectType: string) {
2828

2929
export const hubspotPollingTrigger: TriggerConfig = {
3030
id: 'hubspot_poller',
31-
name: 'HubSpot Trigger',
31+
name: 'HubSpot CRM Trigger',
3232
provider: 'hubspot',
3333
description:
34-
'Triggers on changes to HubSpot records (contacts, companies, deals, tickets, custom objects) or list memberships',
34+
'Triggers when HubSpot CRM records (contacts, companies, deals, tickets, custom objects) are created or updated, or when contacts join a list',
3535
version: '1.0.0',
3636
icon: HubspotIcon,
3737
polling: true,

0 commit comments

Comments
 (0)