Productlane
productlaneProductlane is a customer support and feedback system designed for modern companies, built on Linear.
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ónTool to enable the productlane widget. use after confirming the widget is currently disabled.
PRODUCTLANE_ENABLE_WIDGETAcciónTool to enable the productlane widget. use after confirming the widget is currently disabled.
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
Close Productlane WidgetPRODUCTLANE_WIDGET_CLOSEAcciónTool to close the productlane widget. use when you need to hide the widget after completing an interaction.
PRODUCTLANE_WIDGET_CLOSEAcciónTool 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
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
Disable Productlane WidgetPRODUCTLANE_WIDGET_DISABLEAcciónTool to disable the productlane widget across the entire page. use when needing to turn off the widget programmatically.
PRODUCTLANE_WIDGET_DISABLEAcciónTool 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
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
Widget off eventPRODUCTLANE_WIDGET_OFF_EVENTAcciónTool to remove a previously registered widget event listener. use after widget setup to deregister callbacks.
PRODUCTLANE_WIDGET_OFF_EVENTAcciónTool to remove a previously registered widget event listener. use after widget setup to deregister callbacks.
Parámetros de entrada
eventstringObligatorioenumThe widget event name to unregister.
loadedopenedclosedtoggledcustomLinkClickedopenDocsPagecallbackstringObligatorioThe JavaScript callback function reference to remove. Must match the original function passed to Productlane.on().
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
Register Widget Event ListenerPRODUCTLANE_WIDGET_ON_EVENTAcciónTool to register a listener for productlane widget events. use after widget initialization to run custom logic on 'open', 'close', 'submit', or 'widgetloaded' events.
PRODUCTLANE_WIDGET_ON_EVENTAcciónTool 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
eventstringObligatorioenumName of the widget event to listen for. Supported events: 'open', 'close', 'widgetLoaded', 'submit'.
openclosewidgetLoadedsubmitcallbackstringObligatorioJavaScript function or arrow function to execute when the event fires. E.g., '(data) => console.log(data)'.
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
Open Productlane WidgetPRODUCTLANE_WIDGET_OPENAcciónTool 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.
PRODUCTLANE_WIDGET_OPENAcciónTool 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
viewstringenumThe widget view to open. Valid values: 'INDEX', 'CHANGELOG', 'DOCS', 'FEEDBACK'. Defaults to 'INDEX' if not provided.
INDEXCHANGELOGDOCSFEEDBACK
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
Open Productlane Docs Article in WidgetPRODUCTLANE_WIDGET_OPEN_DOCSAcciónTool to open a specific docs article in the productlane widget. use after widget initialization and load.
PRODUCTLANE_WIDGET_OPEN_DOCSAcciónTool to open a specific docs article in the productlane widget. use after widget initialization and load.
Parámetros de entrada
document_idstringInternal ID of the docs article. Provide either this or document_url_name.
document_url_namestringURL path of the docs article, e.g., 'get-started/quickstart'. Provide either this or document_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
Toggle Productlane WidgetPRODUCTLANE_WIDGET_TOGGLEAcciónTool to toggle the productlane widget between open and closed states. use after widget initialization.
PRODUCTLANE_WIDGET_TOGGLEAcciónTool 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
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