MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / getWebhook

Method getWebhook

mcp/src/client.ts:376–378  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

374 }
375
376 getWebhook(id: string): Promise<WebhookView> {
377 return this.sdk.webhooks.get(id);
378 }
379
380 createWebhook(body: {
381 url: string;

Callers 1

registerWebhookToolsFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected