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

Function isPollingWebhookProvider

apps/sim/triggers/constants.ts:56–58  ·  view source on GitHub ↗
(provider: string)

Source from the content-addressed store, hash-verified

54])
55
56export function isPollingWebhookProvider(provider: string): boolean {
57 return POLLING_PROVIDERS.has(provider)
58}
59
60/**
61 * Providers whose triggers fire internally (table row events, Sim workspace

Callers 3

queueWebhookExecutionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected