Rocketlane

Learn how to use Rocketlane with Composio

Overview

Enum

ROCKETLANE

Description

Collaborative customer onboarding and implementation platform for professional services teams.

Authentication Details

api_key
stringRequired

Actions

Creates a new company (account) in rocketlane. this action allows you to create a new company/account in your rocketlane workspace. it complements existing company-related actions by providing the ability to register new accounts using the post /api/v2/companies endpoint.

Action Parameters

billing_name
string
company_code
string
default_currency
string
description
string
domain
string
name
stringRequired
vat
string

Action Response

data
object
error
successful
boolean

Tool to create a new time entry in rocketlane. this endpoint allows users to log time spent on tasks or projects. it complements the existing rocketlane get time entries action and enables complete time tracking functionality within the rocketlane integration.

Action Parameters

activity_name
stringDefaults to General Work
billable
boolean
date
stringRequired
minutes
integerRequired
notes
string
project_id
string
source
stringDefaults to manual
task_id
string

Action Response

data
object
error
successful
boolean

This tool allows users to permanently delete a project in rocketlane. it requires a valid project id and appropriate permissions (admins, super users, and project owners). note that deletion is irreversible; therefore, consider using archival if future access might be needed.

Action Parameters

project_id
stringRequired

Action Response

data
object
error
successful
boolean

This tool retrieves detailed information about a specific company/account in rocketlane by its id. it provides comprehensive information about the company including its status, address, currency, created date, updated date, custom fields, and other relevant metadata.

Action Parameters

company_id
stringRequired

Action Response

data
object
error
successful
boolean

Tool to retrieve all time entries from rocketlane. it provides endpoints to get time entries with support for pagination, filtering by project id, user id, start and end dates. this allows tracking of time spent on various tasks, generating reports, and analyzing team productivity.

Action Parameters

end_date
string
page
integerDefaults to 1
per_page
integerDefaults to 100
project_id
string
sort_by
stringDefaults to date
sort_order
stringDefaults to desc
start_date
string
user_id
string

Action Response

data
object
error
successful
boolean

This tool retrieves a list of all companies/accounts in rocketlane. it’s a basic get endpoint that returns all companies without requiring any specific resource ids or additional parameters. the endpoint is independent and can be executed with just the authentication token.

Action Parameters

Action Response

data
object
error
successful
boolean

This tool retrieves a list of all available company/account fields in rocketlane. these fields represent the various attributes and properties that can be associated with companies/accounts in the rocketlane system.

Action Parameters

Action Response

data
array
error
pagination
object
successful
boolean

This tool retrieves a list of all available note fields for companies in rocketlane. company note fields are custom fields that can be added to company/account notes for better organization and data collection. it provides details such as field id, name, type, required, options, and description for each note field.

Action Parameters

Action Response

data
array
error
pagination
object
successful
boolean

Returns a predefined list of commonly used currencies since rocketlane api doesn’t provide a dedicated currencies endpoint. this list includes major global currencies with their codes, names, and symbols.

Action Parameters

Action Response

currencies
array
error
successful
boolean

This tool retrieves a list of all projects in the rocketlane instance. it provides project details including project id, project name, project status, created date, owner information, customer information, and other metadata.

Action Parameters

include_all_fields
boolean
include_archive
boolean
page_size
integer
page_token
string
sort_by
string
sort_order
string

Action Response

data
array
error
pagination
successful
boolean

This tool retrieves a list of all project fields in rocketlane, including both default and custom fields. it provides definitions, metadata, and configuration details for each field, which is essential for understanding project structure, managing projects, and integrating project management workflows.

Action Parameters

Action Response

data
object
error
successful
boolean

This tool retrieves a list of project phases from rocketlane. it allows users to fetch and filter phases based on various parameters including projectid, startdate, duedate, startdateactual, duedateactual, phasename, sortby, sortorder, limit, and pagetoken. the api supports various operators for filtering such as .gt, .eq, .lt, .ge, .le, .cn, and .nc.

Action Parameters

due_date
string
due_date_actual
string
limit
integer
page_token
string
phase_name
string
project_id
string
sort_by
string
sort_order
string
start_date
string
start_date_actual
string

Action Response

data
object
error
successful
boolean

This tool allows users to retrieve a list of tasks from their rocketlane instance with advanced filtering and pagination options. it supports parameters like limit, pagetoken, sortby, sortorder, and custom filters for comprehensive task management.

Action Parameters

filters
object
include_fields
array
limit
integer
page_token
string
sort_by
string
sort_order
string

Action Response

data
array
error
page_token
successful
boolean
total

This tool retrieves a list of all task fields in rocketlane. it allows users to get comprehensive field data and details for tasks, and supports various query parameters for filtering, pagination, and sorting.

Action Parameters

enabled
boolean
include_all_fields
boolean
page_size
integer
page_token
string
private
boolean
sort_by
string
sort_order
string

Action Response

data
array
error
pagination
successful
boolean

This tool retrieves a list of all available templates in rocketlane. it fetches all available templates in the account and returns a list of template objects containing details like template id, name, description, created at, updated at, is dynamic, and has automations.

Action Parameters

include_automations
boolean
include_dynamic
boolean

Action Response

data
object
error
successful
boolean

This tool retrieves all users in the rocketlane instance. it is an independent action that does not require any resource ids or external dependencies. the endpoint returns detailed user information including user ids, emails, names, roles, and statuses.

Action Parameters

limit
integer
page_token
string
sort_by
string
sort_order
string

Action Response

data
object
error
successful
boolean

This tool updates an existing company/account in rocketlane. it uses the put endpoint to update the company details identified by companyid. the action complements the existing create company action and is essential for maintaining up-to-date company information, relying on rocketlane’s api specifications and company management endpoints.

Action Parameters

company_id
stringRequired
custom_fields
object
description
string
industry
string
name
string
size
string
website
string

Action Response

data
object
error
successful
boolean