Skip to main content

Overview

The Events log records domain events as they happen in your workspace: a record created, a field changed, a form submitted, a task completed, a conversation given an outcome. It holds the same five event types you can subscribe to with webhooks, not a wider stream that webhooks sample from. What differs is the use: the log is for inspecting what already happened, webhooks are for reacting to it as it happens. Open it at Settings → Events.

Reading the log

Search narrows the list by type or id. Click a row to open the event detail. The full payload of what changed.

Events & webhooks

To react to events in your own systems, subscribe with a webhook rather than polling this log. The Events viewer is for inspecting and debugging; webhooks are for automation.

Troubleshooting