MCPcopy Index your code
hub / github.com/simstudioai/sim / resolveModifiedDateProperty

Function resolveModifiedDateProperty

apps/sim/lib/webhooks/polling/hubspot.ts:136–138  ·  view source on GitHub ↗

Contacts use `lastmodifieddate`; the `hs_lastmodifieddate` property is null on contacts.

(objectType: string)

Source from the content-addressed store, hash-verified

134
135/** Contacts use `lastmodifieddate`; the `hs_lastmodifieddate` property is null on contacts. */
136function resolveModifiedDateProperty(objectType: string): string {
137 return objectType === 'contact' ? 'lastmodifieddate' : 'hs_lastmodifieddate'
138}
139
140const DEFAULT_PROPERTIES: Record<HubSpotBuiltInObjectType, string[]> = {
141 contact: [

Callers 1

pollSearchBasedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected