Robolly Node is a robust integration for n8n that enables seamless interaction with the Robolly API. With this node, you can generate high-quality images and videos and easily manage templates within your n8n workflows. It’s designed to help automate creative content generation with advanced customization options.
- Overview
- Exclusive Features
- Installation
- Configuration
- Operations
- Node Fields
- Examples
- Troubleshooting
- Support
The Robolly Node integrates with the Robolly API to offer powerful functionalities including:
- Image Generation: Create customizable, high-quality images.
- Video Generation: Produce dynamic videos with transitions and effects.
- Template Management: Retrieve and manage templates for both images and videos.
- Render Management: Access and manage previously generated renders.
This node is ideal for automating workflows such as social media content, marketing materials, course certificates, and personalized media.
- AVIF: Next-gen format with superior compression.
- WebP: Modern format with excellent compression.
- TIFF: High-quality, lossless format.
- AV1: High-efficiency codec with excellent compression.
- WebP: Animation format with efficient compression.
- WebM: Video format with effective compression.
- GIF: Widely compatible animation format.
- H.264 (AVC): Well-supported video codec.
- HEVC (H.265): Enhanced video coding with improved compression.
- VP9: Open-source codec offering efficient compression.
- Binary & JSON Output: Retrieve outputs in both binary and JSON formats.
- Render Link: Generate a Base64-encoded render link.
- Movie Generation: Manually request API integration data.
- Open your n8n instance and navigate to the Settings/Community Nodes panel.
- Click Install.
- Enter
nskha@n8n-nodes-robolly
and click Install. - Accept the Community Nodes License.
- Wait for the installation to complete.
- Locate Robolly in your nodes list.
- Run the following command:
npm install nskha@n8n-nodes-robolly
- Restart your n8n server.
- Add the Robolly node to your workflow via the node panel.
Add the following to your Dockerfile:
# Switch to root user to install the node
USER root
# Install the Robolly node in a custom path (recommended outside the volume)
RUN npm install --prefix /home/node/nskha-custom-nodes nskha@n8n-nodes-robolly@latest
# Configure allowed external modules:
# NODE_FUNCTION_ALLOW_EXTERNAL=*
# OR (for only our nodes)
# NODE_FUNCTION_ALLOW_EXTERNAL=nskha@*
# Switch back to the node user
USER node
-
Obtain API Key:
Log in to your Robolly account and generate an API key from the API Settings. -
Configure in n8n:
- Select the Robolly node in your workflow.
- Click Credentials.
- Enter your API key and save.
The Robolly Node supports several operations:
Retrieve a list of available templates for image or video generation.
- Fields:
Templates Type
: Filter by image, video, or all.Return All Items
: Retrieve all templates or limit the results.
Retrieve and customize template elements.
- Field:
Template Name or ID
: Specify the template to retrieve elements from.
Create an image based on a selected template.
- Fields:
Image Template
: Choose the template.Image Format
: Select the output format (JPG or PNG).Image Scale
: Adjust the scale (default, low, high, or super high quality).Template Elements
: Customize elements like text and colors.
Produce a video based on a selected template.
- Fields:
Video Template
: Choose the template.Template Elements
: Customize transitions, effects, etc.
Access previously generated renders.
- Field:
Return All Items
: Retrieve all renders or limit the output.
- Render Link: Generate a Base64-encoded render link.
- Movie Generation: Manually request API integration JSON data.
- Image Template
- Image Format
- Image Scale
- Template Elements
- Video Template
- Template Elements
- Templates Type
- Add the Robolly node to your workflow.
- Select the
Generate Image
operation. - Choose an image template and customize the settings (format, scale, elements).
- Execute the workflow to generate the image.
- Add the Robolly node to your workflow.
- Select the
Get Templates
operation. - Filter templates by type (image, video, or all).
- Execute the workflow to retrieve the template list.
- Invalid API Key: Verify that your API key is correctly entered.
- Large Data Retrieval: Use the
Limit
field to control the number of items returned. - Template Not Found: Confirm that the specified template ID exists in your Robolly account.
- Documentation: Robolly API Reference
- Community: Join the Robolly Community Forum on Facebook
- GitHub: n8n GitHub Repository
- Community Forum: n8n Community Forum
- GitHub: Robolly Custom Node Repository
- Discord: Join the Nskha Discord Server