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
- Click Automation in the sidebar, then select Webhooks
- Click Webhook Logs tab
- View all webhook executions across all webhooks
Logs for a Specific Webhook
- Click Automation in the sidebar, then select Webhooks
- Click on a specific webhook
- 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:- Your endpoint is too slow
- Network connectivity issues
- Firewall blocking requests
- Increase webhook timeout setting
- Optimize your endpoint response time
- Check firewall rules
HTTP 4xx Response
Log shows:- Incorrect authentication configuration
- Token expired
- Endpoint URL changed
- Verify auth credentials
- Regenerate tokens if expired
- Check endpoint URL
HTTP 5xx Response
Log shows:- Your endpoint has a bug
- Your endpoint’s dependencies are down
- Rate limiting on your endpoint
- Check your endpoint logs
- Verify endpoint dependencies
- Implement proper error handling
Connection Refused
Log shows:- Endpoint server not running
- Incorrect port
- Firewall blocking
- Verify endpoint is running
- Check port number
- Review firewall rules
Correlating with API Logs
Each webhook log includes arequest_id that links to the original API request:
- Find the webhook log entry
- Copy the Request ID
- Navigate to API Logs
- Search by Request ID
- 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