Sendspark icon

Sendspark

Video messaging platform for dynamic video campaigns, prospects, workspaces, webhooks, and API health.

Fits sales teams that build personalized video campaigns, add prospects in bulk, and listen for delivery webhooks.

Sign in to connect Sendspark

Sign in to connect an account and start using Sendspark in your apps.

Example Use Cases

These are example ways Snow can use Sendspark when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Add Multiple Prospects to Dynamic Campaign

Tool to add multiple prospects to a dynamic campaign in bulk. Use when you need to add many prospects to your dynamic video campaign at once after confirming associated charges.

Add Prospect to Dynamic Video Campaign

Tool to add a prospect to a dynamic video campaign. Use after confirming workspace and campaign IDs. Example: Add new prospect with name/contact details to dynamic "dyn12345" under a known workspace.

API Health Status

Tool to check the health status of the Sendspark API. Use before making other API calls to ensure the service is up.

Create Dynamic Video Campaign V2

Tool to create a dynamic video campaign in a workspace. Use when you need to create a container for AI-personalized dynamic videos that can be sent to prospects.

Delete Webhook

Delete a webhook by its unique ID. Returns a structured response with status code and message. This action is idempotent: deleting a non-existent webhook (404) with workspaceId provided returns success. Invalid webhook IDs return 400 with error details. Best practice: Always provide workspaceId to use the reliable workspace-scoped endpoint.

Get Dynamic Campaign by ID

Tool to retrieve details of a specific dynamic video campaign. Use after confirming workspace and campaign IDs.

Get Workspace Prospect Data by Email

Tool to retrieve prospect data by email in a dynamic campaign. Use after adding a prospect to a campaign to fetch its details.

List Dynamic Video Campaigns

Tool to list all dynamic video campaigns in a workspace. Use when retrieving campaigns with optional pagination, filtering, or search.

List Webhooks

Retrieves all configured webhooks for a Sendspark workspace. Webhooks are automated notifications sent when specific events occur in dynamic video campaigns (e.g., video created, video played, CTA clicked, video opened). Use this action to audit active webhook configurations, verify webhook URLs, or check which events are being monitored. Returns an empty list if no webhooks are configured.