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

Method createWebhook

mcp/src/client.ts:380–387  ·  view source on GitHub ↗
(body: {
    url: string;
    events: Array<string>;
    description?: string;
    filters?: { agentIds?: Array<string>; conversationIds?: Array<string>; labels?: Array<string> };
  })

Source from the content-addressed store, hash-verified

378 }
379
380 createWebhook(body: {
381 url: string;
382 events: Array<string>;
383 description?: string;
384 filters?: { agentIds?: Array<string>; conversationIds?: Array<string>; labels?: Array<string> };
385 }): Promise<CreateWebhookResponse> {
386 return this.sdk.webhooks.create(body as CreateWebhookRequest);
387 }
388
389 updateWebhook(
390 id: string,

Callers 1

registerWebhookToolsFunction · 0.45

Calls 1

createMethod · 0.45

Tested by

no test coverage detected