Webhooks
Send webhooks and handle incoming webhook events.
zero-config3 tools
Works immediately. Outgoing webhooks always available.
Send HTTP POST requests to any URL (webhooks) and optionally handle incoming webhooks. Use for integrations with Slack, Zapier, GitHub Actions, and more.
Setup
terminal
Zero-config for outgoing webhooks. Incoming webhooks require server running.Install
Built-in — no installation needed. Works immediately.
Tools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
webhook_send | Send a webhook POST request | url, payload, headers? | required |
webhook_list | List registered incoming webhooks | — | — |
webhook_register | Register an incoming webhook handler | path, handler | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Send a webhook to Slack with this message”
webhook_send