Browsing events

How to navigate the event log, understand columns and statuses, and select events for inspection.

The Events page shows every webhook event Yeethook has received for your account. You can access it from the team sidebar under Events.

Desktop layout

On desktop, the page is split into two panels. The left side shows a data table of events. The right side shows the detail panel for the selected event.

The table columns are:

  • Event type — the Apple event constant (e.g. app_store_version_app_version_state_updated) and subtype if present.
  • App — the name of the app the event belongs to.
  • Status — a color-coded badge showing the delivery outcome.
  • Timestamp — when the event was received.

Click any row to load its full details in the right panel.

Mobile layout

On mobile, events appear as a card list. Each card shows the event type, app name, status badge, and timestamp. Tap a card to open the detail panel as a full-screen overlay.

The mobile list uses "Load more" pagination instead of page numbers. Tap the button at the bottom of the list to load the next batch.

Event statuses

Each event has a delivery status:

StatusMeaning
DeliveredThe event was successfully sent to all connected Slack channels.
Partially deliveredThe event was sent to some channels but not all.
PendingThe event is queued and hasn't been delivered yet.
FailedDelivery failed to all connected channels.
SkippedThe event was not delivered (e.g. no matching targets, or plan limit reached).

Pagination

The desktop table shows 15 events per page with page navigation at the bottom. The mobile list loads 15 events at a time with a "Load more" button.

Shareable URLs

Filters, pagination, and the selected event are all stored in the URL. You can copy the URL from your browser's address bar and share it with a teammate. They'll see the same filters and the same event selected.