DeskTime
desktimeDeskTime is an automatic time tracking software that helps teams and freelancers monitor productivity, manage projects, and analyze work habits.
Acciones disponibles (10)
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.
Create Project with Optional TaskDESKTIME_CREATE_PROJECT_WITH_TASKAcciónTool to create a new project with an optional initial task. use when you need to set up a new desktime project programmatically.
DESKTIME_CREATE_PROJECT_WITH_TASKAcciónTool to create a new project with an optional initial task. use when you need to set up a new desktime project programmatically.
Parámetros de entrada
taskstringOptional initial task name to associate with the project
projectstringObligatorioName of the project to be created
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 Account DetailsDESKTIME_GET_ACCOUNT_DETAILSAcciónTool to retrieve detailed information about the authenticated user's company account. use after confirming the api key is valid to fetch company name, work settings, account timezone, and timestamp.
DESKTIME_GET_ACCOUNT_DETAILSAcciónTool to retrieve detailed information about the authenticated user's company account. use after confirming the api key is valid to fetch company name, work settings, account timezone, and timestamp.
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
Get All Company EmployeesDESKTIME_GET_ALL_COMPANY_EMPLOYEESAcciónTool to list all employees in the company, including their roles and statuses. use after confirming valid credentials to fetch the organization’s roster.
DESKTIME_GET_ALL_COMPANY_EMPLOYEESAcciónTool to list all employees in the company, including their roles and statuses. use after confirming valid credentials to fetch the organization’s roster.
Parámetros de entrada
datestringTarget date in "YYYY-MM-DD" format. Defaults to today if omitted.
periodstringenumTime period granularity: "day" or "month". Defaults to "day".
daymonth
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 Employee DataDESKTIME_GET_EMPLOYEE_DATAAcciónTool to fetch data for all employees within the company. use after verifying the api key is valid.
DESKTIME_GET_EMPLOYEE_DATAAcciónTool to fetch data for all employees within the company. use after verifying the api key is valid.
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
Get Employee ProjectsDESKTIME_GET_EMPLOYEE_PROJECTSAcciónTool to retrieve information about projects assigned to employees, including project names, durations, and statuses. use when you need to fetch per-employee project tracking data for a specific date.
DESKTIME_GET_EMPLOYEE_PROJECTSAcciónTool to retrieve information about projects assigned to employees, including project names, durations, and statuses. use when you need to fetch per-employee project tracking data for a specific date.
Parámetros de entrada
idintegerEmployee ID. If omitted, returns data for the current API-key user.
dateanydateDate in YYYY-MM-DD format. If omitted, returns data for today.
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 Employee Projects and AppsDESKTIME_GET_EMPLOYEE_PROJECTS_AND_APPSAcciónTool to retrieve an employee's tracked projects and application usage. use when you need combined project/app time data for a given employee and date (defaults to current user and today). example: "get projects and apps for employee 711867 on 2025-07-28."
DESKTIME_GET_EMPLOYEE_PROJECTS_AND_APPSAcciónTool to retrieve an employee's tracked projects and application usage. use when you need combined project/app time data for a given employee and date (defaults to current user and today). example: "get projects and apps for employee 711867 on 2025-07-28."
Parámetros de entrada
idstringEmployee ID. Optional; if omitted, returns data for the authenticated user
datestringDate in YYYY-MM-DD format. Optional; defaults to today's date if omitted
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 Projects ListDESKTIME_GET_PROJECTS_LISTAcciónTool to retrieve all active projects for the company, including related tasks. use when you need projects overview after authentication.
DESKTIME_GET_PROJECTS_LISTAcciónTool to retrieve all active projects for the company, including related tasks. use when you need projects overview after authentication.
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
Ping DeskTime APIDESKTIME_PING_REQUESTAcciónTool to check the api's availability and confirm the service is operational. use when you need to verify that the desktime api is reachable and responsive.
DESKTIME_PING_REQUESTAcciónTool to check the api's availability and confirm the service is operational. use when you need to verify that the desktime api is reachable and responsive.
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
Start Project TaskDESKTIME_START_PROJECT_TASKAcciónTool to start tracking time for a specified project and optional task. use when you need to begin timing work on a project and optionally tag a task.
DESKTIME_START_PROJECT_TASKAcciónTool to start tracking time for a specified project and optional task. use when you need to begin timing work on a project and optionally tag a task.
Parámetros de entrada
taskstringOptional task name to associate with the time entry
projectstringObligatorioProject name to start tracking time 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
Stop Project TaskDESKTIME_STOP_PROJECT_TASKAcciónTool to stop tracking time for a specified project and optional task. use when you have finished work and need to record end time.
DESKTIME_STOP_PROJECT_TASKAcciónTool to stop tracking time for a specified project and optional task. use when you have finished work and need to record end time.
Parámetros de entrada
taskstringOptional task name to stop tracking time for
projectstringObligatorioProject name to stop tracking time 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