NAiOS IconNAiOS Logo
Volver al catálogo

Kanbanize

kanbanize

Kanbanize is designed to help advanced product teams apply the principles of Lean and Kanban to their work to maximize results.

Acciones
24
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 (24)

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.

Add a comment to a cardKANBANIZE_ADD_CARD_COMMENTAcción

Tool to add a comment to a Kanbanize card. Use when you need to add notes, updates, or any text-based information to an existing card.

Parámetros de entrada

  • textstringObligatorio

    The comment text content to add to the card.

  • card_idintegerObligatorio

    The ID of the card to add a comment 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

Check Board MilestoneKANBANIZE_CHECK_BOARD_MILESTONEAcción

Tool to check if a milestone is available on the specified board. Use when you need to verify milestone existence on a specific board. Returns True if the milestone is available (HTTP 204), False if not found (HTTP 404).

Parámetros de entrada

  • board_idintegerObligatorio

    A board ID to check the milestone on.

  • milestone_idintegerObligatorio

    A milestone ID to check if it is available on the specified board.

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

Check User Is Card WatcherKANBANIZE_CHECK_USER_IS_CARD_WATCHERAcción

Tool to check if a user is a watcher of a specific card. Use when you need to verify if a user is watching a card.

Parámetros de entrada

  • card_idintegerObligatorio

    A card ID.

  • user_idintegerObligatorio

    A user 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

Delete BoardKANBANIZE_DELETE_BOARDAcción

Tool to delete a board by its ID. Use when you need to permanently remove a board from Kanbanize. Note: The board must be archived before deletion.

Parámetros de entrada

  • board_idintegerObligatorio

    The ID of the board to delete. Note: The board must be archived before it can be deleted.

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

Tool to delete a card from the Kanbanize board. Use when you need to permanently remove a card and all its associated data from the board.

Parámetros de entrada

  • card_idintegerObligatorio

    The ID of the card to delete from the Kanbanize board.

  • exceeding_reasonstring

    Optional reason to exceed a limit when deleting the card. Provide this when card deletion may exceed workflow limits or constraints.

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

Tool to delete a tag from Kanbanize. Use when removing a tag and optionally replacing it with another tag for all affected cards.

Parámetros de entrada

  • tag_idintegerObligatorio

    A tag ID.

  • replace_with_tag_idinteger

    The ID of the tag that will replace the deleted tag for **all** affected cards.

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

Tool to delete a workflow for the specified board. Use when you need to permanently remove a workflow from a board.

Parámetros de entrada

  • board_idintegerObligatorio

    A board ID.

  • workflow_idintegerObligatorio

    A workflow 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

Get Board Block ReasonsKANBANIZE_GET_BOARD_BLOCK_REASONSAcción

Tool to get a list of block reasons available on a board. Use when you need to retrieve available block reasons for a specific board.

Parámetros de entrada

  • board_idintegerObligatorio

    A board 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

Get Board Card TemplatesKANBANIZE_GET_BOARD_CARD_TEMPLATESAcción

Tool to retrieve a list of card templates available on a Kanbanize board. Use when you need to see what card templates are configured for a specific board.

Parámetros de entrada

  • board_idintegerObligatorio

    The unique identifier of the board to retrieve card templates from.

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

Tool to retrieve a list of child cards for a specified parent card. Use when you need to view all cards that are children of a given parent card in the Kanbanize hierarchy.

Parámetros de entrada

  • pageinteger

    Page number for pagination. If not specified, defaults to page 1

  • card_idintegerObligatorio

    The unique identifier of the parent card whose children you want to retrieve

  • per_pageinteger

    Number of results per page. Default is 100, maximum is 200

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

Tool to get the details of a specific column from a Kanbanize board. Use when you need to retrieve column information such as name, WIP limit, card ordering, or workflow configuration.

Parámetros de entrada

  • board_idintegerObligatorio

    The ID of the board that contains the column.

  • column_idintegerObligatorio

    The ID of the column to retrieve.

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

Tool to get a list of columns for a specific board in Kanbanize. Use when you need to retrieve all columns configured for a board, including their workflow assignments, positions, limits, and display settings.

Parámetros de entrada

  • board_idintegerObligatorio

    The unique identifier of the board to retrieve columns from.

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

Tool to retrieve a list of custom fields from Kanbanize with optional filtering. Use when you need to fetch custom field definitions, filter by field IDs, name, availability level, enabled status, types, or retrieve additional details like boards, card counts, and business rules.

Parámetros de entrada

  • namestring

    Filters custom fields by their exact name.

  • typesstring[]

    A list of the types of custom fields you want to retrieve.

  • expandstring[]

    A list of properties for which additional details should be included in the response. Options: allowed_values, boards, board_count, card_count, outcome_count, default_contributors, business_rules.

  • field_idsinteger[]

    A list of custom field IDs used to filter the returned custom fields. Example: [1, 2, 3]

  • is_enabledstringenum

    Enum for enabled status.

    01
  • availabilitystring[]

    A list of the availability levels by which to filter the custom fields. 0 = On-demand (can be manually added/removed from boards), 1 = Auto (automatically added to all newly created boards), 2 = Global (automatically added to all boards across all workspaces).

  • is_immutablestringenum

    Enum for immutable status.

    01
  • is_always_presentstringenum

    Enum for always present status.

    01

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

Tool to retrieve a list of stickers with optional filtering by sticker IDs, label, availability, and enabled status. Use when you need to fetch stickers from Kanbanize to apply to cards or to view available stickers in the system.

