Debugging Notification Failures with Sent Log Details
Log Details is the pop-up that opens when you click a notification log on the Sent Logs page. It brings together everything about that log, organized into these areas:
Debugging Notification Hops with Log Trace
The Trace appears on the left side of the Log Details pop-up. It summarizes each hop the notification took, how long each hop took, the total time, and the final status of the notification.

In the example above, the notification was sent through Kaleyra.io, so the Trace shows Sent To Kaleyra.io and Kaleyra.io’s Response. Fyno took 121ms to process the request and Kaleyra.io took 147ms to respond. The notification was delivered successfully, so Final Status shows Success, with a total time of 268ms.
Reviewing Notification Trace and Summary Logs
When you open Log Details, the Summary tab is shown first, next to the Trace. It lists the key details of the log.

For example, if a notification event has 2 providers configured, and the notification fails with the first provider but is delivered by the second, there are 2 logs. The failed attempt shows Retry as 0, and the delivered attempt shows Retry as 1. To see both attempts together, open the Notification Route.
Debugging Template Placeholders in Logs
The Placeholders tab shows the details of all the placeholders, or replaceable parameters, in the template used to trigger the notification event.
content omitted due to size, because Fyno doesn’t store content larger than 1 MB.Understanding Log Content Details
The Content tab shows the details of the content sent in the notification. What you see depends on the channel:
content omitted due to size, because Fyno doesn’t store content larger than 1 MB.Analyzing Provider API Responses in Logs
The Response tab shows the exact response Fyno received from the provider for the notification. This includes any error code, the final status of the notification, and the message content and trace details.
Tracking Notification Delivery Status in Logs
The Delivery tab shows the delivery response Fyno received from the provider used to send the notification. Because this information comes from the provider, the tab is available only for providers that send delivery status.
Providers fall into three groups, depending on whether and how they share delivery status.
Delivery Status Sent, No Extra Configuration
These providers share the delivery status without any webhooks or callbacks configured on their end.
Delivery Status can be Sent, Configuration Needed
These providers share the delivery status once they’re configured to do so. After that, the Delivery tab shows up in logs.
Delivery Status Not Sent, Configuration not available
These providers can’t share the delivery status, so the Delivery tab isn’t shown for them.
Notification Route
To see the full path a notification took across channels and providers, click the route icon (the branching arrow) to the right of the tabs in the Log Details pop-up. This opens the Notification Route, which displays the path as a flow of blocks that begins at Start. Each block represents one attempt to send the notification through a channel and integration.
For example, if a notification is sent on WhatsApp but isn’t delivered, and your route then sends it by email, the Notification Route shows two blocks: a WhatsApp block marked Undelivered, connected to an email block marked Delivered. You can open each block to see what happened during that attempt.
Reading Blocks and Connectors
Each block shows its channel, the integration used, and the status of that attempt, such as Delivered or Undelivered. Blocks are joined by connectors, and each connector’s label shows why the notification moved on to the next block.
To learn how success criteria and wait times are set up, see Omnichannel Routing.
Clicking on a Block to See Log Details
Click a block in the route to view details of that log. The block you’re viewing is highlighted, and its channel and integration appear at the top of the Trace. The Trace and the tabs, such as Response and Delivery, then show the details for that attempt.