Skip to content

Update Confluence Page Node

Data/Atlassian/Confluence

Update Confluence Page

Update an existing Confluence page's title or body

data_atlassian_confluence_update_pagedata
Inputs6
Outputs3
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.
3/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
3/10High

Input Pins

6

Input

Execution
exec_in

Trigger the update

Provider

Struct
provider

Atlassian provider (from Atlassian node)

AtlassianProviderAtlassianProvider7 fields
provider_idstringrequired

The provider ID

access_tokenstringrequired

The access token (OAuth, API token, or PAT)

base_urlstringrequired

The base URL for the Atlassian instance For cloud: https://your-domain.atlassian.net For server/data center: https://your-server.com

emailstring | null

Email for Cloud API token auth (not needed for OAuth or Server PAT)

is_cloudbooleanrequired

Whether this is a cloud instance

auth_typestringrequired

Authentication type: "oauth", "api_token" (cloud), or "pat" (server/dc)

cloud_idstring | null

Cloud ID for OAuth (required for OAuth to call APIs via api.atlassian.com)

default null
Schema enforced

Page ID

String
page_id

The ID of the page to update

Title

String
title

New page title (leave empty to keep current)

Body

String
body

New page body content (HTML/storage format, leave empty to keep current)

Version Message

String
version_message

Optional message for this version (shows in page history)

Output Pins

3

Success

Execution
exec_out

Triggered when page is updated successfully

Error

Execution
error

Triggered when an error occurs

Page

Struct
page

The updated Confluence page

ConfluencePageConfluencePage11 fields
idstringrequired

Page ID

titlestringrequired

Page title

space_keystringrequired

Space key

statusstringrequired

Page status (current, trashed, draft)

bodyanyOf (2)

Page body content

variant 1ConfluenceContentBodyvariant
storagestring | null

Body in storage format (HTML-like)

viewstring | null

Body in view format (rendered HTML)

atlas_doc_formatstring | null

Body in plain text (for Confluence Cloud API v2)

variant 2nullvariant
parent_idstring | null

Parent page ID (if any)

versioninteger:int64required

Page version number

format int64
authoranyOf (2)

Page author

variant 1ConfluenceUservariant
account_idstringrequired

User account ID

display_namestringrequired

User display name

emailstring | null

User email (if available)

profile_picture_urlstring | null

Profile picture URL

variant 2nullvariant
created_atstringrequired

Creation timestamp

updated_atstringrequired

Last update timestamp

urlstringrequired

Web URL to the page

Schema enforced

Node Info

Internal name
data_atlassian_confluence_update_page
Category
Data/Atlassian/Confluence
Version
1