Skip to main content
The Observability page gives you visibility into how your Nuntly integration is performing. It is organized into three tabs.

API

The API tab displays:
  • Request volume. A chart showing the number of API requests over time.
  • Response times. A chart showing API response latency.
  • Request logs. A table of recent API calls with method, endpoint, status code, and duration.
Use this tab to identify slow responses or unexpected error rates.

Events

The Events tab shows a log of email events across your organization: deliveries, bounces, opens, clicks, complaints, and more. Use this tab to track what is happening to your emails after they are sent. Each entry includes the event type, the email ID, and a timestamp.

Webhooks

The Webhooks tab shows the delivery status of webhook events: which events were successfully sent to your endpoint and which failed. Use this tab to troubleshoot webhook delivery issues. If events are failing, verify that your endpoint is responding with a 200 status code and that the URL configured on the webhook is correct.

Learn more