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

Method pollWebhook

apps/sim/lib/webhooks/polling/types.ts:54–54  ·  view source on GitHub ↗

* Process a single webhook entry. * Return 'success' (even if 0 new items) or 'failure'.

(ctx: PollWebhookContext)

Source from the content-addressed store, hash-verified

52 * Return 'success' (even if 0 new items) or 'failure'.
53 */
54 pollWebhook(ctx: PollWebhookContext): Promise<'success' | 'failure'>
55}

Callers 1

pollProviderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected