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
Actions
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
Action Response
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
Action Response
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
Action Response
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
Action Response
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
Action Response
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
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
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
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
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
Action Response
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
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
Action Response
ROCKETLANE_LIST_TASKS
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
Action Response
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
Action Response
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
Action Response
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
Action Response
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
Action Response