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

Method testWebhook

mcp/src/client.ts:410–412  ·  view source on GitHub ↗
(id: string, body: { event?: string })

Source from the content-addressed store, hash-verified

408 }
409
410 testWebhook(id: string, body: { event?: string }): Promise<TestWebhookResponse> {
411 return this.sdk.webhooks.test(id, body as TestWebhookRequest);
412 }
413
414 // Per-delivery debugging (status/attempts/last_error/last_status_code) for one
415 // webhook. Single page by contract (no cursor); GET /v1/webhooks/{id}/deliveries.

Callers 1

registerWebhookToolsFunction · 0.45

Calls 1

testMethod · 0.45

Tested by

no test coverage detected