Netlify MCP Server

manage-hook

Create, update, or delete webhook notifications for specific site events on the Netlify MCP Server to automate workflows and track changes.

Instructions

Manage webhook notifications

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
eventYesEvent type
siteIdYesSite ID or name
urlYesWebhook URL

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform", "enum": [ "create", "delete", "update" ], "type": "string" }, "event": { "description": "Event type", "type": "string" }, "siteId": { "description": "Site ID or name", "type": "string" }, "url": { "description": "Webhook URL", "type": "string" } }, "required": [ "siteId", "event", "url", "action" ], "type": "object" }

You must be authenticated.

Other Tools from Netlify MCP Server

Related Tools

ID: rmzusviqom