Aperçu

Test webhook

MCPtest_webhookREAD$0.06 / call

Send a test ping to a registered webhook and run the delivery worker immediately (Free).

Arguments
webhook_idintegerrequired

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}}}'

Updated

Cette page vous a-t-elle été utile ?