NAiOS IconNAiOS Logo
Volver al catálogo

Nozbe Teams

nozbe_teams

Cloud-based task management tool helping individuals and teams get organized.

Acciones
48
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • namestringObligatorio

    Attachment name/filename. This is the name of the file that will be displayed in the UI.

  • mime_typestring

    MIME 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_idstringObligatorio

    Comment ID (16 characters alphanumeric identifier) to which the attachment will be added

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create CommentNOZBE_TEAMS_CREATE_COMMENTAcción

Tool 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

  • bodystringObligatorio

    Comment body text.

  • is_teamboolean

    Whether the comment is visible to the entire team.

  • task_idstringObligatorio

    Task ID (16 characters) to which the comment will be added.

  • is_pinnedboolean

    Whether the comment should be pinned to the top of the task.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Project SectionNOZBE_TEAMS_CREATE_PROJECT_SECTIONAcción

Tool 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

  • namestringObligatorio

    Section name (1-255 characters)

  • positionnumber

    Section position for ordering within the project. If not specified, the section will be added at the end.

  • project_idstringObligatorio

    Project ID (16 alphanumeric characters)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ReminderNOZBE_TEAMS_CREATE_REMINDERAcción

Tool 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_idstringObligatorio

    The unique identifier of the task to add a reminder to (16 characters)

  • remind_atintegerObligatorio

    The timestamp (in milliseconds since epoch) when the reminder should trigger

  • is_all_daybooleanObligatorio

    Whether the reminder is for an all-day event (true) or a specific time (false)

  • is_relativebooleanObligatorio

    Whether the reminder time is relative to the task's due date (true) or an absolute timestamp (false)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Tag AssignmentNOZBE_TEAMS_CREATE_TAG_ASSIGNMENTAcción

Tool 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_idstringObligatorio

    Tag ID (16 characters). The tag to assign to the task.

  • task_idstringObligatorio

    Task ID (16 characters). The task to assign the tag to.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create TaskNOZBE_TEAMS_CREATE_TASKAcción

Tool 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

  • namestringObligatorio

    Task name (1-255 characters). Required field to identify the task.

  • due_atinteger

    Due date as Unix timestamp (seconds since epoch). When the task should be completed by.

  • is_all_dayboolean

    Whether the task is an all-day task without a specific time. Defaults to false if not provided.

  • project_idstring

    Project 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_followedboolean

    Whether the current user should follow this task to receive notifications about updates. Defaults to false if not provided.

  • responsible_idstring

    User ID of the person responsible for completing the task (6-16 characters or 'author' to assign to the creator).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Team MemberNOZBE_TEAMS_CREATE_TEAM_MEMBERAcción

Tool 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

  • rolestringObligatorioenum

    Role to assign to the team member. Determines the level of permissions the member has within the team.

    owneradminmember
  • aliasstring

    Optional alias or display name for the team member (max 255 characters). Useful for customizing how the member appears in the team.

  • statusstringObligatorioenum

    Status of the team member. Note: The API may automatically set status to 'pending' for new members regardless of the requested value.

    activependingrequesting_joinarchivedexpired
  • team_idstringObligatorio

    Team ID where the member will be added (16 alphanumeric characters). You can get team IDs from the list teams action.

  • user_idstringObligatorio

    User ID of the person to add as a team member (16 alphanumeric characters). The user must already exist in the system.

  • descriptionstring

    Optional description or notes about the team member. Can be used to store additional information about their role or responsibilities.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create UserNOZBE_TEAMS_CREATE_USERAcción

Tool 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

  • namestringObligatorio

    User name (1-255 characters). This is the display name for the user.

  • colorstringObligatorioenum

    Avatar color for the user. Must be one of the predefined avatar colors (avatarColor1 through avatarColor12).

    avatarColor1avatarColor2avatarColor3avatarColor4avatarColor5avatarColor6avatarColor7avatarColor8avatarColor9avatarColor10avatarColor11avatarColor12
  • time_zonestring

    Timezone for the user (e.g., 'America/New_York', 'Europe/London'). Used to localize time displays for the user.

  • is_placeholderbooleanObligatorio

    Whether 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_emailstring

    Email 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete CommentNOZBE_TEAMS_DELETE_COMMENTAcción

