tickerbot_test_webhook
Verify webhook delivery by sending a one-shot test POST to its target URL with identical payload and signing, then return the outcome (delivered, HTTP status, latency, error).
Instructions
Send a real-shape webhook.fired POST to the webhook's target_url synchronously, right now. The body is byte-identical to a real fire (same signing); the test marker rides in an X-Tickerbot-Test: true header. Returns the inline outcome (delivered, http_status, elapsed_ms, error). One-shot — a failed test never retries and never auto-disables the webhook. Fails with 400 if the webhook has no target_url (in-app deliveries have nothing to fire over the wire).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook id. |