%- include("../../../src/web/views/partials/layout-top", { title }) %>
<% const destinationMap = new Map(destinations.map((item) => [item.platform, item])); %>
<% const templateMap = new Map(templates.map((item) => [item.event_type + ":" + item.platform, item])); %>
<% const statusMap = new Map(platformStatus.map((item) => [item.id, item])); %>
Verified wishlist events and cross-platform notifications. Core availability and public delivery readiness. Create multiple subscriber URLs and paste them into Throne. No Throne endpoints configured. Only destinations with a working Lumi send capability can be enabled. One message per event and platform. Unknown placeholders remain unchanged. No active platform templates are available.Throne Wishlist
Diagnostics
Endpoints
<% endpoints.forEach((endpoint) => { %>
Identifier
UUID
Link
Last payload
Actions
<% }) %>
<%= endpoint.identifier %>
<%= endpoint.uuid %>
<% if (endpoint.last_payload_preview) { %>
<% let preview = {}; try { preview = JSON.parse(endpoint.last_payload_preview); } catch {} %>
<%= preview.event_type || "unknown" %>
<%= preview.event_id || "No event id" %>
<%= preview.authentic ? "Authentic" : "Rejected" %> · <%= formatTimestamp(endpoint.last_payload_at) %>
<% } else { %>
Never
<% } %>
Platform Destinations
Event Messages
Available placeholders
{<%= placeholder %>} <% }) %>
<%= eventType %>