Tool 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

  • idstringObligatorio

    Unique identifier of the comment to delete (16 alphanumeric characters)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ProjectNOZBE_TEAMS_DELETE_PROJECTAcción

Tool 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

  • idstringObligatorio

    Project ID to delete (16 characters)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ReminderNOZBE_TEAMS_DELETE_REMINDERAcción

Tool to delete a reminder by its unique ID. Use when you need to remove a reminder from Nozbe Teams.

Parámetros de entrada

  • idstringObligatorio

    Object ID (16 alphanumeric characters)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Tag AssignmentNOZBE_TEAMS_DELETE_TAG_ASSIGNMENTAcción

Tool 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

  • idstringObligatorio

    Object ID of the tag assignment to delete (16 characters)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete TaskNOZBE_TEAMS_DELETE_TASKAcción

Tool 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

  • idstringObligatorio

    Task ID to delete (16 characters)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get AttachmentNOZBE_TEAMS_GET_ATTACHMENTAcción

Tool 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_idstringObligatorio

    File ID (16 characters alphanumeric identifier)

  • comment_idstringObligatorio

    Comment ID (16 characters alphanumeric identifier)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Comment by IDNOZBE_TEAMS_GET_COMMENTAcción

Tool 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

  • idstringObligatorio

    Comment ID (16 alphanumeric characters)

  • fieldsstring

    Comma-separated list of fields to return. If not specified, all fields are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Project by IDNOZBE_TEAMS_GET_PROJECTAcción

Tool 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

  • idstringObligatorio

    Project ID (16 characters). Unique identifier for the project.

  • fieldsstring

    Comma-separated list of fields to return in the response. If not specified, all fields are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Project AccessNOZBE_TEAMS_GET_PROJECT_ACCESSAcción

Tool 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

  • idstringObligatorio

    Project access ID (16 alphanumeric characters)

  • fieldsstring

    Fields to return (comma-separated list of field names)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Project SectionNOZBE_TEAMS_GET_PROJECT_SECTIONAcción

Tool 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

  • idstringObligatorio

    Object ID (16 characters) of the project section to retrieve

  • fieldsstring

    Fields to return in the response. Comma-separated list of field names to include in the response.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ReminderNOZBE_TEAMS_GET_REMINDERAcción

Tool to get a reminder by ID from Nozbe Teams. Use when you need to retrieve details about a specific reminder.

Parámetros de entrada

  • idstringObligatorio

    Object ID (16 characters) of the reminder to retrieve.

  • fieldsstring

    Comma-separated list of fields to return. If not specified, all fields are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TagNOZBE_TEAMS_GET_TAGAcción

Tool to get a tag by ID from Nozbe Teams. Use when you need to retrieve details about a specific tag.

Parámetros de entrada

  • idstringObligatorio

    Object ID (16 characters)

  • fieldsstring

    List of fields that should be returned for each object, separated with commas. Example: 'id,name,color'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Tag AssignmentNOZBE_TEAMS_GET_TAG_ASSIGNMENTAcción

Tool 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

  • idstringObligatorio

    Tag assignment ID (16 alphanumeric characters)

  • fieldsstring

    Comma-separated list of fields to return in the response. If not specified, all fields are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Task by IDNOZBE_TEAMS_GET_TASKAcción

Tool 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

  • idstringObligatorio

    Task ID (16 characters). Unique identifier for the task.

  • fieldsstring

    Comma-separated list of fields to return in the response. If not specified, all fields are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Task EventNOZBE_TEAMS_GET_TASK_EVENTAcción

Tool to get a task event by ID. Use when you need to retrieve details about a specific task event.

Parámetros de entrada

  • idstringObligatorio

    Object ID (16 characters alphanumeric identifier)

  • fieldsstring

    Comma-separated list of fields to return. If not specified, all fields are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Team by IDNOZBE_TEAMS_GET_TEAMAcción

Tool 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

  • idstringObligatorio

    Team ID (16 characters). Unique identifier for the team.

  • fieldsstring

    Comma-separated list of fields to return in the response. If not specified, all fields are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Team Member by IDNOZBE_TEAMS_GET_TEAM_MEMBERAcción

