Rocketlane
rocketlaneCollaborative customer onboarding and implementation platform for professional services teams.
Acciones disponibles (33)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Archive Project by IDROCKETLANE_ARCHIVE_PROJECT_BY_IDAcciónArchives a specific project based on its unique identifier.
ROCKETLANE_ARCHIVE_PROJECT_BY_IDAcciónArchives a specific project based on its unique identifier.
Parámetros de entrada
project_idstringObligatorioThe unique identifier of the project to be archived.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create CompanyROCKETLANE_CREATE_COMPANYAcciónCreates 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.
ROCKETLANE_CREATE_COMPANYAcciónCreates 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.
Parámetros de entrada
vatstringVAT number of the company
namestringObligatorioName of the company
domainstringCompany's domain
descriptionstringDescription of the company
billing_namestringBilling name for the company
company_codestringUnique company code
default_currencystringDefault currency code for the company
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create TaskROCKETLANE_CREATE_TASKAcciónCreates a new task.
ROCKETLANE_CREATE_TASKAcciónCreates a new task.
Parámetros de entrada
typestringenumTask type (MILESTONE or TASK). Defaults to TASK.
MILESTONETASKphaseobjectThe phase associated with the task.
atRiskbooleanIndicates if the task is at risk.
fieldsobject[]Custom fields for the task.
parentobjectParent task.
statusobjectThe status of the task.
dueDatestringTask due date in YYYY-MM-DD format.
privatebooleanIndicates if the task is private.
projectobjectObligatorioThe project associated with the task.
progressintegerTask progress (0-100).
taskNamestringObligatorioThe name of the task.
followersobjectTask followers (members or placeholders).
startDatestringTask start date in YYYY-MM-DD format.
effortInMinutesintegerExpected time in minutes to complete the task.
taskDescriptionstringHTML formatted description of the task.
taskPrivateNotestringHTML formatted private note for team members.
externalReferenceIdstringUnique identifier for linking with external systems.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Time EntryROCKETLANE_CREATE_TIME_ENTRYAcciónTool 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.
ROCKETLANE_CREATE_TIME_ENTRYAcciónTool 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.
Parámetros de entrada
datestringObligatoriodateThe date for which the time entry is being logged (format: YYYY-MM-DD)
notesstringAdditional notes or description for the time entry
sourcestringThe source of the time entry (manual or imported)
minutesintegerObligatorioThe amount of time spent, expressed in minutes
task_idstringThe ID of the task associated with the time entry
billablebooleanWhether the time entry is billable
project_idstringThe ID of the project associated with the time entry
activity_namestringName of the activity for the time entry
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ProjectROCKETLANE_DELETE_PROJECTAcciónThis 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.
ROCKETLANE_DELETE_PROJECTAcciónThis 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.
Parámetros de entrada
project_idstringObligatorioThe ID of the project to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Task By IDROCKETLANE_DELETE_TASK_BY_IDAcciónDelete a specific task using its unique identifier (taskid).
ROCKETLANE_DELETE_TASK_BY_IDAcciónDelete a specific task using its unique identifier (taskid).
Parámetros de entrada
task_idstringObligatorioThe unique identifier of the task to be deleted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Time Entry by IDROCKETLANE_DELETE_TIME_ENTRY_BY_IDAcciónDelete a specific time entry using its unique identifier (timeentryid).
ROCKETLANE_DELETE_TIME_ENTRY_BY_IDAcciónDelete a specific time entry using its unique identifier (timeentryid).
Parámetros de entrada
timeEntryIdstringObligatorioThe ID of the time entry to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All FieldsROCKETLANE_GET_ALL_FIELDSAcciónRetrieve all custom fields available in the system.
ROCKETLANE_GET_ALL_FIELDSAcciónRetrieve all custom fields available in the system.
Parámetros de entrada
limitintegerLimit the number of results returned.
sortBystringSort results by a specific field.
pageTokenstringToken for pagination.
sortOrderstringenumOrder of sorting (ascending or descending).
ascdescobjectTypestringFilter results based on object type.
includeFieldsstringComma-separated list of fields to include in the response.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CompanyROCKETLANE_GET_COMPANYAcciónThis 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.
ROCKETLANE_GET_COMPANYAcciónThis 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.
Parámetros de entrada
company_idstringObligatorioThe unique identifier of the company to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Field By IDROCKETLANE_GET_FIELD_BY_IDAcciónRetrieve detailed information about a specific custom field using its unique identifier (fieldid).
ROCKETLANE_GET_FIELD_BY_IDAcciónRetrieve detailed information about a specific custom field using its unique identifier (fieldid).
Parámetros de entrada
field_idstringObligatorioThe unique identifier for the field.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project by IDROCKETLANE_GET_PROJECT_BY_IDAcciónRetrieves detailed information about a specific project using its unique identifier.
ROCKETLANE_GET_PROJECT_BY_IDAcciónRetrieves detailed information about a specific project using its unique identifier.
Parámetros de entrada
project_idstringObligatorioThe unique identifier for the project.
include_fieldsstringComma-separated list of fields to include in the response. For example, 'name,status,owner'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Task By IdROCKETLANE_GET_TASK_BY_IDAcciónRetrieve extensive information about a specific task using the task's unique identifier (taskid).
ROCKETLANE_GET_TASK_BY_IDAcciónRetrieve extensive information about a specific task using the task's unique identifier (taskid).
Parámetros de entrada
task_idstringObligatorioThe unique identifier for the task.
include_fieldsstringFields to include in the response. Use comma separated values.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Template By IDROCKETLANE_GET_TEMPLATE_BY_IDAcciónRetrieve detailed information about a specific template using its unique identifier (templateid). note: the exact api endpoint and response structure need to be verified from the official rocketlane api documentation.
ROCKETLANE_GET_TEMPLATE_BY_IDAcciónRetrieve detailed information about a specific template using its unique identifier (templateid). note: the exact api endpoint and response structure need to be verified from the official rocketlane api documentation.
Parámetros de entrada
template_idstringObligatorioThe unique identifier of the template to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Time EntriesROCKETLANE_GET_TIME_ENTRIESAcciónTool 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.
ROCKETLANE_GET_TIME_ENTRIESAcciónTool 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.
Parámetros de entrada
pageintegerPage number for pagination
sort_bystringField to sort by (e.g., date, minutes)
user_idstringFilter time entries by user ID
end_datestringdateFilter time entries before this date (inclusive)
per_pageintegerNumber of items per page
project_idstringFilter time entries by project ID
sort_orderstringSort order (asc or desc)
start_datestringdateFilter time entries after this date (inclusive)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Time Entry By IDROCKETLANE_GET_TIME_ENTRY_BY_IDAcciónRetrieve detailed information about a specific time entry using its unique identifier (timeentryid).
ROCKETLANE_GET_TIME_ENTRY_BY_IDAcciónRetrieve detailed information about a specific time entry using its unique identifier (timeentryid).
Parámetros de entrada
timeEntryIdstringObligatorioThe unique identifier of the time entry to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User By IDROCKETLANE_GET_USER_BY_IDAcciónRetrieve detailed information about a specific user using their unique identifier (userid).
ROCKETLANE_GET_USER_BY_IDAcciónRetrieve detailed information about a specific user using their unique identifier (userid).
Parámetros de entrada
user_idstringObligatorioThe unique identifier of the user.
include_fieldsstringComma-separated list of fields to include in the response. For example, 'email,status'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CompaniesROCKETLANE_LIST_COMPANIESAcciónThis 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.
ROCKETLANE_LIST_COMPANIESAcciónThis 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Company FieldsROCKETLANE_LIST_COMPANY_FIELDSAcciónThis 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.
ROCKETLANE_LIST_COMPANY_FIELDSAcciónThis 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of available company fields
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Company Note FieldsROCKETLANE_LIST_COMPANY_NOTE_FIELDSAcciónThis 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.
ROCKETLANE_LIST_COMPANY_NOTE_FIELDSAcciónThis 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of available company note fields
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CurrenciesROCKETLANE_LIST_CURRENCIESAcciónReturns 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.
ROCKETLANE_LIST_CURRENCIESAcciónReturns 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
errorstringError if any occurred during the execution of the action
currenciesobject[]ObligatorioList of available currencies with their details
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Customer UsersROCKETLANE_LIST_CUSTOMER_USERSAcciónList customer users.
ROCKETLANE_LIST_CUSTOMER_USERSAcciónList customer users.
Parámetros de entrada
limitintegerNumber of users to return per page.
filterstringFiltering criteria for users. To list only customer users, use a filter like 'type:CUSTOMER'.
sortBystringField to sort the results by.
pageTokenstringToken for fetching the next page of results.
sortOrderstringOrder of sorting (asc or desc).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Project FieldsROCKETLANE_LIST_PROJECT_FIELDSAcciónThis 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.
ROCKETLANE_LIST_PROJECT_FIELDSAcciónThis 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Project PhasesROCKETLANE_LIST_PROJECT_PHASESAcciónThis 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.
ROCKETLANE_LIST_PROJECT_PHASESAcciónThis 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.
Parámetros de entrada
limitintegerNumber of results per page
sort_bystringField to sort the results by
due_datestringFilter phases by due date (YYYY-MM-DD)
page_tokenstringToken for pagination
phase_namestringFilter phases by name
project_idstringFilter phases by project ID
sort_orderstringenumSort order (asc or desc)
ascdescstart_datestringFilter phases by start date (YYYY-MM-DD)
due_date_actualstringFilter phases by actual due date (YYYY-MM-DD)
start_date_actualstringFilter phases by actual start date (YYYY-MM-DD)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProjectsROCKETLANE_LIST_PROJECTSAcciónThis 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.
ROCKETLANE_LIST_PROJECTSAcciónThis 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.
Parámetros de entrada
sort_bystringField to sort by
page_sizeintegerMaximum number of projects to return per page (default: 100)
page_tokenstringToken for pagination
sort_orderstringSort order (ASC or DESC)
include_archivebooleanWhether to include archived projects
include_all_fieldsbooleanWhether to include all fields in the response
Parámetros de salida
dataobject[]ObligatorioList of projects
errorstringError if any occurred during the execution of the action
paginationobjectModel for pagination information.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Task FieldsROCKETLANE_LIST_TASK_FIELDSAcciónThis 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.
ROCKETLANE_LIST_TASK_FIELDSAcciónThis 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.
Parámetros de entrada
enabledbooleanFilter by enabled/disabled fields
privatebooleanFilter by private/shared fields
sort_bystringField to sort by
page_sizeintegerMaximum number of responses per page (defaults to 100)
page_tokenstringToken for pagination, valid for 15 minutes
sort_orderstringSort order (ASC or DESC)
include_all_fieldsbooleanWhether to include all field properties
Parámetros de salida
dataobject[]ObligatorioList of task fields
errorstringError if any occurred during the execution of the action
paginationobjectModel for pagination data.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TemplatesROCKETLANE_LIST_TEMPLATESAcciónThis 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.
ROCKETLANE_LIST_TEMPLATESAcciónThis 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.
Parámetros de entrada
include_dynamicbooleanWhether to include dynamic templates in the response
include_automationsbooleanWhether to include templates with automations in the response
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List UsersROCKETLANE_LIST_USERSAcciónThis 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.
ROCKETLANE_LIST_USERSAcciónThis 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.
Parámetros de entrada
limitintegerNumber of results per page
sort_bystringField to sort by (e.g., firstName, lastName, email)
page_tokenstringToken for pagination
sort_orderstringSort direction (asc/desc)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Vendor UsersROCKETLANE_LIST_VENDOR_USERSAcciónList vendor users by filtering users with type 'partner'. this action retrieves users from the /api/1.0/users endpoint and applies a filter. the filter used is "type:equal:partner".
ROCKETLANE_LIST_VENDOR_USERSAcciónList vendor users by filtering users with type 'partner'. this action retrieves users from the /api/1.0/users endpoint and applies a filter. the filter used is "type:equal:partner".
Parámetros de entrada
limitintegerNumber of user records to return. Default is 10, Max is 100.
sortBystringField to sort the results by (e.g., email, firstName).
pageTokenstringToken to fetch a specific page of results.
sortOrderstringOrder of sorting (asc/desc). Allowed values: 'asc', 'desc'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Subscription DetailsROCKETLANE_RETRIEVE_SUBSCRIPTION_DETAILSAcciónRetrieves detailed information about the current subscription.
ROCKETLANE_RETRIEVE_SUBSCRIPTION_DETAILSAcciónRetrieves detailed information about the current subscription.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search User By EmailROCKETLANE_SEARCH_USER_BY_EMAILAcciónSearch user by email id.
ROCKETLANE_SEARCH_USER_BY_EMAILAcciónSearch user by email id.
Parámetros de entrada
emailstringObligatorioEmail address of the user to search for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update CompanyROCKETLANE_UPDATE_COMPANYAcciónThis 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.
ROCKETLANE_UPDATE_COMPANYAcciónThis 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.
Parámetros de entrada
namestringName of the company
sizestringCompany size
websitestringCompany's website URL
industrystringCompany's industry
company_idstringObligatorioThe unique identifier of the company to update
descriptionstringDescription of the company
custom_fieldsobjectCustom fields associated with the company
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Project By IdROCKETLANE_UPDATE_PROJECT_BY_IDAcciónUpdates an existing project's details using its unique identifier.
ROCKETLANE_UPDATE_PROJECT_BY_IDAcciónUpdates an existing project's details using its unique identifier.
Parámetros de entrada
ownerobjectThe project owner details.
fieldsobject[]Custom fields for the project.
statusobjectThe project status details.
dueDatestringThe day on which the project's execution is planned to be completed. Format: YYYY-MM-DD.
projectIdintegerObligatorioThe project’s unique, system-generated identifier, which can be used to identify the project globally.
startDatestringOn this date the project's execution officially begins. Format: YYYY-MM-DD.
projectFeeintegerThe total fee that is charged for the project.
visibilitystringSet visibility parameters to restrict who can see your project. Options: EVERYONE, MEMBERS.
projectNamestringThe name of the project.
budgetedHoursnumberBudgeted hours represent the total hours allocated for project execution.
includeFieldsstring[]Specify which fields should be returned in the response body.
autoAllocationbooleanDefines whether Auto Allocation is enabled for the project.
includeAllFieldsbooleanSpecify if all the fields should be returned in the response body.
externalReferenceIdstringAn externalReferenceId is a unique identifier that links entities or transactions between external systems and Rocketlane.
annualizedRecurringRevenueintegerIndicates the value of the recurring revenue of the customer's subscriptions for a single calendar year.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Time Entry by IDROCKETLANE_UPDATE_TIME_ENTRY_BY_IDAcciónUpdate existing time entry details using its unique identifier (timeentryid).
ROCKETLANE_UPDATE_TIME_ENTRY_BY_IDAcciónUpdate existing time entry details using its unique identifier (timeentryid).
Parámetros de entrada
datestringObligatorioThe date of the time entry in YYYY-MM-DD format.
notesstringAny notes associated with the time entry.
minutesintegerObligatorioThe duration of the time entry in minutes.
billablebooleanWhether the time entry is billable.
activity_namestringThe name of the activity.
time_entry_idstringObligatorioThe ID of the time entry to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not