add_database_entries
Batch create multiple Notion database entries in one call. Each entry uses a simple key-value format, and partial failures are reported individually without blocking the rest.
Instructions
Create multiple entries in a database in one call. Each entry uses the same simple key-value format as add_database_entry. Returns per-entry results — partial failures don't block the batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | Array of property objects, same format as add_database_entry | |
| page_id | No | Alias accepted when database_id is absent. If the ID is a page containing exactly one inline database, it resolves to that database. Providing both database_id and page_id with different values is an error. | |
| database_id | No | Database ID |