Tool 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

  • idstringObligatorio

    Object ID (16 characters). Unique identifier for the team member.

  • fieldsstring

    Comma-separated list of fields to return in the response. If not specified, all fields are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User by IDNOZBE_TEAMS_GET_USERAcción

Tool 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

  • idstringObligatorio

    User ID (16 characters). Unique identifier for the user.

  • fieldsstring

    Comma-separated list of fields to return in the response. If not specified, all fields are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Comment AttachmentsNOZBE_TEAMS_LIST_ATTACHMENTSAcción

Tool 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_idstringObligatorio

    Comment ID (16 characters alphanumeric identifier)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CommentsNOZBE_TEAMS_LIST_COMMENTSAcción

Tool 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

  • limitinteger

    Max number of objects to return. Default is 100, range: 1-10000.

  • fieldsstring

    Comma-separated list of fields to include in response (e.g., 'id,body,task_id').

  • offsetinteger

    Number of objects to skip for pagination. Default is 0.

  • sortBystring

    Field-based sorting parameters. Use '-' prefix for descending order (e.g., '-created_at' for newest first).

  • task_idstring

    Filter comments by associated task. Must be a 16-character alphanumeric task identifier.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Group AssignmentsNOZBE_TEAMS_LIST_GROUP_ASSIGNMENTSAcción

Tool 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

  • limitinteger

    Max number of objects to return

  • fieldsstring

    Comma-separated list of fields to return in the response

  • offsetinteger

    Number of objects to skip for pagination

  • sortBystring

    Sorting parameters for the results

  • group_idstring

    Filter by group ID (16 characters alphanumeric)

  • object_idstring

    Filter by object ID (16 characters alphanumeric)

  • group_typestringenum

    Type of group assignment

    projectmember

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Project AccessesNOZBE_TEAMS_LIST_PROJECT_ACCESSESAcción

Tool 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

  • limitinteger

    Max number of objects to return. Default is 100.

  • fieldsstring

    List of fields that should be returned for each object, separated with commas. For example: 'id,project_id,is_manager'.

  • offsetinteger

    Number of objects to skip. Default is 0.

  • sortBystring

    List of params for sorting results, separated with commas. For example: 'project_id' or 'is_manager,member_id'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Project GroupsNOZBE_TEAMS_LIST_PROJECT_GROUPSAcción

Tool 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

  • namestring

    Filter project groups by name.

  • limitinteger

    Maximum number of project groups to return. Default is 100.

  • fieldsstring

    Comma-separated field names to include in the response (e.g., 'id,name,team_id').

  • offsetinteger

    Number of project groups to skip for pagination. Default is 0.

  • sortBystring

    Comma-separated sorting parameters. Prefix with '-' for descending order (e.g., 'name' or '-name').

  • team_idstring

    Filter project groups by team ID (16-character alphanumeric identifier).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ProjectsNOZBE_TEAMS_LIST_PROJECTSAcción

Tool 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

  • limitinteger

    Maximum number of projects to return (1-10000). Default is 100.

  • fieldsstring

    Comma-separated list of fields to include in the response. If not specified, all fields are returned.

  • offsetinteger

    Number of projects to skip for pagination. Default is 0.

  • sortBystring

    Comma-separated list of fields to sort by (e.g., 'created_at', '-name' for descending).

  • team_idstring

    Filter projects by team ID (16 characters alphanumeric).

  • is_single_actionsboolean

    Filter by Single Tasks indicator. Set to true to show only single task projects, false for regular projects.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Project SectionsNOZBE_TEAMS_LIST_PROJECT_SECTIONSAcción

Tool 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

  • limitinteger

    Maximum number of objects to return.

  • fieldsstring

    Comma-separated list of fields to include in the response. If not specified, all fields are returned.

  • offsetinteger

    Number of objects to skip for pagination. Default is 0.

  • sortBystring

    Comma-separated list of fields to sort by (e.g., 'created_at', '-name' for descending).

  • project_idstring

    Filter sections by project ID (16 characters alphanumeric).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List RemindersNOZBE_TEAMS_LIST_REMINDERSAcción

