Build a dashboard view
- Open a custom dashboard.
- Select Create with Milian.
- Describe the metrics, time range, comparison, and filters you need.
- Select Preview insights and review every proposed card.
- Select Add insights to save the cards.
Show success rate and average duration for outbound calls in the last 30 days.Generated cards work like manually created dashboard widgets. You can edit, resize, reorder, or remove them afterward.
Supported questions
You can ask about conversation volume, activity over time, success rate, call duration, assistant and campaign performance, outcomes, status, direction, sentiment, and recent conversations. Supported time ranges include 7, 14, 30, and 90 days, with optional comparison to the previous period. Filters use the values available in Famulor. If a request cannot be represented, the preview explains what to change instead of adding an uncertain result.Dashboards always use data from the active workspace. Preview every proposed card before adding it, especially when your question contains several filters.
Public API
UsePOST /api/v1/dashboards/{id}/natural-language to generate a preview. Send the returned plan to PUT /api/v1/dashboards/{id}/natural-language to validate and save its widgets.
Both operations require the dashboards:write scope. See the API reference for the complete request and response schema.