Using the dashboardWebhooks
Test Webhook
Webhooks: Test Webhook
Select Test Send from the Actions menu in the Webhooks list.
The test pop-up window will send a standard sample payload to the target URL for verification:
- Whether the target URL is accessible.
- HTTPS and TLS are working properly.
- Whether the server reads the Bearer Token correctly.
- Whether the server returns a valid HTTP response.
- Whether the Payload can be parsed.
Test results may include:
| Result | Description |
|---|---|
200 OK · succeeded | The server successfully receives and responds |
500 Error · failed_http | The target service returned an HTTP error |
Connection timeout · failed_timeout | No response received within the specified time |
Restricted address · rejected_url | The destination address does not meet external network access or security restrictions |
It can be sent again after the test is completed. After modifying the server code, it is recommended to test again to confirm the results.
Illustration: Webhook test successful
Illustration: Webhook test timeout