We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b57b3 commit 1181eccCopy full SHA for 1181ecc
1 file changed
apps/sim/lib/webhooks/polling/hubspot.ts
@@ -593,7 +593,7 @@ async function fetchHubSpotChanges(args: FetchArgs): Promise<HubSpotSearchResult
593
logger,
594
} = args
595
596
- const url = `https://api.hubapi.com/crm/v3/objects/${resolveSearchPath(objectType)}/search`
+ const url = `https://api.hubapi.com/crm/v3/objects/${encodeURIComponent(resolveSearchPath(objectType))}/search`
597
const accumulated: HubSpotSearchResult[] = []
598
let after: string | undefined
599
let pages = 0
0 commit comments