npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-sendspark

v0.1.15

Published

n8n community node for SendSpark - Create dynamic AI-personalized videos via API

Readme

n8n-nodes-sendspark

n8n.io - Workflow Automation

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.

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-sendspark in Enter npm package name.
  4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
  5. 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:

  1. API Key: Your SendSpark API Key
  2. API Secret: Your SendSpark API Secret

You can obtain these credentials from your SendSpark dashboard under API settings.

Setting up credentials

  1. In n8n, go to Credentials > New.
  2. Search for SendSpark API and select it.
  3. Enter your API Key and API Secret.
  4. Click Save.

Compatibility

  • Minimum n8n version: 0.198.0
  • Tested with n8n version: 1.111.1

Usage

Creating a Dynamic Video Campaign

  1. Add the SendSpark node to your workflow
  2. Select Dynamic Video as the resource
  3. Select Create as the operation
  4. 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

  1. Add the SendSpark node to your workflow
  2. Select Prospect as the resource
  3. Select Add or Add Bulk as the operation
  4. 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

License

MIT