The history log records every webhook request sent by Company Settings. Use it to confirm successful delivery or to diagnose failures.
Before you begin
- Administrator or User role in Company Settings
View the history log
- Open Company Settings from the Kontakt.io Launchpad.
- In the navigation menu, select Webhooks.
- Select the History log tab.
The log displays webhook requests in reverse chronological order. Each row shows:
| Column | What it shows |
|---|---|
| Webhook Name | The webhook that sent the request |
| Executed At | The date and time the request was sent |
| URL | The endpoint the request was sent to |
| Status Code | The HTTP response code returned by the external system |
Filter the log
Use the filter controls to narrow the log:
- Webhook — filter by one or more specific webhooks.
- Status Code Group — filter by response class: 2xx (success), 4xx (client error), 5xx (server error).
- Date Range — filter by the date the request was sent.
View request and response details
Select any row to open the History log details panel. It shows three sections:
- General — the webhook name, URL, timestamp, and status code.
- Request — the full request payload, headers, and URL parameters that were sent.
- Response — the response body and headers returned by the external system.
Use the request and response detail to diagnose delivery failures or to verify that the correct data was sent.