Skip to main content

Webhook Logs

Every webhook execution is logged, allowing you to monitor deliveries, troubleshoot failures, and correlate webhooks with the original API requests.

Viewing Webhook Logs

All Webhook Logs

  1. Click Automation in the sidebar, then select Webhooks
  2. Click Webhook Logs tab
  3. View all webhook executions across all webhooks

Logs for a Specific Webhook

  1. Click Automation in the sidebar, then select Webhooks
  2. Click on a specific webhook
  3. Select the Logs tab

Log Entry Details

Each log entry contains:

Log Entry Detail View

Click on a log entry to see full details:

Request Sent

Headers Sent

Response Received

Error Message (if failed)

Filtering Logs

By Success/Failure

By Event Type

By Webhook

By Request ID

Correlate with API logs:

Common Failure Scenarios

Connection Timeout

Log shows:
Causes:
  • Your endpoint is too slow
  • Network connectivity issues
  • Firewall blocking requests
Solutions:
  • Increase webhook timeout setting
  • Optimize your endpoint response time
  • Check firewall rules

HTTP 4xx Response

Log shows:
Causes:
  • Incorrect authentication configuration
  • Token expired
  • Endpoint URL changed
Solutions:
  • Verify auth credentials
  • Regenerate tokens if expired
  • Check endpoint URL

HTTP 5xx Response

Log shows:
Causes:
  • Your endpoint has a bug
  • Your endpoint’s dependencies are down
  • Rate limiting on your endpoint
Solutions:
  • Check your endpoint logs
  • Verify endpoint dependencies
  • Implement proper error handling

Connection Refused

Log shows:
Causes:
  • Endpoint server not running
  • Incorrect port
  • Firewall blocking
Solutions:
  • Verify endpoint is running
  • Check port number
  • Review firewall rules

Correlating with API Logs

Each webhook log includes a request_id that links to the original API request:
  1. Find the webhook log entry
  2. Copy the Request ID
  3. Navigate to API Logs
  4. Search by Request ID
This lets you see:
  • The original request that triggered the webhook
  • Full request/response details
  • Client information
  • Timing breakdown

Webhook Statistics

On the webhook detail page, view aggregate statistics:

Log Retention

Webhook logs are retained based on your plan:

Next Steps

Testing Webhooks

Test your webhook configuration

API Logs

Correlate with API requests

Webhooks Overview

Learn about webhooks

Creating Webhooks

Create your first webhook

Statistics

  • Level: beginner
  • Time: 5 minutes

Tags

webhooks, logs, monitoring, debugging, troubleshooting