MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / webhooks

Method webhooks

integrations/airtable/src/index.ts:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 // }
128
129 webhooks() {
130 return new Webhooks(this.runTask.bind(this));
131 }
132}
133
134function isAirtableApiError(error: unknown): error is AirtableSDK.Error {

Callers 1

createWebhookSourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected