Test webhook
MCP
test_webhookREAD$0.06 / callSend a test ping to a registered webhook and run the delivery worker immediately (Free).
Arguments
Webhook id to test.
Call it#
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "test_webhook",
"arguments": {
"webhook_id": 0
}
}
}curl -X POST 'https://docsbook.io/api/mcp/server' \
-H 'Authorization: Bearer dbk_YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"test_webhook","arguments":{"webhook_id":0}}}'