The Content Generator node uses AI to create structured content based on your prompt and schema definition.
The node stores the generated content:
Generated: {{content.data.field_name}}
Status: {{content.status}}
Content Prompt
handlebars
Required
Instructions for what content to generate.
Supports Handlebars syntax:
{{variable_name}}
Output Schema
schema_builder
Required
Define the structure of the generated content.
How it works:
The AI will work with data matching this schema. Required fields trigger follow-up actions if missing. Field descriptions help the AI understand what each field represents.
Available field types:
AI Configuration
agent_settings
Configure the AI model and behavior.
Configuration options:
Temperature guide:
Error Handling
error_handling
Configure how the node handles errors.
Configuration options:
Use retries for transient errors like network issues. Use "continue on error" to implement fallback logic.
This node stores its output in a variable that can be referenced in subsequent nodes using the {{variable}} syntax.
{{variable}}.status
string
Generation status ("success" or "failure")
{{variable}}.data
object
Generated content object matching the defined schema (only present on success)
{{variable}}.error
string
Error message (only present on failure)
{{variable}}.timestamp
string
ISO 8601 timestamp of generation