/

Microsoft Dynamics 365

Transform Microsoft Dynamic data into live dashboards with automatic syncing and intelligent chart generation.

Overview

Connect MD 365 databases to visualize Inventory, sales, accounting, & CRM data, or any structured information stored in MD365. Zurck reads your database properties and generates relevant visualizations automatically. Changes made in MD365 appear in dashboards instantly, keeping teams aligned without leaving their workspace.

How it works

Authorize Zurck to access Notion databases through OAuth. Select which databases to visualize, and Lumis maps properties to chart axes based on property types (select, date, number, etc.). Create cross-database dashboards that combine multiple Notion databases into unified views.

Configure - implementation details

Notion API webhooks enable real-time updates. Property type detection automatically selects optimal visualization methods.

// Notion database query
const notion = new Client({auth: process.env.NOTION_TOKEN});

async function queryDatabase(databaseId) {
  const response = await notion.databases.query({
    database_id: databaseId,
    sorts: [{property: 'Created', direction: 'descending'}]
  });
  
  return response.results.map(page => ({
    id: page.id,
    properties: page.properties
  }));
}

Microsoft Dynamics 365

Category

Project Management

Data Sources

ERP Systems

POS Systems

Date Added

Jan 9, 2025

Ready to transform your data workflow?

14 day trial, no credit card required.