MCPcopy
hub / github.com/callumalpass/tasknotes / triggerWebhook

Method triggerWebhook

src/services/HTTPAPIService.ts:277–279  ·  view source on GitHub ↗
(event: WebhookEvent, data: unknown)

Source from the content-addressed store, hash-verified

275
276 // Webhook interface implementation - delegate to WebhookController
277 async triggerWebhook(event: WebhookEvent, data: unknown): Promise<void> {
278 await this.webhookController.triggerWebhook(event, data);
279 }
280
281 /**
282 * Reload webhook configuration from plugin settings.

Callers

nothing calls this directly

Calls 1

triggerWebhookMethod · 0.65

Tested by

no test coverage detected