Parámetros de entrada

  • labelstring

    The full label of the sticker to search for. If provided, only stickers matching this label will be returned.

  • is_enabledinteger

    Filter stickers by enabled status. Use 0 for disabled stickers, 1 for enabled stickers. If not provided, all stickers are returned.

  • sticker_idsinteger[]

    An array of sticker IDs to filter the results. If provided, only stickers with these IDs will be returned.

  • availabilityinteger[]

    An array of availability values to filter stickers. Common values are board-specific availability levels.

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

Tool to get the details of a specified user in Kanbanize. Use when you need to retrieve information about a user such as their username, email, real name, avatar, enabled status, language preferences, timezone, and other attributes.

Parámetros de entrada

  • user_idintegerObligatorio

    The unique identifier of the user to retrieve.

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 workflow cycle time columnsKANBANIZE_GET_WORKFLOW_CYCLE_TIME_COLUMNSAcción

Tool to retrieve workflow's cycle time columns from a Kanbanize board. Use when you need to identify which columns are included in cycle time calculations for a specific workflow.

Parámetros de entrada

  • board_idintegerObligatorio

    A board ID.

  • workflow_idintegerObligatorio

    A workflow 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

Get Workspace Data FieldsKANBANIZE_GET_WORKSPACE_DATA_FIELDSAcción

Tool to retrieve a list of data fields available on a workspace. Use when you need to fetch all custom data fields configured for a specific Kanbanize workspace.

Parámetros de entrada

  • workspace_idintegerObligatorio

    A workspace 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

Remove Board Block ReasonKANBANIZE_REMOVE_BOARD_BLOCK_REASONAcción

Tool to make a block reason unavailable on a board. Use when you need to remove a specific block reason from a board's available options.

Parámetros de entrada

  • board_idintegerObligatorio

    A board ID.

  • reason_idintegerObligatorio

    A block reason 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

Remove Child CardKANBANIZE_REMOVE_CHILD_CARDAcción

Tool to remove the link between a parent card and a child card. Use when you need to unlink a child card from its parent card in Kanbanize.

Parámetros de entrada

  • card_idintegerObligatorio

    A card ID.

  • child_card_idintegerObligatorio

    A child card ID.

  • exceeding_reasonstring

    The reason for exceeding the specified limit.

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

Set card block reasonKANBANIZE_SET_CARD_BLOCK_REASONAcción

Tool to block a Kanbanize card by setting a block reason. Use when you need to mark a card as blocked and specify the reason preventing progress.

Parámetros de entrada

  • card_idintegerObligatorio

    The ID of the card to block

  • reason_idintegerObligatorio

    The ID of the block reason to apply to the card

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

Tool to update the properties of a sticker for the specified board. Use when you need to modify usage limits for a sticker on a board or card.

Parámetros de entrada

  • board_idintegerObligatorio

    A board ID.

  • sticker_idintegerObligatorio

    A sticker ID.

  • limit_per_cardinteger

    The maximum number of times the sticker can be used on a single card. Use 0 for unlimited.

  • limit_per_boardinteger

    The maximum number of times the sticker can be used on the board. Use 0 for unlimited.

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 Data Field WorkspacesKANBANIZE_UPDATE_DATA_FIELD_WORKSPACESAcción

Tool to add, update, or remove a data field on one or more workspaces via batch operations. Use when you need to configure data field availability and settings across multiple workspaces.

Parámetros de entrada

  • data_field_idintegerObligatorio

    The data field ID to perform operations on.

  • workspace_ids_to_removeinteger[]

    List of workspace IDs where the data field should be made unavailable.

  • workspaces_to_add_or_updateobject[]

    List of workspaces where the data field should be added or updated. Each entry must include workspace_id.

  • workspace_ids_for_apply_to_all_boards_to_addinteger[]

    List of workspace IDs where the 'apply to all boards in workspace' setting should be enabled.

  • workspace_ids_for_apply_to_all_boards_to_removeinteger[]

    List of workspace IDs where the 'apply to all boards in workspace' setting should be disabled.

  • workspace_ids_for_value_is_locked_for_all_boards_to_addinteger[]

    List of workspace IDs where the 'value is locked for all boards in workspace' setting should be enabled.

  • workspace_ids_for_value_is_locked_for_all_boards_to_removeinteger[]

    List of workspace IDs where the 'value is locked for all boards in workspace' setting should be disabled.

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 Lane Default SettingKANBANIZE_UPDATE_LANE_DEFAULT_SETTINGAcción

Tool to update the default value of a specific lane setting in Kanbanize. Use when you need to modify default settings for a lane on a board.

Parámetros de entrada

  • valueintegerObligatorio

    The new value of the setting.

  • lane_idintegerObligatorio

    A lane ID.

  • board_idintegerObligatorio

    A board ID.

  • setting_namestringObligatorio

    A setting name (e.g., 'lane_settings.default_template').

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

Tool to update the specified tag in Kanbanize. Use when you need to modify tag properties like label, color, availability, or enabled status.

Parámetros de entrada

  • colorstring

    The color of the tag in hexadecimal format.

  • labelstring

    The unique label (i.e. the name) assigned to the tag.

  • tag_idintegerObligatorio

    A tag ID.

  • is_enabledintegerenum

    Tag enabled status.

    01
  • availabilityintegerenum

    Tag availability levels.

    012

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