Skip to content

Upload Notion File Node

Data/Notion

Upload Notion File

Uploads a FlowPath file to Notion and returns a file_upload object

data_notion_upload_filedata
Inputs5
Outputs6
Security exposure2/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
4/10Medium
PerformanceRuntime or resource pressure.
5/10Medium
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
3/10High
CostExternal or compute cost impact.
3/10High

Input Pins

5

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Notion provider (from Notion node)

NotionProviderNotionProvider4 fields
provider_idstringrequired
access_tokenstringrequired
workspace_idstring | null
workspace_namestring | null
Schema enforced

File

Struct
file

FlowPath file to upload

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Filename

String
filename

Notion filename. Uses the FlowPath filename when empty.

Content Type

String
content_type

MIME type. Inferred from the filename when empty.

Output Pins

6

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

File Upload

Struct
file_upload

Notion file_upload object

NotionFileUploadNotionFileUpload6 fields
idstringrequired
statusstringrequired
filenamestring | null
content_typestring | null
content_lengthinteger | null
format int64
expiry_timestring | null
Schema enforced

File Upload ID

String
file_upload_id

Notion file upload ID

File Object

Struct
file_object

Notion property/block file object referencing this upload

AnyValueAnyValue0 fields
No named fields in this schema.

Size

Integer
size

Uploaded file size in bytes

Node Info

Internal name
data_notion_upload_file
Category
Data/Notion
Version
1