Notion

notion_create_data_source

Create a new data source (table) under an existing database. Data sources are individual tables within a database (API 2025-09-03).

Remote node2flow/notion

Other tools also called notion_create_data_source? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "title": {
      "type": "array",
      "description": "Title as rich text: [{ \"type\": \"text\", \"text\": { \"content\": \"My Table\" } }]"
    },
    "properties": {
      "type": "object",
      "description": "Property schema definitions"
    },
    "database_id": {
      "type": "string",
      "description": "Parent database ID"
    }
  }
}
          

Provider

Notion →