Node reference

Amazon Nova Reel for Joomla and WordPress

Amazon Nova Reel is a AI in Generative Video. Generates video from a text prompt using Amazon Nova Reel on Bedrock.

Overview

Amazon Nova Reel is a AI in Generative Video. Generates video from a text prompt using Amazon Nova Reel on Bedrock.

When the flow reaches this step, JOrchestrator calls the configured model using credentials from Node Configuration, then exposes the response fields listed below to downstream steps.

Why use this node

Amazon Nova Reel is a AI step in the Generative Video group. AI steps call language or media models. Use them to generate text, classify content, or produce assets that later steps publish or send.

Typical reasons teams add Amazon Nova Reel to a flow:

  • Generate or transform content with Amazon Nova Reel before publishing or sending
  • Use upstream CMS or webhook fields as prompts or context
  • Keep AI calls inside audited, repeatable flows rather than one-off scripts

Example workflows

Common patterns on the canvas:

  1. Trigger or Webhook → upstream steps → Amazon Nova ReelSend Email or CMS update
  2. Scheduled triggerAmazon Nova ReelDebug (while testing) → production action

How to set it up

Credentials from Node Configuration → AWS; s3:// output URI required.

Good to know

Requires model access in Bedrock and bedrock:InvokeModel permission.

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

User-configured — Design tab

Property keyLabelTypeRequiredVisible whenNotes
promptPrompttextareaYesDescribe the video to generate…
outputS3UriOutput S3 URIpayload-textYess3://my-bucket/nova-reel-output/ S3 folder where Bedrock writes the generated MP4. Your AWS credentials must allow bedrock:InvokeModel and S3 write access.
regionBedrock regionselect (us-east-1 | eu-west-1 | ap-northeast-1; default: us-east-1)NoLeave default unless your AWS config uses another region. Nova Reel v1.1 is only in us-east-1.
modelIdNova Reel modelselect (amazon.nova-reel-v1:0 | amazon.nova-reel-v1:1; default: amazon.nova-reel-v1:0)No
durationSecondsDuration (seconds)select (6 | 12 | 18 | 24 | 30 | 60 | 120; default: 6)No
dimensionResolutionselect (1280x720; default: 1280x720)No
fpsFPSselect (24; default: 24)No
seedSeed (0 = random)payload-text (default: 0)No0
pollIntervalSecondsPoll interval (seconds)select (10 | 15 | 30; default: 15)No
maxPollMinutesMax wait (minutes)select (5 | 10 | 15 | 20 | 30; default: 15)No

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 {{amazon_nova_reel.success}}.

Field keyTypeDescription
successbooleanWhether the operation completed successfully.
regionstringAWS region used for the request.
modelIdstringAI or video model identifier used.
invocationArnstringBedrock async invocation ARN.
outputS3UristringS3 URI of generated output.
resultS3UristringS3 URI of the final video result.
videoUristringProvider API file URI (requires API key to download directly).
statusstringHTTP status code or operation status string.
pollAttemptsnumberNumber of times the node polled for completion.
messagestringHuman-readable status, error, or result summary.

Validation rules

  • Prompt (prompt) must be filled before the flow can be saved.
  • Output S3 URI (outputS3Uri) must be filled before the flow can be saved.