DMSI Webhooks logs every delivery attempt — successful, failed, retrying, and test — to the {prefix}_dmsilm_webhook_logs database table.
What This Extension Adds #
Core DDLS has no outbound delivery log system.
>
With DMSI Webhooks, every webhook delivery attempt is recorded with the full request payload, response code, response body, response headers, and timing information. This gives you complete visibility into what was sent to each endpoint and what the response was.
Where to View Logs #
Go to DDLS > Webhooks > Logs.
The logs page shows a paginated table with filters for:
- Endpoint
- Event name
- Status (
pending,delivered,failed,retrying) - Date range
Log Detail #
Click on any log entry to open the detail modal, which shows:
| Section | Details |
|---|---|
| Delivery ID | Unique whk_... identifier |
| Event | Event name and endpoint |
| Status | Final or current status |
| Payload | Full JSON payload sent |
| Request Headers | All HTTP headers sent |
| Response Code | HTTP status code received |
| Response Body | Body returned by your endpoint |
| Response Headers | HTTP headers returned |
| Duration | Time from send to response (ms) |
| Retry Count | Number of attempts so far |
| Error Message | Error details if failed |
Related Topics #
- Delivery Status Reference
- Log Retention
- Troubleshooting Failed Deliveries
