@worklab-ai/webhooks
v0.1.9
Published
Reusable webhook helpers and MCP tool for Worklab agents
Maintainers
Readme
@worklab-ai/webhooks
Reusable webhook helpers and an MCP stdio server for Worklab.
import { sendWebhook } from "@worklab-ai/webhooks";
await sendWebhook({
url: "https://example.test/webhook",
data: { result: "done" },
});The MCP server exposes trigger_webhook, which sends an unauthenticated JSON
POST to a URL supplied by the agent instructions.
