MCP Webhook Server

send_message

發送訊息到webhook端點

Input Schema

NameRequiredDescriptionDefault
avatar_urlNo頭像URL(選填)
contentYes要發送的訊息內容
usernameNo顯示名稱(選填)

Input Schema (JSON Schema)

{ "properties": { "avatar_url": { "description": "頭像URL(選填)", "type": "string" }, "content": { "description": "要發送的訊息內容", "type": "string" }, "username": { "description": "顯示名稱(選填)", "type": "string" } }, "required": [ "content" ], "type": "object" }

You must be authenticated.

Other Tools