We have just added a Webhook Activity section that enables you to monitor webhook activities.
Track all webhook events from the last 3 days
See successes, failures, retries, payloads & responses
Search + filter to quickly find what you need
Activity panel
This section provides a quick snapshot of the Webhook activity's health.
Total Events: Total number of webhook attempts (successful + failed).
Success Rate: Percentage of webhooks that were delivered successfully.
Successful Events: Number of events that returned a 200 response.
Failed Events: Number of events that failed (e.g., 404, 410, timeout).
You can also use the graph to identify patterns or spikes in failures over the past three days:
Blue: Total Events
Green: Successful Events
Red: Failed Events
Filters & Controls
This feature is helpful for quickly finding specific webhook attempts.
Filter webhook activities by status: All / Successful / Failed
Refresh: Reloads events.
Search Bar: Search by URL or lead email. Please note that this must be an exact match - either the full Webhook URL or the full lead’s email address.
Recent Webhook Events
This table lists the latest webhook attempts, which helps pinpoint which endpoints are failing and why.
Webhook URL: Destination URL.
Status: Success or Failed.
Timestamp: Time the event was sent.
Status Code: Server response
200: Success.
404: URL not found.
410: Endpoint disabled.
5xx: Error on client’s server.
Timeout: Server didn’t respond in time.
Response Time: How long the server took (ms).
Actions: View Details.
Webhook Event Details
You can check the event details to access your webhook payloads and pass them along to your team.
Status & Response Time: Confirms if the webhook was successful.
Webhook URL: The exact target endpoint.
Next Retry: Time when we will attempt to send the webhook information again.
Payload (JSON): Full data delivered (Can vary depending on the Webhook information requested)
step: Campaign step.
email: Recipient email.
workspace: Workspace ID.
event_type: Type (e.g., email_sent).
campaign_id / campaign_name: Campaign details.
email_account: Sending account.
email_subject: Subject line.
email_html: Email body sent.