This page explains how to wire your Notion links and (optionally) embed live metric views.
Edit assets/config.js
and paste your Notion page URLs:
window.CB_LINKS = {
prompts: "https://notion.so/your-prompt-library",
outreach: "https://notion.so/your-outreach",
inventory: "https://notion.so/your-inventory",
seo: "https://notion.so/your-seo",
perf: "https://notion.so/your-performance",
sops: "https://notion.so/your-sops",
automation: "https://notion.so/your-automation",
events: "https://notion.so/your-events",
training: "https://notion.so/your-training",
revenue: "https://notion.so/your-revenue",
metricActivePrompts: "https://notion.so/view-active-prompts",
metricHotLeads: "https://notion.so/view-hot-leads",
metricRevenueThisMonth: "https://notion.so/view-revenue-this-month"
};
/wp-content/uploads/os-dashboard/
and create a page using an HTML block that iframes index.html
.Use filtered Notion views and paste their share URLs into config.js (metric keys). Clicking the metric tiles opens them.
Use Notion API + your database IDs to fetch counts/sums and inject into the three tiles.