# Sendspark AI integration on Definable

> Sendspark is a video messaging platform that empowers businesses to create, send, and track personalized video content, simplifying communication by allowing users to quickly record or upload videos and share them via email, social media, or other digital channels.

## What this connects

Sendspark is a video messaging platform that empowers businesses to create, send, and track personalized video content, simplifying communication by allowing users to quickly record or upload videos and share them via email, social media, or other digital channels.

Vendor: https://sendspark.com/

## Tools available

**9** tools available. First 9:

- `SENDSPARK_ADD_MULTIPLE_PROSPECTS_TO_DYNAMIC_CAMPAIGN` — 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.
- `SENDSPARK_ADD_PROSPECT_TO_DYNAMIC_VIDEO_CAMPAIGN` — 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.
- `SENDSPARK_API_HEALTH_STATUS` — 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.
- `SENDSPARK_CREATE_DYNAMIC_VIDEO_CAMPAIGN2` — 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.
- `SENDSPARK_DELETE_WEBHOOK` — 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.
- `SENDSPARK_GET_DYNAMIC_CAMPAIGN_BY_ID` — Get Dynamic Campaign by ID — Tool to retrieve details of a specific dynamic video campaign. Use after confirming workspace and campaign IDs.
- `SENDSPARK_GET_WORKSPACE_PROSPECT_DATA_BY_EMAIL` — 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.
- `SENDSPARK_LIST_DYNAMIC_VIDEO_CAMPAIGNS` — List Dynamic Video Campaigns — Tool to list all dynamic video campaigns in a workspace. Use when retrieving campaigns with optional pagination, filtering, or search.
- `SENDSPARK_LIST_WEBHOOKS` — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Sendspark

Inside a Definable workflow, Sendspark is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Sendspark** — the Researcher (GPT-5.5) pulls context from Sendspark (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Sendspark** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Sendspark (create record, post message, draft email).
- **Designer / Engineer → Distributor → Sendspark** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Sendspark (attach file, open PR comment, post status).

The Verifier checks every Sendspark call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- video & audio — https://definable.ai/apps/category/video-&-audio/
- marketing — https://definable.ai/apps/category/marketing/

## Related

- HTML page: https://definable.ai/apps/sendspark/
- Same category (video & audio): https://definable.ai/apps/category/video-&-audio/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
