NAiOS IconNAiOS Logo
Volver al catálogo

Spotlightr

spotlightr

Spotlightr is a video hosting and streaming platform that captures leads, updates contacts with engagement data, and provides analytics reporting.

Acciones
2
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 (2)

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.

Get Top VideosSPOTLIGHTR_GET_TOP_VIDEOSAcción

Tool to retrieve the top videos from a spotlightr account. use when you need to list the most viewed videos.

Parámetros de entrada

  • limitinteger

    Number of top videos to return

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

Tool to retrieve analytics metrics for a specified video. use when you have a video id and need its metrics (views, engagement, viewers, watch time).

Parámetros de entrada

  • end_datestring

    End date (YYYY-MM-DD) of the metrics data range

  • video_idstringObligatorio

    ID of the video to fetch metrics for

  • start_datestring

    Start date (YYYY-MM-DD) of the metrics data range

  • metric_typestringenum

    Which metric to retrieve. If omitted, returns all metrics.

    viewsengagementviewersaverage_watch_time

Parámetros de salida

  • dataobjectObligatorio

    Payload with video metrics

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API response status, e.g., 'success'

  • messagestring

    Optional additional message

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not