n8n-nodes-sendspark
v0.1.15
Published
n8n community node for SendSpark - Create dynamic AI-personalized videos via API
Maintainers
Readme
n8n-nodes-sendspark

An n8n community node for SendSpark - Create dynamic AI-personalized videos via API.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-sendsparkin Enter npm package name. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
Operations
This node supports the following operations:
Dynamic Video
- Create: Create a new dynamic video campaign
- Get: Get details of a specific dynamic video campaign
- Get Many: Get all dynamic video campaigns in a workspace
Prospect
- Add: Add a single prospect to a dynamic video campaign
- Add Bulk: Add multiple prospects to a dynamic video campaign
- Get: Get prospect data by email from a campaign
Credentials
This node requires SendSpark API credentials. You need:
- API Key: Your SendSpark API Key
- API Secret: Your SendSpark API Secret
You can obtain these credentials from your SendSpark dashboard under API settings.
Setting up credentials
- In n8n, go to Credentials > New.
- Search for SendSpark API and select it.
- Enter your API Key and API Secret.
- Click Save.
Compatibility
- Minimum n8n version: 0.198.0
- Tested with n8n version: 1.111.1
Usage
Creating a Dynamic Video Campaign
- Add the SendSpark node to your workflow
- Select Dynamic Video as the resource
- Select Create as the operation
- Configure the required fields:
- Workspace ID: Your SendSpark workspace ID (found in your dashboard URL or API credentials section)
- Campaign Name: Name for your campaign
- Video Template ID: ID of the video template to use
- Description: Optional description
- Variables: Define dynamic variables for personalization
Finding Your Workspace ID
Your workspace ID can be found in:
- Your SendSpark dashboard URL after
/workspaces/ - Your API credentials section in SendSpark settings
- Example format:
w1dnne4qcatrajzwy4wacx9mf8tym0kd
Adding Prospects to a Campaign
- Add the SendSpark node to your workflow
- Select Prospect as the resource
- Select Add or Add Bulk as the operation
- Configure the prospect details:
- Email: Prospect's email address
- First Name: Prospect's first name
- Last Name: Prospect's last name
- Company: Prospect's company
- Custom Variables: Additional personalization variables
Resources
Version history
- 0.1.0: Initial release with basic SendSpark API integration
