Test LINE Webhook Endpoint
line_test_webhookTest your LINE OA webhook connectivity by pinging from LINE servers. Returns HTTP status, latency, and verification results to diagnose why a bot stopped responding.
Instructions
Ping the OA's webhook URL from LINE servers and report HTTP status + latency; LINE checks it returns 200 within timeout and that signature verification works. Use this FIRST whenever a bot stops responding, before debugging anything else. Pass override_endpoint to test a URL other than the configured one. reason surfaces LINE's result: INVALID_REPLY | UNAUTHORIZED (bad channel_secret signature) | SERVER_ERROR (5xx) | TIMEOUT (>10s) | SSL_ERROR.
Returns { success, status_code, latency_ms?, reason, configured_endpoint?, tested_endpoint }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oa | No | ||
| override_endpoint | No | Test a specific URL instead of the OA's currently configured webhook URL. |