Replay webhook delivery
MCP
replay_webhook_deliveryWRITE$0.06 / callReplay a webhook delivery by creating a new pending row with the same payload and running the worker (PRO).
Arguments
—
Call it#
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "replay_webhook_delivery",
"arguments": {
"delivery_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":"replay_webhook_delivery","arguments":{"delivery_id":0}}}'