NAiOS IconNAiOS Logo
Volver al catálogo

Productlane

productlane

Productlane is a customer support and feedback system designed for modern companies, built on Linear.

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

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.

Enable Productlane WidgetPRODUCTLANE_ENABLE_WIDGETAcción

Tool to enable the productlane widget. use after confirming the widget is currently disabled.

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

Close Productlane WidgetPRODUCTLANE_WIDGET_CLOSEAcción

Tool to close the productlane widget. use when you need to hide the widget after completing an interaction.

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

Disable Productlane WidgetPRODUCTLANE_WIDGET_DISABLEAcción

Tool to disable the productlane widget across the entire page. use when needing to turn off the widget programmatically.

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

Widget off eventPRODUCTLANE_WIDGET_OFF_EVENTAcción

Tool to remove a previously registered widget event listener. use after widget setup to deregister callbacks.

Parámetros de entrada

  • eventstringObligatorioenum

    The widget event name to unregister.

    loadedopenedclosedtoggledcustomLinkClickedopenDocsPage
  • callbackstringObligatorio

    The JavaScript callback function reference to remove. Must match the original function passed to Productlane.on().

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

Register Widget Event ListenerPRODUCTLANE_WIDGET_ON_EVENTAcción

Tool to register a listener for productlane widget events. use after widget initialization to run custom logic on 'open', 'close', 'submit', or 'widgetloaded' events.

Parámetros de entrada

  • eventstringObligatorioenum

    Name of the widget event to listen for. Supported events: 'open', 'close', 'widgetLoaded', 'submit'.

    openclosewidgetLoadedsubmit
  • callbackstringObligatorio

    JavaScript function or arrow function to execute when the event fires. E.g., '(data) => console.log(data)'.

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

Open Productlane WidgetPRODUCTLANE_WIDGET_OPENAcción

Tool to generate a javascript snippet that opens the productlane widget. use when you need to programmatically display the widget on your front-end after page load.

Parámetros de entrada

  • viewstringenum

    The widget view to open. Valid values: 'INDEX', 'CHANGELOG', 'DOCS', 'FEEDBACK'. Defaults to 'INDEX' if not provided.

    INDEXCHANGELOGDOCSFEEDBACK

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

Open Productlane Docs Article in WidgetPRODUCTLANE_WIDGET_OPEN_DOCSAcción

Tool to open a specific docs article in the productlane widget. use after widget initialization and load.

Parámetros de entrada

  • document_idstring

    Internal ID of the docs article. Provide either this or document_url_name.

  • document_url_namestring

    URL path of the docs article, e.g., 'get-started/quickstart'. Provide either this or document_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

Toggle Productlane WidgetPRODUCTLANE_WIDGET_TOGGLEAcción

Tool to toggle the productlane widget between open and closed states. use after widget initialization.

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