Node reference

Create Article for Joomla

Creates a new Joomla article with title, intro/full text, category, publishing options, SEO meta, images, tags, and author.

Overview

Creates a new Joomla article with title, intro/full text, category, publishing options, SEO meta, images, tags, and author.

When the flow reaches this step, JOrchestrator executes Create 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

Create 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 Create Article to a flow:

  • Create Article on your linked Joomla site when the flow reaches this step
  • Create 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 → Create ArticleSend Email or CMS update
  2. Scheduled triggerCreate ArticleDebug (while testing) → production action

How to set it up

General tab — title, category, state, tags, and metadata. Design tab — intro/full HTML, intro and full article images (path, URL, base64, or {{upload.path}}).

Good to know

Image fields accept media paths under /images or placeholders from upstream AI/upload nodes.

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
titleArticle Titlepayload-textYesTitle or drag a payload field here
stateStateselect (published | unpublished | archived)No

| 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. |

aliasAlias (optional)payload-textNoURL segment; auto from title if empty
accessAccessselect (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8; default: 1)No
featuredFeaturedtoggle (default: false)No
noteNote (optional)textNoInternal note
publish_upStart publishingdatetimeNoOptional
publish_downFinish publishingdatetimeNoOptional
createdByAliasAuthor alias (optional)textNoDisplayed author name override
metadescMeta descriptiontextareaNoSEO description (optional)
metakeyMeta keywordspayload-textNoComma-separated keywords (optional)

User-configured — Design tab

Property keyLabelTypeRequiredVisible whenNotes
introtextIntro TextwysiwygNoArticle intro
fulltextFull TextwysiwygNoArticle content
imageIntroIntro imagearticle-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 textpayload-textNoOptional
imageIntroCaptionIntro image captionpayload-textNoOptional
imageFulltextFull article imagearticle-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 textpayload-textNoOptional
imageFulltextCaptionFull article image captionpayload-textNoOptional

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
createdByAuthoremail-recipientNoUser ID, {{placeholder}}, or select Joomla user… Value kind: userId

CMS-backed (options from the linked site)

Property keyLabelTypeRequiredVisible whenNotes
catidCategorycategory-selectYesSelect category
tagIdsTags (existing)tags-multiNoSelect one or more Joomla tags
languageLanguagecontent-language-selectNoSelect language (* = all)

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 {{create_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.

Validation rules

  • Article Title (title) must be filled before the flow can be saved.