NAiOS IconNAiOS Logo
Volver al catálogo

Sendspark

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.

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • dynamicsIdstringObligatorio

    Dynamic campaign identifier

  • workspaceIdstringObligatorio

    Workspace identifier

  • prospectListobject[]Obligatorio

    List of prospects to add

  • prospectDepurationConfigobject

    Configuration for prospect deduplication

  • processAndAuthorizeChargebooleanObligatorio

    Must be true to confirm usage-based charges

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add Prospect to Dynamic Video CampaignSENDSPARK_ADD_PROSPECT_TO_DYNAMIC_VIDEO_CAMPAIGNAcción

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.

Parámetros de entrada

  • prospectobjectObligatorio

    The prospect data to add to the dynamic video campaign.

  • dynamicIdstringObligatorio

    Identifier of the dynamic video campaign.

  • workspaceIdstringObligatorio

    Workspace identifier under which the campaign resides.

  • prospectDepurationConfigobject

    Optional deduplication settings for prospect creation.

  • processAndAuthorizeChargebooleanObligatorio

    Must be true to acknowledge and authorize any associated charges.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

API Health StatusSENDSPARK_API_HEALTH_STATUSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Dynamic Video CampaignSENDSPARK_CREATE_DYNAMIC_VIDEO_CAMPAIGNAcción

Tool to create a dynamic video campaign. use when you have a workspace id and want to automate dynamic campaign creation.

Parámetros de entrada

  • namestringObligatorio

    Name of the dynamic video campaign. Must be unique within the workspace

  • workspaceIdstringObligatorio

    ID of the workspace in which to create the campaign

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete WebhookSENDSPARK_DELETE_WEBHOOKAcción

Tool to delete a specific webhook by its id. use when you need to remove an outdated or unnecessary webhook.

Parámetros de entrada

  • webhook_idstringObligatorio

    Unique identifier of the webhook to delete.

  • workspaceIdstring

    Workspace unique identifier. When provided, the deletion will use the v1 workspace-scoped endpoint: /v1/workspaces/{workspaceId}/webhooks/{webhook_id}.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Campaign Prospect Data By EmailSENDSPARK_GET_CAMPAIGN_PROSPECT_DATA_BY_EMAILAcción

Tool to retrieve prospect data by email within a dynamic campaign. use after campaign creation to fetch prospect details.

Parámetros de entrada

  • emailstringObligatorio

    Prospect's email address

  • dynamic_idstringObligatorio

    Dynamic campaign ID

  • workspace_idstringObligatorio

    SendSpark workspace ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Dynamic Campaign by IDSENDSPARK_GET_DYNAMIC_CAMPAIGN_BY_IDAcción

Tool to retrieve details of a specific dynamic video campaign. use after confirming workspace and campaign ids.

Parámetros de entrada

  • dynamic_idstringObligatorio

    ID of the dynamic campaign to retrieve

  • workspace_idstringObligatorio

    ID of the workspace containing the dynamic campaign

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Workspace Prospect Data by EmailSENDSPARK_GET_WORKSPACE_PROSPECT_DATA_BY_EMAILAcción

Tool 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

  • emailanyObligatorioemail

    Prospect email address to retrieve data for

  • dynamic_idstringObligatorio

    Dynamic campaign identifier

  • workspace_idstringObligatorio

    Sendspark workspace identifier

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Dynamic Video CampaignsSENDSPARK_LIST_DYNAMIC_VIDEO_CAMPAIGNSAcción

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

Parámetros de entrada

  • limitinteger

    Number of campaigns per page (max 20)

  • offsetinteger

    Pagination start index (1-based)

  • searchstring

    Search by campaign name

  • filtersstring

    Filter by creator ID

  • workspaceIdstringObligatorio

    Workspace identifier where to list dynamic video campaigns

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List WebhooksSENDSPARK_LIST_WEBHOOKSAcción

Tool to list all configured webhooks. use when you need to audit or verify active webhooks.

Parámetros de entrada

  • workspaceIdstringObligatorio

    Workspace unique identifier

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not