Node reference

Update Article for Joomla

Updates an existing article's title, content, category, state, metadata, images, tags, and author.

Overview

Updates an existing article's title, content, category, state, metadata, images, tags, and author.

When the flow reaches this step, JOrchestrator executes Update Article against your linked site or an external integration, using the field values you set on General and Design. Downstream steps can read the output payload fields defined for this node.

Why use this node

Update Article is a action step in the Articles group. Action steps run in the middle or end of a flow. They perform work on your CMS, call external services, or transform data for the next step.

Typical reasons teams add Update Article to a flow:

  • Update Article on your linked Joomla site when the flow reaches this step
  • Update article based on webhook, schedule, or CMS event data
  • Integrate Articles operations with messaging, AI, or database steps in one canvas

Example workflows

Common patterns on the canvas:

  1. Trigger or Webhook → upstream steps → Update ArticleSend Email or CMS update
  2. Scheduled triggerUpdate ArticleDebug (while testing) → production action

How to set it up

Pick the article on General; leave optional fields empty to keep current values.

Good to know

Tag labels from payload merge onto the article without removing existing tags when configured.

Properties panel

The designer shows these tabs for this node:

TabPurpose
InfoPlain-language description and output payload fields for downstream steps
GeneralCanvas label and read-only node ID
AIOptional assistant to help draft settings from plain language
DesignNode-specific configuration fields

System (automatic — not edited by the user)

These fields are managed by the designer or runtime — you do not type into them directly:

Property keyLabelTypeRequiredVisible whenNotes
_nodeIdNode IDnode-idNo
_payloadFieldsAvailable Fieldspayload-panelNo

User-configured — General tab

Property keyLabelTypeRequiredVisible whenNotes
labelLabeltextNoNode label
titleNew Title (optional)textNoLeave empty to keep current

| tagLabels | Tag labels from payload (optional) | payload-text | No | — | ["News","Fashion"] or {{node_id.tags}} Optional JSON array of tag titles after resolving {{placeholders}}, e.g. ["News","Fashion"] or {{node_id.tags}}.

If a title does not exist in Joomla Tags, it is created when the flow runs (same defaults as Create Tag: under root, published). Requires permission to create tags. Values are merged with Tags (existing) above and deduplicated. Leave both empty to leave article tags unchanged on update. |

aliasNew alias (optional)payload-textNoLeave empty to keep current
accessAccess (optional)select (` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8`)No
featuredFeatured (optional)toggleNo
noteNote (optional)textNoLeave empty to keep current
publish_upStart publishing (optional)datetimeNo
publish_downFinish publishing (optional)datetimeNo
createdByAliasAuthor alias (optional)textNoLeave empty to keep current
metadescMeta description (optional)textareaNoLeave empty to keep current
metakeyMeta keywords (optional)payload-textNoLeave empty to keep current
stateNew State (optional)select (` | published | unpublished | archived | trashed`)No

User-configured — Design tab

Property keyLabelTypeRequiredVisible whenNotes
introtextNew Intro Text (optional)wysiwygNoLeave empty to keep current
fulltextNew Full Text (optional)wysiwygNoLeave empty to keep current
imageIntroIntro image (optional)article-image-sourceNo{{ai_node.image}} or images/… or data:image/png;base64,… Drag {{node.image}}, {{node.path}}, or {{node.url}} from a prior step, paste data:image/…;base64,…, pick from Joomla media below, or enter images/… path. When the resolved value is image bytes (data URI, raw base64, or https URL), it is saved under /images using the save options below (same rules as Upload Media).
imageIntroUseRandomNameIntro image: random file name when saving bytestoggle (default: true)NoOn: auto name under folder. Off: use path below as full images/… path.
imageIntroFolderIntro image: folder under /imagespayload-textNoe.g. articles/2025 — optional when saving bytes from {{placeholders}}
imageIntroSavePathIntro image: path under folderpayload-textNoRandom name ON: subfolders only (e.g. hero). OFF: full path + filename (e.g. hero/cover.jpg).
imageIntroRandomSaltIntro image: name prefix (optional)random-name-saltNoimageIntroUseRandomName === true
imageIntroAltIntro image alt (optional)payload-textNo
imageIntroCaptionIntro image caption (optional)payload-textNo
imageFulltextFull article image (optional)article-image-sourceNo{{ai_node.image}} or images/… or data:image/png;base64,… Drag {{node.image}}, {{node.path}}, or {{node.url}} from a prior step, paste data:image/…;base64,…, pick from Joomla media below, or enter images/… path. When the resolved value is image bytes (data URI, raw base64, or https URL), it is saved under /images using the save options below (same rules as Upload Media).
imageFulltextUseRandomNameFull article image: random file name when saving bytestoggle (default: true)NoOn: auto name under folder. Off: use path below as full images/… path.
imageFulltextFolderFull article image: folder under /imagespayload-textNoe.g. articles/2025 — optional when saving bytes from {{placeholders}}
imageFulltextSavePathFull article image: path under folderpayload-textNoRandom name ON: subfolders only (e.g. hero). OFF: full path + filename (e.g. hero/cover.jpg).
imageFulltextRandomSaltFull article image: name prefix (optional)random-name-saltNoimageFulltextUseRandomName === true
imageFulltextAltFull article image alt (optional)payload-textNo
imageFulltextCaptionFull article image caption (optional)payload-textNo

CMS-backed or hybrid (loaded from the linked site at design time)

These fields can pull live options or values from the Joomla/WordPress site linked to the flow:

Property keyLabelTypeRequiredVisible whenNotes
createdByAuthor (optional)email-recipientNoChange displayed author — user ID or select user… Value kind: userId

CMS-backed (options from the linked site)

Property keyLabelTypeRequiredVisible whenNotes
idArticle to Updatearticle-selectYes
catidNew Category (optional)category-selectNoLeave empty to keep current
tagIdsTags (existing)tags-multiNoReplace article tags when you select or add labels below
languageLanguage (optional)content-language-selectNoLeave empty to keep current

CMS site configuration (not on this node's properties panel)

Credentials, API keys, mailers, SMTP, and integration defaults are configured in the CMS plugin under Node Configuration, not per step on this node. Link the flow to a domain before testing CMS-backed fields.

Output payload fields

After this step runs, later nodes can reference these fields using placeholders such as {{update_article.id}}.

Field keyTypeDescription
idstringPrimary record identifier.
titlestringTitle text for the created or updated record.
urlstringPublic HTTP URL to a resource on the site.
linkstringCanonical link URL for the record.
aliasstringURL-safe alias / slug.
catidstringCategory ID.
statenumberPublished state (0 = unpublished, 1 = published).
created_bynumberNumeric value from this node's output.
introtextstringArticle introduction / teaser HTML.
fulltextstringArticle main body HTML.
imageIntrostringIntro image URL on the article.
imageFulltextstringFulltext image URL on the article.
tag_idsobjectTag IDs attached to the article.