Sendspark
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.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Sendspark authenticates with an API key. Generate the credential in your Sendspark account, then paste it into FlyMyAI the first time an agent uses a Sendspark action.
Get your Sendspark credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Sendspark API Key | The API Key specific to your Sendspark workspace. (required) |
Sendspark API Secret | The API Secret specific to your Sendspark user profile. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
SENDSPARK_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. | workspaceId, dynamicsId, processAndAuthorizeCharge, prospectList |
SENDSPARK_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. | workspaceId, dynamicId, processAndAuthorizeCharge, prospect |
SENDSPARK_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_CAMPAIGN | Tool to create a dynamic video campaign. use when you have a workspace id and want to automate dynamic campaign creation. | workspaceId, name |
SENDSPARK_DELETE_WEBHOOK | Tool to delete a specific webhook by its id. use when you need to remove an outdated or unnecessary webhook. | webhook_id |
SENDSPARK_GET_CAMPAIGN_PROSPECT_DATA_BY_EMAIL | Tool to retrieve prospect data by email within a dynamic campaign. use after campaign creation to fetch prospect details. | workspace_id, dynamic_id, email |
SENDSPARK_GET_DYNAMIC_CAMPAIGN_BY_ID | Tool to retrieve details of a specific dynamic video campaign. use after confirming workspace and campaign ids. | workspace_id, dynamic_id |
SENDSPARK_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. | workspace_id, dynamic_id, email |
SENDSPARK_LIST_DYNAMIC_VIDEO_CAMPAIGNS | Tool to list all dynamic video campaigns in a workspace. use when retrieving campaigns with optional pagination, filtering, or search. | workspaceId |
SENDSPARK_LIST_WEBHOOKS | Tool to list all configured webhooks. use when you need to audit or verify active webhooks. | workspaceId |