Productlane

Learn how to use Productlane with Composio

Overview

Enum

PRODUCTLANE

Description

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

Authentication Details

generic_api_key
stringRequired

Actions

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

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to close the productlane widget. use when you need to hide the widget after completing an interaction.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to disable the productlane widget across the entire page. use when needing to turn off the widget programmatically.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to remove a previously registered widget event listener. use after widget setup to deregister callbacks.

Action Parameters

callback
stringRequired
event
stringRequired

Action Response

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

Action Parameters

callback
stringRequired
event
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

view
string

Action Response

data
object
error
string
successful
boolean
Tool to open a specific docs article in the productlane widget. use after widget initialization and load.

Action Parameters

document_id
string
document_url_name
string

Action Response

data
object
error
string
successful
boolean
Tool to toggle the productlane widget between open and closed states. use after widget initialization.

Action Parameters

Action Response

data
object
error
string
successful
boolean