Using the dashboardWebhooks
View delivery log
Webhooks: View delivery log
Select View Delivery Log in the action menu of the Webhooks list to open the log drawer of the specified Webhook.
You can check it in the log:
| Information | Purpose |
|---|---|
| Delivery ID | Uniquely identifies a Webhook delivery, used for idempotence and troubleshooting |
| Delivery time | Check the target service log to confirm when the request is sent |
| Request ID | Find the identification event that triggered the callback |
| HTTP status | Determine whether the target service is successful, error or timeout |
| Response Body | Check the error information returned by the target service to assist in locating back-end problems |
Click the Request ID to open the corresponding event details. Click View Details to expand the Response Body, and click again to collapse it.
The Response Body may contain internal error messages returned by your server. Please control log access according to corporate security requirements and do not share it publicly.
In addition to HTTP status, the log may also record the following delivery results:
| Result | Meaning |
|---|---|
succeeded | Target service returns HTTP 2xx |
failed_http | The target service returns HTTP 3xx, 4xx, or 5xx |
failed_timeout | DNS, connection, TLS, or overall request timeout |
rejected_url | The target address does not comply with URL security rules and the request was not initiated |
rejected_task | The delivery task or payload verification failed and the request was not initiated |
failed_internal | Geelab internal processing exception; if there is no result details, please contact support |
Illustration: Delivery log