Rocketlane

Learn how to use Rocketlane with Composio

Overview

Enum

ROCKETLANE

Description

Rocketlane specializes in customer onboarding and project delivery, providing shared workspaces, milestones, and status tracking to streamline implementations

Authentication Details

api_key
stringRequired
subdomain
stringRequired

Actions

Creates a new task within a specified project in rocketlane. this endpoint allows project managers or team members to add detailed tasks to their project workflow, including task information, assignments, and deadlines. use this when you need to create a new actionable item within a project, assign responsibilities, and set timelines. the endpoint is crucial for maintaining an organized and transparent project management process, enabling effective collaboration and progress tracking in rocketlane’s client onboarding and project management platform.

Action Parameters

projectId
integerRequired
taskDescription
string
taskName
string
assignee__users
array
assignee__teams
array
startDate
string
dueDate
string

Action Response

data
object
successful
boolean
error

Retrieves the home page or dashboard data for the authenticated user in the rocketlane application. this endpoint provides an overview of the user’s current projects, tasks, and important notifications related to client onboarding and project management. it’s typically used when a user first logs in or navigates to the home screen of the rocketlane platform. the response likely includes a summary of ongoing projects, upcoming deadlines, recent activities, and key performance indicators relevant to the user’s role. this endpoint does not accept any parameters and returns a standardized set of information tailored to the authenticated user’s profile and permissions.

Action Parameters

Action Response

data
object
successful
boolean
error

Retrieves a list of tasks associated with a specific project in rocketlane. this endpoint is crucial for project managers and team members to get an overview of all tasks within a particular project, supporting efficient project management and client onboarding processes. it should be used when you need to fetch the complete task list for a given project, such as for progress tracking, task assignment, or reporting purposes. the endpoint focuses solely on task retrieval and does not provide functionalities for task creation, updating, or deletion. keep in mind that the response may include all tasks regardless of their status (e.g., pending, in progress, completed), so additional filtering might be necessary client-side depending on specific requirements.

Action Parameters

projectId
stringRequired

Action Response

data
object
successful
boolean
error

Retrieves detailed information about the current subscription associated with the authenticated user or organization in rocketlane. this endpoint provides essential data related to the subscription plan, including the current plan type, billing cycle, usage limits, and subscription status. it should be used when you need to access up-to-date subscription information for account management, billing inquiries, or to determine the features and limitations of the current plan. the endpoint does not allow for modifying subscription details; it is strictly for retrieval purposes. note that the specific fields returned may vary based on the subscription type and the user’s access level within the organization.

Action Parameters

Action Response

data
object
successful
boolean
error

Retrieves detailed information about a specific project in rocketlane. this endpoint allows users to fetch comprehensive data related to a project, including its settings, status, and other relevant details essential for project management and client onboarding. it should be used when detailed information about a particular project is needed, such as during project review, updates, or when syncing project data with other systems. the endpoint returns a complete snapshot of the project’s current state but does not provide historical data or real-time updates.

Action Parameters

projectId
stringRequired

Action Response

data
object
successful
boolean
error

Retrieves a list of projects from rocketlane.

Action Parameters

page_size
integerDefaults to 100
page_token
string
include_fields
array
include_all_fields
boolean
sort_by
string
sort_order
stringDefaults to DESC

Action Response

data
object
successful
boolean
error