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

Interface IWebhookNotifier

src/types.ts:929–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927
928// Webhook notification interface for loose coupling
929export interface IWebhookNotifier {
930 triggerWebhook(event: WebhookEvent, data: unknown): Promise<void>;
931}
932
933// OAuth types
934export type OAuthProvider = "google" | "microsoft";

Callers 8

toggleArchiveMethod · 0.65
startTimeTrackingMethod · 0.65
stopTimeTrackingMethod · 0.65
deleteTaskMethod · 0.65
triggerWebhookMethod · 0.65

Implementers 2

HTTPAPIServicesrc/services/HTTPAPIService.ts
WebhookControllersrc/api/WebhookController.ts

Calls

no outgoing calls

Tested by

no test coverage detected