Skip to main content

Generate presentation decks from prompts with Encelade

Workflow preview

Workflow preview
100%
Generate presentation decks from prompts with Encelade preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow starts a presentation generation job in Encelade from a prompt and outline hints, polls Encelade for completion, and outputs the finished deck link (or stops with an er...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-encelade.encelade, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.stopanderror

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Anastasiia.

Original n8n.io source

1.1 Workflow description

Title
Generate presentation decks from prompts with Encelade
Workflow name
Generate presentation decks from prompts with Encelade

Quick overview

This workflow starts a presentation generation job in Encelade from a prompt and outline hints, polls Encelade for completion, and outputs the finished deck link (or stops with an error if generation fails).

How it works

  1. Starts when you manually execute the workflow in n8n.
  2. Sends the topic, slide count, audience, tone, theme settings, and outline hints to Encelade to generate a 6-slide presentation.
  3. Waits 20 seconds and then checks the Encelade session status using the returned session ID.
  4. If the session phase is not finished, it keeps waiting and rechecking until the phase changes.
  5. When the phase is "done", it returns the generated deck link and project PID.
  6. When the phase is "failed", it stops the workflow and raises an error with the failure details.

Setup

  1. Install and configure Encelade credentials in n8n for the Encelade node.
  2. Update the generation inputs (topic, page count, outline hints, audience/tone, theme mode, and media provider) to match the deck you want to create.
  3. Ensure the workflow has enough time to complete by adjusting the 20-second wait interval if your Encelade generations typically take longer.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Manual Execution Trigger

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 7 - Generate Presentation Deck

Type / Role
n8n-nodes-encelade.encelade - encelade
Config choices
Version 1

Block 8 - Wait 20 Seconds

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 9 - Check Deck Status

Type / Role
n8n-nodes-encelade.encelade - encelade
Config choices
Version 1

Block 10 - If Deck Ready

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 11 - Set Deck Details

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - If Generation Failed

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 13 - Stop on Generation Failure

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

3. Summary Table

Workflow Generate presentation decks from prompts with Encelade
Complexity intermediate
Nodes 13
Categories Content Creation, Multimodal AI
Author Anastasiia
Published 17 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16455/16455.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate presentation decks from prompts with Encelade do?

Quick overview This workflow starts a presentation generation job in Encelade from a prompt and outline hints, polls Encelade for completion, and outputs the finished deck link (or stops with an er...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.