Sendspark
sendsparkSendspark 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.
Acciones disponibles (10)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add Multiple Prospects to Dynamic CampaignSENDSPARK_ADD_MULTIPLE_PROSPECTS_TO_DYNAMIC_CAMPAIGNAcciónTool 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_MULTIPLE_PROSPECTS_TO_DYNAMIC_CAMPAIGNAcciónTool 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.
Parámetros de entrada
dynamicsIdstringObligatorioDynamic campaign identifier
workspaceIdstringObligatorioWorkspace identifier
prospectListobject[]ObligatorioList of prospects to add
prospectDepurationConfigobjectConfiguration for prospect deduplication
processAndAuthorizeChargebooleanObligatorioMust be true to confirm usage-based charges
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add Prospect to Dynamic Video CampaignSENDSPARK_ADD_PROSPECT_TO_DYNAMIC_VIDEO_CAMPAIGNAcciónTool 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_ADD_PROSPECT_TO_DYNAMIC_VIDEO_CAMPAIGNAcciónTool 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.
Parámetros de entrada
prospectobjectObligatorioThe prospect data to add to the dynamic video campaign.
dynamicIdstringObligatorioIdentifier of the dynamic video campaign.
workspaceIdstringObligatorioWorkspace identifier under which the campaign resides.
prospectDepurationConfigobjectOptional deduplication settings for prospect creation.
processAndAuthorizeChargebooleanObligatorioMust be true to acknowledge and authorize any associated charges.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
API Health StatusSENDSPARK_API_HEALTH_STATUSAcciónTool to check the health status of the sendspark api. use before making other api calls to ensure the service is up.
SENDSPARK_API_HEALTH_STATUSAcciónTool to check the health status of the sendspark api. use before making other api calls to ensure the service is up.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Dynamic Video CampaignSENDSPARK_CREATE_DYNAMIC_VIDEO_CAMPAIGNAcciónTool to create a dynamic video campaign. use when you have a workspace id and want to automate dynamic campaign creation.
SENDSPARK_CREATE_DYNAMIC_VIDEO_CAMPAIGNAcciónTool to create a dynamic video campaign. use when you have a workspace id and want to automate dynamic campaign creation.
Parámetros de entrada
namestringObligatorioName of the dynamic video campaign. Must be unique within the workspace
workspaceIdstringObligatorioID of the workspace in which to create the campaign
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookSENDSPARK_DELETE_WEBHOOKAcciónTool to delete a specific webhook by its id. use when you need to remove an outdated or unnecessary webhook.
SENDSPARK_DELETE_WEBHOOKAcciónTool to delete a specific webhook by its id. use when you need to remove an outdated or unnecessary webhook.
Parámetros de entrada
webhook_idstringObligatorioUnique identifier of the webhook to delete.
workspaceIdstringWorkspace unique identifier. When provided, the deletion will use the v1 workspace-scoped endpoint: /v1/workspaces/{workspaceId}/webhooks/{webhook_id}.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Campaign Prospect Data By EmailSENDSPARK_GET_CAMPAIGN_PROSPECT_DATA_BY_EMAILAcciónTool to retrieve prospect data by email within a dynamic campaign. use after campaign creation to fetch prospect details.
SENDSPARK_GET_CAMPAIGN_PROSPECT_DATA_BY_EMAILAcciónTool to retrieve prospect data by email within a dynamic campaign. use after campaign creation to fetch prospect details.
Parámetros de entrada
emailstringObligatorioProspect's email address
dynamic_idstringObligatorioDynamic campaign ID
workspace_idstringObligatorioSendSpark workspace ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Dynamic Campaign by IDSENDSPARK_GET_DYNAMIC_CAMPAIGN_BY_IDAcciónTool to retrieve details of a specific dynamic video campaign. use after confirming workspace and campaign ids.
SENDSPARK_GET_DYNAMIC_CAMPAIGN_BY_IDAcciónTool to retrieve details of a specific dynamic video campaign. use after confirming workspace and campaign ids.
Parámetros de entrada
dynamic_idstringObligatorioID of the dynamic campaign to retrieve
workspace_idstringObligatorioID of the workspace containing the dynamic campaign
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workspace Prospect Data by EmailSENDSPARK_GET_WORKSPACE_PROSPECT_DATA_BY_EMAILAcciónTool to retrieve prospect data by email in a dynamic campaign. use after adding a prospect to a campaign to fetch its details.
SENDSPARK_GET_WORKSPACE_PROSPECT_DATA_BY_EMAILAcciónTool to retrieve prospect data by email in a dynamic campaign. use after adding a prospect to a campaign to fetch its details.
Parámetros de entrada
emailanyObligatorioemailProspect email address to retrieve data for
dynamic_idstringObligatorioDynamic campaign identifier
workspace_idstringObligatorioSendspark workspace identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Dynamic Video CampaignsSENDSPARK_LIST_DYNAMIC_VIDEO_CAMPAIGNSAcciónTool to list all dynamic video campaigns in a workspace. use when retrieving campaigns with optional pagination, filtering, or search.
SENDSPARK_LIST_DYNAMIC_VIDEO_CAMPAIGNSAcciónTool to list all dynamic video campaigns in a workspace. use when retrieving campaigns with optional pagination, filtering, or search.
Parámetros de entrada
limitintegerNumber of campaigns per page (max 20)
offsetintegerPagination start index (1-based)
searchstringSearch by campaign name
filtersstringFilter by creator ID
workspaceIdstringObligatorioWorkspace identifier where to list dynamic video campaigns
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WebhooksSENDSPARK_LIST_WEBHOOKSAcciónTool to list all configured webhooks. use when you need to audit or verify active webhooks.
SENDSPARK_LIST_WEBHOOKSAcciónTool to list all configured webhooks. use when you need to audit or verify active webhooks.
Parámetros de entrada
workspaceIdstringObligatorioWorkspace unique identifier
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not