Tool 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

  • limitinteger

    Max number of reminders to return (1-10000, default: 100)

  • fieldsstring

    Comma-separated list of specific fields to include in response (e.g., 'id,task_id,remind_at')

  • offsetinteger

    Number of reminders to skip for pagination (minimum: 0, default: 0)

  • sortBystring

    Comma-separated sorting fields. Prefix with '-' for descending order (e.g., '-remind_at,id')

  • task_idstring

    Filter reminders by task ID

  • is_all_dayboolean

    Filter reminders by all-day status

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Tag AssignmentsNOZBE_TEAMS_LIST_TAG_ASSIGNMENTSAcción

Tool 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

  • limitinteger

    Max number of tag assignments to return

  • fieldsstring

    Comma-separated list of fields to return in the response

  • offsetinteger

    Number of tag assignments to skip for pagination

  • sortBystring

    Sorting parameters for the results

  • tag_idstring

    Filter results by tag ID (16 characters, alphanumeric)

  • task_idstring

    Filter results by task ID (16 characters, alphanumeric)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TagsNOZBE_TEAMS_LIST_TAGSAcción

Tool 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

  • namestring

    Filter tags by name (exact match or partial)

  • limitinteger

    Max number of tags to return (1-10000, default: 100)

  • fieldsstring

    Specific fields to return in response, comma-separated (e.g., 'id,name,is_favorite')

  • offsetinteger

    Number of tags to skip for pagination (default: 0)

  • sortBystring

    Sorting parameters, comma-separated. Use minus sign for descending order (e.g., 'created_at,-name')

  • task_idstring

    Filter tags associated with a specific task ID (16 characters)

  • is_favoriteboolean

    Filter by favorite status. Set to true to get only favorite tags

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Task EventsNOZBE_TEAMS_LIST_TASK_EVENTSAcción

Tool 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

  • limitinteger

    Max number of task events to return. Used for pagination.

  • fieldsstring

    Comma-separated list of specific fields to return in the response. If not specified, all fields are returned.

  • offsetinteger

    Number of task events to skip before starting to return results. Used for pagination.

  • sortBystring

    Sorting parameters for the returned task events. Specify field name to sort by (e.g., 'created_at' or '-created_at' for descending).

  • task_idstring

    Filter task events by task ID. Must be exactly 16 alphanumeric characters.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TasksNOZBE_TEAMS_LIST_TASKSAcción

Tool 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

  • limitinteger

    Max number of tasks to return (1-10000, default: 100)

  • fieldsstring

    Comma-separated list of specific fields to return in the response

  • offsetinteger

    Number of tasks to skip for pagination

  • sortBystring

    Comma-separated list of fields for sorting results. Use '-' prefix for descending order (e.g., '-created_at,name')

  • project_idstring

    Filter tasks by Project ID (16 alphanumeric characters)

  • review_reasonstringenum

    Review reason for tasks

    due_datereminderdelegatedmentionnewly_addedoverdue

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List UsersNOZBE_TEAMS_LIST_USERSAcción

Tool 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

  • namestring

    Filter users by name (partial match supported, e.g., 'John')

  • limitinteger

    Max number of users to return (1-10000, default: 100)

  • fieldsstring

    Comma-separated list of specific fields to return in the response

  • offsetinteger

    Number of users to skip for pagination

  • sortBystring

    Comma-separated list of fields for sorting results. Use '-' prefix for descending order (e.g., '-name,created_at')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Poll for new tasksNOZBE_TEAMS_POLL_NEW_TASKSAcción

Tool 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

  • fieldsstring

    Comma-separated list of fields to return in the response (e.g., 'id,name,project_id'). If not specified, all fields are returned.

  • project_idstring

    Filter tasks by project ID. Must be a 16-character alphanumeric string.

  • responsible_idstring

    Filter tasks by responsible user ID. Must be a 16-character alphanumeric string.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Poll Updated TasksNOZBE_TEAMS_POLL_UPDATED_TASKSAcción

Tool 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

  • fieldsstring

    Comma-separated list of fields to return in the response. If not specified, all fields are returned.

  • project_idstring

    Filter tasks by project ID (16 characters). Only tasks from the specified project will be returned.

  • responsible_idstring

    Filter tasks by responsible user ID (16 characters). Only tasks assigned to the specified user will be returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update CommentNOZBE_TEAMS_UPDATE_COMMENTAcción

