Kanbanize
kanbanizeKanbanize is designed to help advanced product teams apply the principles of Lean and Kanban to their work to maximize results.
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ónTool 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.
KANBANIZE_ADD_CARD_COMMENTAcciónTool 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
textstringObligatorioThe comment text content to add to the card.
card_idintegerObligatorioThe ID of the card to add a comment 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
Check Board MilestoneKANBANIZE_CHECK_BOARD_MILESTONEAcciónTool 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).
KANBANIZE_CHECK_BOARD_MILESTONEAcciónTool 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_idintegerObligatorioA board ID to check the milestone on.
milestone_idintegerObligatorioA milestone ID to check if it is available on the specified board.
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
Check User Is Card WatcherKANBANIZE_CHECK_USER_IS_CARD_WATCHERAcciónTool 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.
KANBANIZE_CHECK_USER_IS_CARD_WATCHERAcciónTool 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_idintegerObligatorioA card ID.
user_idintegerObligatorioA user 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
Delete BoardKANBANIZE_DELETE_BOARDAcciónTool 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.
KANBANIZE_DELETE_BOARDAcciónTool 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_idintegerObligatorioThe ID of the board to delete. Note: The board must be archived before it can be deleted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete CardKANBANIZE_DELETE_CARDAcciónTool 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.
KANBANIZE_DELETE_CARDAcciónTool 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_idintegerObligatorioThe ID of the card to delete from the Kanbanize board.
exceeding_reasonstringOptional reason to exceed a limit when deleting the card. Provide this when card deletion may exceed workflow limits or constraints.
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 TagKANBANIZE_DELETE_TAGAcciónTool to delete a tag from Kanbanize. Use when removing a tag and optionally replacing it with another tag for all affected cards.
KANBANIZE_DELETE_TAGAcciónTool 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_idintegerObligatorioA tag ID.
replace_with_tag_idintegerThe ID of the tag that will replace the deleted tag for **all** affected cards.
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 WorkflowKANBANIZE_DELETE_WORKFLOWAcciónTool to delete a workflow for the specified board. Use when you need to permanently remove a workflow from a board.
KANBANIZE_DELETE_WORKFLOWAcciónTool 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_idintegerObligatorioA board ID.
workflow_idintegerObligatorioA workflow 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
Get Board Block ReasonsKANBANIZE_GET_BOARD_BLOCK_REASONSAcciónTool to get a list of block reasons available on a board. Use when you need to retrieve available block reasons for a specific board.
KANBANIZE_GET_BOARD_BLOCK_REASONSAcciónTool 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_idintegerObligatorioA board 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
Get Board Card TemplatesKANBANIZE_GET_BOARD_CARD_TEMPLATESAcciónTool 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.
KANBANIZE_GET_BOARD_CARD_TEMPLATESAcciónTool 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_idintegerObligatorioThe unique identifier of the board to retrieve card templates from.
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 Child CardsKANBANIZE_GET_CHILD_CARDSAcciónTool 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.
KANBANIZE_GET_CHILD_CARDSAcciónTool 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
pageintegerPage number for pagination. If not specified, defaults to page 1
card_idintegerObligatorioThe unique identifier of the parent card whose children you want to retrieve
per_pageintegerNumber of results per page. Default is 100, maximum is 200
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 ColumnKANBANIZE_GET_COLUMNAcciónTool 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.
KANBANIZE_GET_COLUMNAcciónTool 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_idintegerObligatorioThe ID of the board that contains the column.
column_idintegerObligatorioThe ID of the column to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ColumnsKANBANIZE_GET_COLUMNSAcciónTool 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.
KANBANIZE_GET_COLUMNSAcciónTool 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_idintegerObligatorioThe unique identifier of the board to retrieve columns from.
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 Custom FieldsKANBANIZE_GET_CUSTOM_FIELDSAcciónTool 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.
KANBANIZE_GET_CUSTOM_FIELDSAcciónTool 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
namestringFilters 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_enabledstringenumEnum for enabled status.
01availabilitystring[]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_immutablestringenumEnum for immutable status.
01is_always_presentstringenumEnum for always present status.
01
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 StickersKANBANIZE_GET_STICKERSAcciónTool 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.
KANBANIZE_GET_STICKERSAcciónTool 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
labelstringThe full label of the sticker to search for. If provided, only stickers matching this label will be returned.
is_enabledintegerFilter 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
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 UserKANBANIZE_GET_USERAcciónTool 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.
KANBANIZE_GET_USERAcciónTool 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_idintegerObligatorioThe unique identifier of the user to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get workflow cycle time columnsKANBANIZE_GET_WORKFLOW_CYCLE_TIME_COLUMNSAcciónTool 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.
KANBANIZE_GET_WORKFLOW_CYCLE_TIME_COLUMNSAcciónTool 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_idintegerObligatorioA board ID.
workflow_idintegerObligatorioA workflow 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
Get Workspace Data FieldsKANBANIZE_GET_WORKSPACE_DATA_FIELDSAcciónTool 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.
KANBANIZE_GET_WORKSPACE_DATA_FIELDSAcciónTool 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_idintegerObligatorioA workspace 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
Remove Board Block ReasonKANBANIZE_REMOVE_BOARD_BLOCK_REASONAcciónTool 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.
KANBANIZE_REMOVE_BOARD_BLOCK_REASONAcciónTool 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_idintegerObligatorioA board ID.
reason_idintegerObligatorioA block reason 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
Remove Child CardKANBANIZE_REMOVE_CHILD_CARDAcciónTool 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.
KANBANIZE_REMOVE_CHILD_CARDAcciónTool 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_idintegerObligatorioA card ID.
child_card_idintegerObligatorioA child card ID.
exceeding_reasonstringThe reason for exceeding the specified limit.
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
Set card block reasonKANBANIZE_SET_CARD_BLOCK_REASONAcciónTool 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.
KANBANIZE_SET_CARD_BLOCK_REASONAcciónTool 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_idintegerObligatorioThe ID of the card to block
reason_idintegerObligatorioThe ID of the block reason to apply to the card
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 Board StickerKANBANIZE_UPDATE_BOARD_STICKERAcciónTool 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.
KANBANIZE_UPDATE_BOARD_STICKERAcciónTool 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_idintegerObligatorioA board ID.
sticker_idintegerObligatorioA sticker ID.
limit_per_cardintegerThe maximum number of times the sticker can be used on a single card. Use 0 for unlimited.
limit_per_boardintegerThe maximum number of times the sticker can be used on the board. Use 0 for unlimited.
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 Data Field WorkspacesKANBANIZE_UPDATE_DATA_FIELD_WORKSPACESAcciónTool 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.
KANBANIZE_UPDATE_DATA_FIELD_WORKSPACESAcciónTool 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_idintegerObligatorioThe 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
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 Lane Default SettingKANBANIZE_UPDATE_LANE_DEFAULT_SETTINGAcciónTool 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.
KANBANIZE_UPDATE_LANE_DEFAULT_SETTINGAcciónTool 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
valueintegerObligatorioThe new value of the setting.
lane_idintegerObligatorioA lane ID.
board_idintegerObligatorioA board ID.
setting_namestringObligatorioA setting name (e.g., 'lane_settings.default_template').
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 TagKANBANIZE_UPDATE_TAGAcciónTool to update the specified tag in Kanbanize. Use when you need to modify tag properties like label, color, availability, or enabled status.
KANBANIZE_UPDATE_TAGAcciónTool 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
colorstringThe color of the tag in hexadecimal format.
labelstringThe unique label (i.e. the name) assigned to the tag.
tag_idintegerObligatorioA tag ID.
is_enabledintegerenumTag enabled status.
01availabilityintegerenumTag availability levels.
012
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