メインコンテンツまでスキップ

Webhook Delivery Logs

FeedbackPulse provides a webhook delivery log UI so tenants can monitor and debug their webhook integrations.


Accessing Delivery Logs

に移動してください /webhooks/logs from the テナントダッシュボード to view all webhook delivery attempts.


Log List

Each log entry in the list displays the following information:

Column説明
Event TypeThe webhook event that triggered the delivery (e.g., submission.created)
URLThe destination endpoint the payload was sent to
HTTP Response CodeThe response status code returned by the endpoint
Payload PreviewA truncated preview of the sent payload
TimestampDate and time of the delivery attempt

Log Detail View

Click any log entry to view the full request and response details at /webhooks/logs/{id}. The detail view includes:

  • Full request headers and payload
  • Full response headers and body
  • Response time and status

Filtering

Filter the delivery log list using the following criteria:

FilterOptions
Event TypeSelect a specific webhook event type
Response Statussuccess (2xx) or failed (non-2xx and timeouts)
Date RangeStart and end date for the time window

Debugging Integration Issues

The delivery logs are designed to help tenants troubleshoot webhook integration problems. Common scenarios include:

  • Non-2xx response codes -- indicates the receiving endpoint returned an error
  • Timeout failures -- the endpoint did not respond in time
  • Payload mismatches -- verify the sent payload matches what the endpoint expects

次のステップ