Tool 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

  • idstringObligatorio

    The unique identifier of the comment to update (16 characters).

  • bodystring

    The updated comment text content. If provided, replaces the existing comment body.

  • extrastring

    Additional metadata or extra information to attach to the comment.

  • is_pinnedboolean

    Set to true to pin the comment, false to unpin it.

  • is_deletedboolean

    Set to true to mark the comment as deleted, false to restore it.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update ProjectNOZBE_TEAMS_UPDATE_PROJECTAcción

Tool 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

  • idstringObligatorio

    Object ID of the project to update (16 characters)

  • namestring

    New name for the project (max 255 characters)

  • colorstring

    Color code for the project (predefined color enum or null)

  • is_openboolean

    Whether the project is open (active) or closed

  • descriptionstring

    Description of the project

  • is_favoriteboolean

    Whether the project is marked as favorite

  • preferencesstring

    Project preferences as JSON string

  • sidebar_positionnumber

    Position of the project in the sidebar

  • is_single_actionsboolean

    Whether the project contains single actions (no sections)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Project AccessNOZBE_TEAMS_UPDATE_PROJECT_ACCESSAcción

Tool to update project access permissions in Nozbe Teams. Use when modifying member privileges for a specific project.

Parámetros de entrada

  • idstringObligatorio

    Project access ID to update (16 alphanumeric characters)

  • member_idstring

    Member ID to grant access (16 alphanumeric characters)

  • is_managerboolean

    Whether the member should have manager privileges for this project

  • project_idstring

    Project ID to associate with this access (16 alphanumeric characters)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update TaskNOZBE_TEAMS_UPDATE_TASKAcción

Tool 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

  • idstringObligatorio

    Object ID of the task to update (16 characters)

  • namestring

    New name for the task (1-255 characters)

  • extrastring

    Extra metadata for the task (nullable)

  • due_atinteger

    Unix timestamp for task due date (nullable)

  • is_all_dayboolean

    Whether the task is an all-day task

  • project_idstring

    Project ID to move the task to (16 characters)

  • time_spentinteger

    Time spent on task in seconds (nullable)

  • is_followedboolean

    Whether the task is followed by the current user

  • time_neededinteger

    Time needed for the task in seconds (nullable)

  • is_abandonedboolean

    Whether the task is abandoned

  • responsible_idstring

    ID of the user responsible for the task (6-16 characters or 'author')

  • priority_positionnumber

    Task priority position (nullable)

  • project_section_idstring

    Project section ID to assign the task to (16 characters, nullable)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update TeamNOZBE_TEAMS_UPDATE_TEAMAcción

Tool 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

  • idstringObligatorio

    Object ID of the team to update (16 characters)

  • namestring

    New name for the team

  • colorstring

    Team color (e.g., avatarColor7)

  • sidebar_positioninteger

    Position of the team in the sidebar

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Team MemberNOZBE_TEAMS_UPDATE_TEAM_MEMBERAcción

Tool 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

  • idstringObligatorio

    Object ID of the team member to update (16 characters)

  • rolestringenum

    Available role options for team members.

    owneradminmember
  • aliasstring

    Member alias or display name (max 255 characters). Useful for customizing how the member appears in the team.

  • statusstringenum

    Available status options for team members.

    activependingrequesting_joinarchivedexpired
  • descriptionstring

    Member description or notes about their role or responsibilities.

  • is_favoriteboolean

    Whether member is marked as favorite

  • sidebar_positionnumber

    Position in sidebar for display ordering

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update UserNOZBE_TEAMS_UPDATE_USERAcción

Tool 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

  • idstringObligatorio

    Object ID of the user to update (16 characters)

  • namestring

    New name for the user (1-255 characters)

  • colorstringenum

    Available avatar color options for users.

    avatarColor1avatarColor2avatarColor3avatarColor4avatarColor5avatarColor6avatarColor7avatarColor8avatarColor9avatarColor10avatarColor11avatarColor12
  • time_zonestring

    User's time zone identifier (e.g., 'America/New_York', 'Europe/London'). Set to null to remove the time zone.

  • avatar_urlstring

    URL of the user's avatar image. Set to null to remove the avatar URL.

  • is_placeholderboolean

    Whether the user is a placeholder. Placeholder users are typically used for assigning tasks to external or future team members.

  • invitation_emailstring

    Email address for user invitation. Set to null to remove the invitation email.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not