MCP Webhook Server

send_message

Send message to webhook endpoint

Input Schema

NameRequiredDescriptionDefault
avatar_urlNoAvatar URL (optional)
contentYesMessage content to send
usernameNoDisplay name (optional)

Input Schema (JSON Schema)

{ "properties": { "avatar_url": { "description": "Avatar URL (optional)", "type": "string" }, "content": { "description": "Message content to send", "type": "string" }, "username": { "description": "Display name (optional)", "type": "string" } }, "required": [ "content" ], "type": "object" }

You must be authenticated.

Other Tools