Notion Org Chart Generator

  • spidoosho/notion-org-chart-generator
  • Modified
  • Users 19
  • Runs 152
  • Created by Author's avatarAnh Tuan Hoang

Generate an image of organization chart from the Employee directory in Notion.

Integration token

integrationToken

Required

string

Token of the integration to the Notion database. Token can be found in https://www.notion.so/my-integrations. Token starts with 'secret_'

Database

database

Required

string

Notion URL to the database or Database ID can be found in the url of the Notion page.

Person name

personName

Required

string

Name of the column in the Notion database with name of the people.

Relation name

relationName

Required

string

Name of the column in the Notion database with which relations in the orgchart will be made.

Person description

personDescription

Optional

array

Name of the columns in the Notion database which will be added to the chart bellow the person name

Type of chart

typeOfChart

Required

Enum

Choose type of charts: Google charts - chart can be too wide for many people, Unformatted Nested List - simple without formatting

Options:

"googleCharts": string"unformatted": string"twoLevel": string