Rocketlane

Learn how to use Rocketlane with Composio

Overview

SLUG

ROCKETLANE

Description

Collaborative customer onboarding and implementation platform for professional services teams.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: ROCKETLANE_CREATE_COMPANY

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_CREATE_TIME_ENTRY

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_DELETE_PROJECT

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_GET_COMPANY

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_GET_TIME_ENTRIES

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_LIST_COMPANIES

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_LIST_COMPANY_FIELDS

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
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: ROCKETLANE_LIST_COMPANY_NOTE_FIELDS

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
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: ROCKETLANE_LIST_CURRENCIES

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
arrayRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_LIST_PROJECTS

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
arrayRequired
error
string
pagination
object
successful
booleanRequired

SLUG: ROCKETLANE_LIST_PROJECT_FIELDS

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_LIST_PROJECT_PHASES

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_LIST_TASK_FIELDS

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
arrayRequired
error
string
pagination
object
successful
booleanRequired

SLUG: ROCKETLANE_LIST_TEMPLATES

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_LIST_USERS

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_UPDATE_COMPANY

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
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_ARCHIVE_PROJECT_BY_ID

Archives a specific project based on its unique identifier.

Action Parameters

project_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_CREATE_TASK

Creates a new task.

Action Parameters

atRisk
boolean
dueDate
string
effortInMinutes
integer
externalReferenceId
string
fields
array
followers
object
parent
object
phase
object
private
boolean
progress
integer
project
objectRequired
startDate
string
status
object
taskDescription
string
taskName
stringRequired
taskPrivateNote
string
type
stringDefaults to TASK

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_DELETE_TASK_BY_ID

Delete a specific task using its unique identifier (taskid).

Action Parameters

task_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ROCKETLANE_DELETE_TIME_ENTRY_BY_ID

Delete a specific time entry using its unique identifier (timeentryid).

Action Parameters

timeEntryId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired