Nozbe Teams
nozbe_teamsCloud-based task management tool helping individuals and teams get organized.
Acciones disponibles (48)
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 AttachmentNOZBE_TEAMS_CREATE_ATTACHMENTAcciónTool to add attachment metadata to a comment. Use when you need to create attachment metadata for a file associated with a comment. This creates the metadata record; actual file upload may be a separate step depending on the workflow.
NOZBE_TEAMS_CREATE_ATTACHMENTAcciónTool to add attachment metadata to a comment. Use when you need to create attachment metadata for a file associated with a comment. This creates the metadata record; actual file upload may be a separate step depending on the workflow.
Parámetros de entrada
namestringObligatorioAttachment name/filename. This is the name of the file that will be displayed in the UI.
mime_typestringMIME type of the file. Specifies the file type classification (e.g., 'application/pdf', 'image/jpeg', 'text/plain'). If not provided, it may be inferred from the file extension.
comment_idstringObligatorioComment ID (16 characters alphanumeric identifier) to which the attachment will be added
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 CommentNOZBE_TEAMS_CREATE_COMMENTAcciónTool to add a comment to a task in Nozbe Teams. Use when you need to add feedback, notes, or updates to a specific task.
NOZBE_TEAMS_CREATE_COMMENTAcciónTool to add a comment to a task in Nozbe Teams. Use when you need to add feedback, notes, or updates to a specific task.
Parámetros de entrada
bodystringObligatorioComment body text.
is_teambooleanWhether the comment is visible to the entire team.
task_idstringObligatorioTask ID (16 characters) to which the comment will be added.
is_pinnedbooleanWhether the comment should be pinned to the top of the task.
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 Project SectionNOZBE_TEAMS_CREATE_PROJECT_SECTIONAcciónTool to create a new project section in Nozbe Teams. Use when you need to add a section to organize tasks within a project.
NOZBE_TEAMS_CREATE_PROJECT_SECTIONAcciónTool to create a new project section in Nozbe Teams. Use when you need to add a section to organize tasks within a project.
Parámetros de entrada
namestringObligatorioSection name (1-255 characters)
positionnumberSection position for ordering within the project. If not specified, the section will be added at the end.
project_idstringObligatorioProject ID (16 alphanumeric characters)
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 ReminderNOZBE_TEAMS_CREATE_REMINDERAcciónTool to add a reminder to a task in Nozbe Teams. Use when you need to set up a notification for a specific task at a given time.
NOZBE_TEAMS_CREATE_REMINDERAcciónTool to add a reminder to a task in Nozbe Teams. Use when you need to set up a notification for a specific task at a given time.
Parámetros de entrada
task_idstringObligatorioThe unique identifier of the task to add a reminder to (16 characters)
remind_atintegerObligatorioThe timestamp (in milliseconds since epoch) when the reminder should trigger
is_all_daybooleanObligatorioWhether the reminder is for an all-day event (true) or a specific time (false)
is_relativebooleanObligatorioWhether the reminder time is relative to the task's due date (true) or an absolute timestamp (false)
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 Tag AssignmentNOZBE_TEAMS_CREATE_TAG_ASSIGNMENTAcciónTool to add a tag assignment to a task. Use when you need to tag or label a task for organization or categorization purposes.
NOZBE_TEAMS_CREATE_TAG_ASSIGNMENTAcciónTool to add a tag assignment to a task. Use when you need to tag or label a task for organization or categorization purposes.
Parámetros de entrada
tag_idstringObligatorioTag ID (16 characters). The tag to assign to the task.
task_idstringObligatorioTask ID (16 characters). The task to assign the tag to.
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 TaskNOZBE_TEAMS_CREATE_TASKAcciónTool to create a new task in Nozbe Teams. Use when you need to add a task to a project or personal task list. Only the task name is required; all other fields are optional.
NOZBE_TEAMS_CREATE_TASKAcciónTool to create a new task in Nozbe Teams. Use when you need to add a task to a project or personal task list. Only the task name is required; all other fields are optional.
Parámetros de entrada
namestringObligatorioTask name (1-255 characters). Required field to identify the task.
due_atintegerDue date as Unix timestamp (seconds since epoch). When the task should be completed by.
is_all_daybooleanWhether the task is an all-day task without a specific time. Defaults to false if not provided.
project_idstringProject ID where the task will be created (16 alphanumeric characters or 'task_me' for personal tasks). If not specified, the task may be created in a default location.
is_followedbooleanWhether the current user should follow this task to receive notifications about updates. Defaults to false if not provided.
responsible_idstringUser ID of the person responsible for completing the task (6-16 characters or 'author' to assign to the creator).
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 Team MemberNOZBE_TEAMS_CREATE_TEAM_MEMBERAcciónTool to add a team member in Nozbe Teams. Use when you need to add an existing user to a team with a specific role and status. The user must already exist in the system before they can be added to a team.
NOZBE_TEAMS_CREATE_TEAM_MEMBERAcciónTool to add a team member in Nozbe Teams. Use when you need to add an existing user to a team with a specific role and status. The user must already exist in the system before they can be added to a team.
Parámetros de entrada
rolestringObligatorioenumRole to assign to the team member. Determines the level of permissions the member has within the team.
owneradminmemberaliasstringOptional alias or display name for the team member (max 255 characters). Useful for customizing how the member appears in the team.
statusstringObligatorioenumStatus of the team member. Note: The API may automatically set status to 'pending' for new members regardless of the requested value.
activependingrequesting_joinarchivedexpiredteam_idstringObligatorioTeam ID where the member will be added (16 alphanumeric characters). You can get team IDs from the list teams action.
user_idstringObligatorioUser ID of the person to add as a team member (16 alphanumeric characters). The user must already exist in the system.
descriptionstringOptional description or notes about the team member. Can be used to store additional information about their role or responsibilities.
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 UserNOZBE_TEAMS_CREATE_USERAcciónTool to create a new placeholder user in Nozbe Teams. Use when you need to add a placeholder user to the system. Note: Only placeholder users can be created via API - attempting to create non-placeholder users will fail with a 400 error.
NOZBE_TEAMS_CREATE_USERAcciónTool to create a new placeholder user in Nozbe Teams. Use when you need to add a placeholder user to the system. Note: Only placeholder users can be created via API - attempting to create non-placeholder users will fail with a 400 error.
Parámetros de entrada
namestringObligatorioUser name (1-255 characters). This is the display name for the user.
colorstringObligatorioenumAvatar color for the user. Must be one of the predefined avatar colors (avatarColor1 through avatarColor12).
avatarColor1avatarColor2avatarColor3avatarColor4avatarColor5avatarColor6avatarColor7avatarColor8avatarColor9avatarColor10avatarColor11avatarColor12time_zonestringTimezone for the user (e.g., 'America/New_York', 'Europe/London'). Used to localize time displays for the user.
is_placeholderbooleanObligatorioWhether the user is a placeholder user. IMPORTANT: Only placeholder users (is_placeholder: true) can be created via API. Attempting to create non-placeholder users will return a 400 error.
invitation_emailstringEmail address for sending an invitation to the user. Optional field that can be used to invite the user to activate their account.
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 CommentNOZBE_TEAMS_DELETE_COMMENTAcciónTool to permanently delete a comment by its ID. Use when you need to remove a comment from a task. Returns the deleted comment object with all its properties.
NOZBE_TEAMS_DELETE_COMMENTAcciónTool to permanently delete a comment by its ID. Use when you need to remove a comment from a task. Returns the deleted comment object with all its properties.
Parámetros de entrada
idstringObligatorioUnique identifier of the comment to delete (16 alphanumeric characters)
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 ProjectNOZBE_TEAMS_DELETE_PROJECTAcciónTool to delete a project in Nozbe Teams by its ID. Use when you need to permanently remove a project from the workspace.
NOZBE_TEAMS_DELETE_PROJECTAcciónTool to delete a project in Nozbe Teams by its ID. Use when you need to permanently remove a project from the workspace.
Parámetros de entrada
idstringObligatorioProject ID to delete (16 characters)
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 ReminderNOZBE_TEAMS_DELETE_REMINDERAcciónTool to delete a reminder by its unique ID. Use when you need to remove a reminder from Nozbe Teams.
NOZBE_TEAMS_DELETE_REMINDERAcciónTool to delete a reminder by its unique ID. Use when you need to remove a reminder from Nozbe Teams.
Parámetros de entrada
idstringObligatorioObject ID (16 alphanumeric characters)
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 Tag AssignmentNOZBE_TEAMS_DELETE_TAG_ASSIGNMENTAcciónTool to delete a tag assignment by its ID. Use when you need to remove a tag from a task or project.
NOZBE_TEAMS_DELETE_TAG_ASSIGNMENTAcciónTool to delete a tag assignment by its ID. Use when you need to remove a tag from a task or project.
Parámetros de entrada
idstringObligatorioObject ID of the tag assignment to delete (16 characters)
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 TaskNOZBE_TEAMS_DELETE_TASKAcciónTool to delete a task in Nozbe Teams by its ID. Use when you need to permanently remove a task from the workspace.
NOZBE_TEAMS_DELETE_TASKAcciónTool to delete a task in Nozbe Teams by its ID. Use when you need to permanently remove a task from the workspace.
Parámetros de entrada
idstringObligatorioTask ID to delete (16 characters)
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 AttachmentNOZBE_TEAMS_GET_ATTACHMENTAcciónTool to get attachment metadata by its ID. Use when you need to retrieve details about a specific file attached to a comment.
NOZBE_TEAMS_GET_ATTACHMENTAcciónTool to get attachment metadata by its ID. Use when you need to retrieve details about a specific file attached to a comment.
Parámetros de entrada
file_idstringObligatorioFile ID (16 characters alphanumeric identifier)
comment_idstringObligatorioComment ID (16 characters alphanumeric identifier)
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 Comment by IDNOZBE_TEAMS_GET_COMMENTAcciónTool to retrieve a comment by its ID from Nozbe Teams. Use when you need to fetch details of a specific comment on a task.
NOZBE_TEAMS_GET_COMMENTAcciónTool to retrieve a comment by its ID from Nozbe Teams. Use when you need to fetch details of a specific comment on a task.
Parámetros de entrada
idstringObligatorioComment ID (16 alphanumeric characters)
fieldsstringComma-separated list of fields to return. If not specified, all fields are returned.
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 IDNOZBE_TEAMS_GET_PROJECTAcciónTool to retrieve a project by its ID from Nozbe Teams. Use when you need to fetch details about a specific project.
NOZBE_TEAMS_GET_PROJECTAcciónTool to retrieve a project by its ID from Nozbe Teams. Use when you need to fetch details about a specific project.
Parámetros de entrada
idstringObligatorioProject ID (16 characters). Unique identifier for the project.
fieldsstringComma-separated list of fields to return in the response. If not specified, all fields are returned.
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 AccessNOZBE_TEAMS_GET_PROJECT_ACCESSAcciónTool to retrieve project access details by ID. Use when you need to check a team member's access permissions and manager status for a specific project.
NOZBE_TEAMS_GET_PROJECT_ACCESSAcciónTool to retrieve project access details by ID. Use when you need to check a team member's access permissions and manager status for a specific project.
Parámetros de entrada
idstringObligatorioProject access ID (16 alphanumeric characters)
fieldsstringFields to return (comma-separated list of field names)
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 SectionNOZBE_TEAMS_GET_PROJECT_SECTIONAcciónTool to retrieve a project section by ID from Nozbe Teams. Use when you need to fetch details of a specific section within a project, including its name, position, and timestamps.
NOZBE_TEAMS_GET_PROJECT_SECTIONAcciónTool to retrieve a project section by ID from Nozbe Teams. Use when you need to fetch details of a specific section within a project, including its name, position, and timestamps.
Parámetros de entrada
idstringObligatorioObject ID (16 characters) of the project section to retrieve
fieldsstringFields to return in the response. Comma-separated list of field names 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 ReminderNOZBE_TEAMS_GET_REMINDERAcciónTool to get a reminder by ID from Nozbe Teams. Use when you need to retrieve details about a specific reminder.
NOZBE_TEAMS_GET_REMINDERAcciónTool to get a reminder by ID from Nozbe Teams. Use when you need to retrieve details about a specific reminder.
Parámetros de entrada
idstringObligatorioObject ID (16 characters) of the reminder to retrieve.
fieldsstringComma-separated list of fields to return. If not specified, all fields are returned.
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 TagNOZBE_TEAMS_GET_TAGAcciónTool to get a tag by ID from Nozbe Teams. Use when you need to retrieve details about a specific tag.
NOZBE_TEAMS_GET_TAGAcciónTool to get a tag by ID from Nozbe Teams. Use when you need to retrieve details about a specific tag.
Parámetros de entrada
idstringObligatorioObject ID (16 characters)
fieldsstringList of fields that should be returned for each object, separated with commas. Example: 'id,name,color'
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 Tag AssignmentNOZBE_TEAMS_GET_TAG_ASSIGNMENTAcciónTool to retrieve a tag assignment by its ID. Use when you need to fetch details about a specific tag-task relationship in Nozbe Teams.
NOZBE_TEAMS_GET_TAG_ASSIGNMENTAcciónTool to retrieve a tag assignment by its ID. Use when you need to fetch details about a specific tag-task relationship in Nozbe Teams.
Parámetros de entrada
idstringObligatorioTag assignment ID (16 alphanumeric characters)
fieldsstringComma-separated list of fields to return in the response. If not specified, all fields are returned.
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 IDNOZBE_TEAMS_GET_TASKAcciónTool to retrieve a task by its ID from Nozbe Teams. Use when you need to fetch details about a specific task.
NOZBE_TEAMS_GET_TASKAcciónTool to retrieve a task by its ID from Nozbe Teams. Use when you need to fetch details about a specific task.
Parámetros de entrada
idstringObligatorioTask ID (16 characters). Unique identifier for the task.
fieldsstringComma-separated list of fields to return in the response. If not specified, all fields are returned.
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 EventNOZBE_TEAMS_GET_TASK_EVENTAcciónTool to get a task event by ID. Use when you need to retrieve details about a specific task event.
NOZBE_TEAMS_GET_TASK_EVENTAcciónTool to get a task event by ID. Use when you need to retrieve details about a specific task event.
Parámetros de entrada
idstringObligatorioObject ID (16 characters alphanumeric identifier)
fieldsstringComma-separated list of fields to return. If not specified, all fields are returned.
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 Team by IDNOZBE_TEAMS_GET_TEAMAcciónTool to retrieve a team by its ID from Nozbe Teams. Use when you need to fetch details about a specific team.
NOZBE_TEAMS_GET_TEAMAcciónTool to retrieve a team by its ID from Nozbe Teams. Use when you need to fetch details about a specific team.
Parámetros de entrada
idstringObligatorioTeam ID (16 characters). Unique identifier for the team.
fieldsstringComma-separated list of fields to return in the response. If not specified, all fields are returned.
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 Team Member by IDNOZBE_TEAMS_GET_TEAM_MEMBERAcciónTool to retrieve a team member by ID from Nozbe Teams. Use when you need to fetch details about a specific team member.
NOZBE_TEAMS_GET_TEAM_MEMBERAcciónTool to retrieve a team member by ID from Nozbe Teams. Use when you need to fetch details about a specific team member.
Parámetros de entrada
idstringObligatorioObject ID (16 characters). Unique identifier for the team member.
fieldsstringComma-separated list of fields to return in the response. If not specified, all fields are returned.
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 IDNOZBE_TEAMS_GET_USERAcciónTool to retrieve a user by their ID from Nozbe Teams. Use when you need to fetch details about a specific user.
NOZBE_TEAMS_GET_USERAcciónTool to retrieve a user by their ID from Nozbe Teams. Use when you need to fetch details about a specific user.
Parámetros de entrada
idstringObligatorioUser ID (16 characters). Unique identifier for the user.
fieldsstringComma-separated list of fields to return in the response. If not specified, all fields are returned.
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 Comment AttachmentsNOZBE_TEAMS_LIST_ATTACHMENTSAcciónTool to get all attachments related to a specific comment in Nozbe Teams. Use when you need to retrieve attachment metadata (ID, name, size, MIME type, etc.) for a comment. Returns an array of attachment objects with their properties.
NOZBE_TEAMS_LIST_ATTACHMENTSAcciónTool to get all attachments related to a specific comment in Nozbe Teams. Use when you need to retrieve attachment metadata (ID, name, size, MIME type, etc.) for a comment. Returns an array of attachment objects with their properties.
Parámetros de entrada
comment_idstringObligatorioComment ID (16 characters alphanumeric identifier)
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 CommentsNOZBE_TEAMS_LIST_COMMENTSAcciónTool to get accessible comments with optional filtering by task_id and pagination support. Use when you need to retrieve comments, optionally filtered by task, with control over pagination and field selection.
NOZBE_TEAMS_LIST_COMMENTSAcciónTool to get accessible comments with optional filtering by task_id and pagination support. Use when you need to retrieve comments, optionally filtered by task, with control over pagination and field selection.
Parámetros de entrada
limitintegerMax number of objects to return. Default is 100, range: 1-10000.
fieldsstringComma-separated list of fields to include in response (e.g., 'id,body,task_id').
offsetintegerNumber of objects to skip for pagination. Default is 0.
sortBystringField-based sorting parameters. Use '-' prefix for descending order (e.g., '-created_at' for newest first).
task_idstringFilter comments by associated task. Must be a 16-character alphanumeric task identifier.
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 Group AssignmentsNOZBE_TEAMS_LIST_GROUP_ASSIGNMENTSAcciónTool to get accessible group assignments from Nozbe Teams. Use when you need to retrieve assignments between groups and projects/members, with optional filtering by group_id, object_id, or group_type.
NOZBE_TEAMS_LIST_GROUP_ASSIGNMENTSAcciónTool to get accessible group assignments from Nozbe Teams. Use when you need to retrieve assignments between groups and projects/members, with optional filtering by group_id, object_id, or group_type.
Parámetros de entrada
limitintegerMax number of objects to return
fieldsstringComma-separated list of fields to return in the response
offsetintegerNumber of objects to skip for pagination
sortBystringSorting parameters for the results
group_idstringFilter by group ID (16 characters alphanumeric)
object_idstringFilter by object ID (16 characters alphanumeric)
group_typestringenumType of group assignment
projectmember
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 AccessesNOZBE_TEAMS_LIST_PROJECT_ACCESSESAcciónTool to get accessible project accesses in Nozbe Teams. Use when you need to retrieve project access records, optionally filtered by sorting or field selection. Returns a list of project access objects showing which team members have access to which projects and their manager status.
NOZBE_TEAMS_LIST_PROJECT_ACCESSESAcciónTool to get accessible project accesses in Nozbe Teams. Use when you need to retrieve project access records, optionally filtered by sorting or field selection. Returns a list of project access objects showing which team members have access to which projects and their manager status.
Parámetros de entrada
limitintegerMax number of objects to return. Default is 100.
fieldsstringList of fields that should be returned for each object, separated with commas. For example: 'id,project_id,is_manager'.
offsetintegerNumber of objects to skip. Default is 0.
sortBystringList of params for sorting results, separated with commas. For example: 'project_id' or 'is_manager,member_id'.
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 GroupsNOZBE_TEAMS_LIST_PROJECT_GROUPSAcciónTool to get accessible project groups from Nozbe Teams. Use when you need to list or search for project groups with optional filtering by name, team, or other criteria.
NOZBE_TEAMS_LIST_PROJECT_GROUPSAcciónTool to get accessible project groups from Nozbe Teams. Use when you need to list or search for project groups with optional filtering by name, team, or other criteria.
Parámetros de entrada
namestringFilter project groups by name.
limitintegerMaximum number of project groups to return. Default is 100.
fieldsstringComma-separated field names to include in the response (e.g., 'id,name,team_id').
offsetintegerNumber of project groups to skip for pagination. Default is 0.
sortBystringComma-separated sorting parameters. Prefix with '-' for descending order (e.g., 'name' or '-name').
team_idstringFilter project groups by team ID (16-character alphanumeric identifier).
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 ProjectsNOZBE_TEAMS_LIST_PROJECTSAcciónTool to retrieve accessible projects with optional filtering. Use when you need to list projects, optionally filtered by team_id or is_open status.
NOZBE_TEAMS_LIST_PROJECTSAcciónTool to retrieve accessible projects with optional filtering. Use when you need to list projects, optionally filtered by team_id or is_open status.
Parámetros de entrada
limitintegerMaximum number of projects to return (1-10000). Default is 100.
fieldsstringComma-separated list of fields to include in the response. If not specified, all fields are returned.
offsetintegerNumber of projects to skip for pagination. Default is 0.
sortBystringComma-separated list of fields to sort by (e.g., 'created_at', '-name' for descending).
team_idstringFilter projects by team ID (16 characters alphanumeric).
is_single_actionsbooleanFilter by Single Tasks indicator. Set to true to show only single task projects, false for regular projects.
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 SectionsNOZBE_TEAMS_LIST_PROJECT_SECTIONSAcciónTool to retrieve accessible project sections with optional filtering. Use when you need to list sections within projects, optionally filtered by project_id.
NOZBE_TEAMS_LIST_PROJECT_SECTIONSAcciónTool to retrieve accessible project sections with optional filtering. Use when you need to list sections within projects, optionally filtered by project_id.
Parámetros de entrada
limitintegerMaximum number of objects to return.
fieldsstringComma-separated list of fields to include in the response. If not specified, all fields are returned.
offsetintegerNumber of objects to skip for pagination. Default is 0.
sortBystringComma-separated list of fields to sort by (e.g., 'created_at', '-name' for descending).
project_idstringFilter sections by project ID (16 characters alphanumeric).
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 RemindersNOZBE_TEAMS_LIST_REMINDERSAcciónTool to get accessible reminders from Nozbe Teams. Use when you need to retrieve reminders, optionally filtered by task ID, all-day status, or other parameters.
NOZBE_TEAMS_LIST_REMINDERSAcciónTool to get accessible reminders from Nozbe Teams. Use when you need to retrieve reminders, optionally filtered by task ID, all-day status, or other parameters.
Parámetros de entrada
limitintegerMax number of reminders to return (1-10000, default: 100)
fieldsstringComma-separated list of specific fields to include in response (e.g., 'id,task_id,remind_at')
offsetintegerNumber of reminders to skip for pagination (minimum: 0, default: 0)
sortBystringComma-separated sorting fields. Prefix with '-' for descending order (e.g., '-remind_at,id')
task_idstringFilter reminders by task ID
is_all_daybooleanFilter reminders by all-day 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 Tag AssignmentsNOZBE_TEAMS_LIST_TAG_ASSIGNMENTSAcciónTool to get accessible tag assignments with optional filtering by tag_id or task_id. Use when you need to retrieve associations between tags and tasks, optionally filtered by specific tag or task identifiers.
NOZBE_TEAMS_LIST_TAG_ASSIGNMENTSAcciónTool to get accessible tag assignments with optional filtering by tag_id or task_id. Use when you need to retrieve associations between tags and tasks, optionally filtered by specific tag or task identifiers.
Parámetros de entrada
limitintegerMax number of tag assignments to return
fieldsstringComma-separated list of fields to return in the response
offsetintegerNumber of tag assignments to skip for pagination
sortBystringSorting parameters for the results
tag_idstringFilter results by tag ID (16 characters, alphanumeric)
task_idstringFilter results by task ID (16 characters, alphanumeric)
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 TagsNOZBE_TEAMS_LIST_TAGSAcciónTool to get accessible tags from Nozbe Teams. Use when you need to retrieve tags, optionally filtered by name, favorite status, or task association.
NOZBE_TEAMS_LIST_TAGSAcciónTool to get accessible tags from Nozbe Teams. Use when you need to retrieve tags, optionally filtered by name, favorite status, or task association.
Parámetros de entrada
namestringFilter tags by name (exact match or partial)
limitintegerMax number of tags to return (1-10000, default: 100)
fieldsstringSpecific fields to return in response, comma-separated (e.g., 'id,name,is_favorite')
offsetintegerNumber of tags to skip for pagination (default: 0)
sortBystringSorting parameters, comma-separated. Use minus sign for descending order (e.g., 'created_at,-name')
task_idstringFilter tags associated with a specific task ID (16 characters)
is_favoritebooleanFilter by favorite status. Set to true to get only favorite tags
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 Task EventsNOZBE_TEAMS_LIST_TASK_EVENTSAcciónTool to get accessible task events from Nozbe Teams. Use when you need to retrieve task activity history or audit trail. Filter by task_id to get events for a specific task.
NOZBE_TEAMS_LIST_TASK_EVENTSAcciónTool to get accessible task events from Nozbe Teams. Use when you need to retrieve task activity history or audit trail. Filter by task_id to get events for a specific task.
Parámetros de entrada
limitintegerMax number of task events to return. Used for pagination.
fieldsstringComma-separated list of specific fields to return in the response. If not specified, all fields are returned.
offsetintegerNumber of task events to skip before starting to return results. Used for pagination.
sortBystringSorting parameters for the returned task events. Specify field name to sort by (e.g., 'created_at' or '-created_at' for descending).
task_idstringFilter task events by task ID. Must be exactly 16 alphanumeric characters.
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 TasksNOZBE_TEAMS_LIST_TASKSAcciónTool to retrieve accessible tasks from Nozbe Teams. Use when you need to query tasks with optional filters like project_id or review_reason. Supports pagination and sorting of results.
NOZBE_TEAMS_LIST_TASKSAcciónTool to retrieve accessible tasks from Nozbe Teams. Use when you need to query tasks with optional filters like project_id or review_reason. Supports pagination and sorting of results.
Parámetros de entrada
limitintegerMax number of tasks to return (1-10000, default: 100)
fieldsstringComma-separated list of specific fields to return in the response
offsetintegerNumber of tasks to skip for pagination
sortBystringComma-separated list of fields for sorting results. Use '-' prefix for descending order (e.g., '-created_at,name')
project_idstringFilter tasks by Project ID (16 alphanumeric characters)
review_reasonstringenumReview reason for tasks
due_datereminderdelegatedmentionnewly_addedoverdue
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 UsersNOZBE_TEAMS_LIST_USERSAcciónTool to retrieve accessible users from Nozbe Teams. Use when you need to query users with optional filters like name. Supports pagination and sorting of results.
NOZBE_TEAMS_LIST_USERSAcciónTool to retrieve accessible users from Nozbe Teams. Use when you need to query users with optional filters like name. Supports pagination and sorting of results.
Parámetros de entrada
namestringFilter users by name (partial match supported, e.g., 'John')
limitintegerMax number of users to return (1-10000, default: 100)
fieldsstringComma-separated list of specific fields to return in the response
offsetintegerNumber of users to skip for pagination
sortBystringComma-separated list of fields for sorting results. Use '-' prefix for descending order (e.g., '-name,created_at')
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
Poll for new tasksNOZBE_TEAMS_POLL_NEW_TASKSAcciónTool to poll for new tasks created since the last call. Use when you need to retrieve recently created tasks in Nozbe Teams. Optionally filter by project or responsible user, and specify which fields to return.
NOZBE_TEAMS_POLL_NEW_TASKSAcciónTool to poll for new tasks created since the last call. Use when you need to retrieve recently created tasks in Nozbe Teams. Optionally filter by project or responsible user, and specify which fields to return.
Parámetros de entrada
fieldsstringComma-separated list of fields to return in the response (e.g., 'id,name,project_id'). If not specified, all fields are returned.
project_idstringFilter tasks by project ID. Must be a 16-character alphanumeric string.
responsible_idstringFilter tasks by responsible user ID. Must be a 16-character alphanumeric string.
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
Poll Updated TasksNOZBE_TEAMS_POLL_UPDATED_TASKSAcciónTool to poll for tasks that have been updated since the last call. Use when you need to retrieve recently modified tasks from Nozbe Teams.
NOZBE_TEAMS_POLL_UPDATED_TASKSAcciónTool to poll for tasks that have been updated since the last call. Use when you need to retrieve recently modified tasks from Nozbe Teams.
Parámetros de entrada
fieldsstringComma-separated list of fields to return in the response. If not specified, all fields are returned.
project_idstringFilter tasks by project ID (16 characters). Only tasks from the specified project will be returned.
responsible_idstringFilter tasks by responsible user ID (16 characters). Only tasks assigned to the specified user will be returned.
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 CommentNOZBE_TEAMS_UPDATE_COMMENTAcciónTool to update an existing comment in Nozbe Teams. Use when you need to modify a comment's text, pin status, deletion status, or extra metadata.
NOZBE_TEAMS_UPDATE_COMMENTAcciónTool to update an existing comment in Nozbe Teams. Use when you need to modify a comment's text, pin status, deletion status, or extra metadata.
Parámetros de entrada
idstringObligatorioThe unique identifier of the comment to update (16 characters).
bodystringThe updated comment text content. If provided, replaces the existing comment body.
extrastringAdditional metadata or extra information to attach to the comment.
is_pinnedbooleanSet to true to pin the comment, false to unpin it.
is_deletedbooleanSet to true to mark the comment as deleted, false to restore it.
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 ProjectNOZBE_TEAMS_UPDATE_PROJECTAcciónTool to update a project in Nozbe Teams. Use when you need to modify project properties such as name, status, color, or description. All fields except the project ID are optional - only provide fields you want to update.
NOZBE_TEAMS_UPDATE_PROJECTAcciónTool to update a project in Nozbe Teams. Use when you need to modify project properties such as name, status, color, or description. All fields except the project ID are optional - only provide fields you want to update.
Parámetros de entrada
idstringObligatorioObject ID of the project to update (16 characters)
namestringNew name for the project (max 255 characters)
colorstringColor code for the project (predefined color enum or null)
is_openbooleanWhether the project is open (active) or closed
descriptionstringDescription of the project
is_favoritebooleanWhether the project is marked as favorite
preferencesstringProject preferences as JSON string
sidebar_positionnumberPosition of the project in the sidebar
is_single_actionsbooleanWhether the project contains single actions (no sections)
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 AccessNOZBE_TEAMS_UPDATE_PROJECT_ACCESSAcciónTool to update project access permissions in Nozbe Teams. Use when modifying member privileges for a specific project.
NOZBE_TEAMS_UPDATE_PROJECT_ACCESSAcciónTool to update project access permissions in Nozbe Teams. Use when modifying member privileges for a specific project.
Parámetros de entrada
idstringObligatorioProject access ID to update (16 alphanumeric characters)
member_idstringMember ID to grant access (16 alphanumeric characters)
is_managerbooleanWhether the member should have manager privileges for this project
project_idstringProject ID to associate with this access (16 alphanumeric characters)
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 TaskNOZBE_TEAMS_UPDATE_TASKAcciónTool to update a task in Nozbe Teams. Use when you need to modify task properties such as name, project, responsible user, due date, or other attributes. All fields except the task ID are optional - only provide fields you want to update.
NOZBE_TEAMS_UPDATE_TASKAcciónTool to update a task in Nozbe Teams. Use when you need to modify task properties such as name, project, responsible user, due date, or other attributes. All fields except the task ID are optional - only provide fields you want to update.
Parámetros de entrada
idstringObligatorioObject ID of the task to update (16 characters)
namestringNew name for the task (1-255 characters)
extrastringExtra metadata for the task (nullable)
due_atintegerUnix timestamp for task due date (nullable)
is_all_daybooleanWhether the task is an all-day task
project_idstringProject ID to move the task to (16 characters)
time_spentintegerTime spent on task in seconds (nullable)
is_followedbooleanWhether the task is followed by the current user
time_neededintegerTime needed for the task in seconds (nullable)
is_abandonedbooleanWhether the task is abandoned
responsible_idstringID of the user responsible for the task (6-16 characters or 'author')
priority_positionnumberTask priority position (nullable)
project_section_idstringProject section ID to assign the task to (16 characters, nullable)
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 TeamNOZBE_TEAMS_UPDATE_TEAMAcciónTool to update a team in Nozbe Teams. Use when you need to modify team properties such as name, color, or sidebar position. All fields except the team ID are optional - only provide fields you want to update.
NOZBE_TEAMS_UPDATE_TEAMAcciónTool to update a team in Nozbe Teams. Use when you need to modify team properties such as name, color, or sidebar position. All fields except the team ID are optional - only provide fields you want to update.
Parámetros de entrada
idstringObligatorioObject ID of the team to update (16 characters)
namestringNew name for the team
colorstringTeam color (e.g., avatarColor7)
sidebar_positionintegerPosition of the team in the sidebar
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 Team MemberNOZBE_TEAMS_UPDATE_TEAM_MEMBERAcciónTool to update a team member in Nozbe Teams. Use when you need to modify team member properties such as role, status, alias, or description. All fields except the team member ID are optional - only provide fields you want to update.
NOZBE_TEAMS_UPDATE_TEAM_MEMBERAcciónTool to update a team member in Nozbe Teams. Use when you need to modify team member properties such as role, status, alias, or description. All fields except the team member ID are optional - only provide fields you want to update.
Parámetros de entrada
idstringObligatorioObject ID of the team member to update (16 characters)
rolestringenumAvailable role options for team members.
owneradminmemberaliasstringMember alias or display name (max 255 characters). Useful for customizing how the member appears in the team.
statusstringenumAvailable status options for team members.
activependingrequesting_joinarchivedexpireddescriptionstringMember description or notes about their role or responsibilities.
is_favoritebooleanWhether member is marked as favorite
sidebar_positionnumberPosition in sidebar for display ordering
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 UserNOZBE_TEAMS_UPDATE_USERAcciónTool to update a user in Nozbe Teams. Use when you need to modify user properties such as name, avatar color, placeholder status, or contact information. All fields except the user ID are optional - only provide fields you want to update.
NOZBE_TEAMS_UPDATE_USERAcciónTool to update a user in Nozbe Teams. Use when you need to modify user properties such as name, avatar color, placeholder status, or contact information. All fields except the user ID are optional - only provide fields you want to update.
Parámetros de entrada
idstringObligatorioObject ID of the user to update (16 characters)
namestringNew name for the user (1-255 characters)
colorstringenumAvailable avatar color options for users.
avatarColor1avatarColor2avatarColor3avatarColor4avatarColor5avatarColor6avatarColor7avatarColor8avatarColor9avatarColor10avatarColor11avatarColor12time_zonestringUser's time zone identifier (e.g., 'America/New_York', 'Europe/London'). Set to null to remove the time zone.
avatar_urlstringURL of the user's avatar image. Set to null to remove the avatar URL.
is_placeholderbooleanWhether the user is a placeholder. Placeholder users are typically used for assigning tasks to external or future team members.
invitation_emailstringEmail address for user invitation. Set to null to remove the invitation email.
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