> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payglue.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Event log

> View and debug incoming webhook events in PayGlue.

## What the event log shows

Every webhook event PayGlue receives is recorded in the event log. You can find it under **Analytics > Webhook Events** in your dashboard.

## Event statuses

| Status    | Meaning                                                 |
| --------- | ------------------------------------------------------- |
| Processed | Ghost member was created or updated successfully        |
| Failed    | An error occurred. See the error details for the cause. |
| Skipped   | Event type is not mapped. No action was taken.          |

## Filtering events

Use the status filter to show only Processed, Failed, or Skipped events.

## Debugging a failed event

1. Click the event to see the full error message
2. Check your Ghost credentials are still valid under **Connection > Ghost CMS**
3. Check the webhook URL in your provider matches your current organization slug

See also: [Member did not receive access](/troubleshooting/member-no-access)
