Package Information
Released: 7/11/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 1.0.1
Author: joggai
Documentation
JoggAI Node for n8n
Automate the creation of digital human and marketing videos in your n8n workflows via API.
JoggAI transforms the days-long manual process of video creation into an automated task that takes just a few minutes. Whether you're batch-producing personalized marketing videos or automatically converting blog posts into videos, you can do it all effortlessly within n8n.
✨ Features
- ✅ Create Video from Digital Human: Generate talking head videos using Avatars you've created in your JoggAI dashboard or free ones from the public library.
- ✅ Create Video from Template: Dynamically populate content into preset templates from your JoggAI dashboard to generate videos.
- ✅ URL to Video: Instantly convert any product link into a marketing video.
- ✅ Create Digital Human: Supports various digital human likenesses and voice cloning.
- ✅ Check Video Status: Asynchronously fetch video generation progress, suitable for long rendering tasks.
Prerequisites
Before using this node, please ensure you have:
- A running n8n instance.
- A JoggAI account. If you don't have one, you can register for free here.
🚀 Quick Start
Install the Node in n8n:
- Go to
Settings > Community Nodes
. - Click
Install
and search forn8n-nodes-jogg-ai
.
- Go to
Configure JoggAI Credentials:
- In the
Credentials
section of n8n, clickAdd Credential
. - Search for and select
JoggAI API
. - Go to your JoggAI API settings page to copy your API Key and paste it.
- In the
💡 Example: Automatically Generate Videos from Google Sheets Content
This workflow automatically creates an Talking avatar video using data from n8n Form.
- Use the
N8N Form Trigger
node to monitor for new rows. - Connect the
JoggAI
node. - In the "Text Script" field of the JoggAI node, use an expression to reference column data from the N8N Form, for example:
{{ $json.script }} welcome to joggAI
. - Execute the workflow, and the video will be created automatically.
Want to use this template directly? Click here to copy the workflow in one click.
🔗 Resources
- ⚙️ Full JoggAI API Documentation: docs.jogg.ai
💬 Support & Feedback
- For any bugs or feature requests, please raise them in GitHub Issues.
- If you have questions about usage, feel free to ask and @mention us on the n8n Community Forum.