Hex
hexHex is a collaborative data workspace that combines SQL, Python, and R notebooks for analytics and data science
Acciones disponibles (31)
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.
Cancel RunHEX_CANCEL_RUNAcciónTool to cancel a project run that is in progress. Use when you need to stop a currently executing Hex project run before it completes.
HEX_CANCEL_RUNAcciónTool to cancel a project run that is in progress. Use when you need to stop a currently executing Hex project run before it completes.
Parámetros de entrada
run_idstringObligatorioUnique ID for a run of a Hex project in UUID format. This identifies the specific run to cancel.
project_idstringObligatorioUnique ID for a Hex project in UUID format. This identifies the project that contains the run to cancel.
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 CellHEX_CREATE_CELLAcciónTool to create a new cell in the draft version of a Hex project. Use when adding CODE or SQL cells to a project. Only CODE and SQL cell types are supported. Requires EDIT_PROJECT_CONTENTS permission.
HEX_CREATE_CELLAcciónTool to create a new cell in the draft version of a Hex project. Use when adding CODE or SQL cells to a project. Only CODE and SQL cell types are supported. Requires EDIT_PROJECT_CONTENTS permission.
Parámetros de entrada
labelstringOptional label for the cell to make it easier to identify
cellTypestringObligatorioenumType of cell to create. Only CODE and SQL types are supported.
CODESQLcontentsobjectObligatorioCell contents. Must include codeCell.source for CODE type or sqlCell for SQL type.
locationobjectModel for specifying where to place the cell in the project.
projectIdstringObligatorioUnique ID for the Hex project (UUID format)
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 CollectionHEX_CREATE_COLLECTIONAcciónTool to create a new collection in the Hex workspace. Use when you need to organize projects and resources into a collection.
HEX_CREATE_COLLECTIONAcciónTool to create a new collection in the Hex workspace. Use when you need to organize projects and resources into a collection.
Parámetros de entrada
namestringObligatorioName for the collection
sharingobjectModel for collection sharing configuration.
descriptionstringDescription of the collection
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 GroupHEX_CREATE_GROUPAcciónTool to create a new group in the Hex workspace. Use when you need to organize users into groups for collaboration and access control.
HEX_CREATE_GROUPAcciónTool to create a new group in the Hex workspace. Use when you need to organize users into groups for collaboration and access control.
Parámetros de entrada
namestringObligatorioName for the new group (must be non-empty)
membersobjectModel for group members.
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
Deactivate UserHEX_DEACTIVATE_USERAcciónDeactivates a user in the Hex workspace. Use this when you need to deactivate a user by their ID.
HEX_DEACTIVATE_USERAcciónDeactivates a user in the Hex workspace. Use this when you need to deactivate a user by their ID.
Parámetros de entrada
user_idstringObligatorioUnique ID for a user in UUID format (e.g., 019cd222-074d-7003-a83e-56a40e97b60b)
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 CellHEX_DELETE_CELLAcciónPermanently delete a cell from the draft version of a project. Requires EDIT_PROJECT_CONTENTS permission. Use when you need to remove a cell from a Hex project's draft.
HEX_DELETE_CELLAcciónPermanently delete a cell from the draft version of a project. Requires EDIT_PROJECT_CONTENTS permission. Use when you need to remove a cell from a Hex project's draft.
Parámetros de entrada
cellIdstringObligatorioUnique identifier for the cell to delete. Must be in UUID format (e.g., '019cd2fb-8a0d-7007-9870-c3999f91e95b').
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 GroupHEX_DELETE_GROUPAcciónDeletes a group from the Hex workspace. Use this when you need to permanently remove a group by its ID.
HEX_DELETE_GROUPAcciónDeletes a group from the Hex workspace. Use this when you need to permanently remove a group by its ID.
Parámetros de entrada
group_idstringObligatorioUnique ID for a group in UUID format (e.g., 019cd2fb-44c5-7007-a1d5-8fbe7aa7dbf3)
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 Guide DraftHEX_DELETE_GUIDE_DRAFTAcciónDeletes a guide draft by ID from Hex. Use this when you need to permanently remove a draft guide.
HEX_DELETE_GUIDE_DRAFTAcciónDeletes a guide draft by ID from Hex. Use this when you need to permanently remove a draft guide.
Parámetros de entrada
orgGuideFileIdstringObligatorioUnique ID for a guide file in UUID format
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
Edit CollectionHEX_EDIT_COLLECTIONAcciónTool to edit a collection's name, description, and sharing settings in Hex. Use when you need to update collection metadata or change sharing permissions.
HEX_EDIT_COLLECTIONAcciónTool to edit a collection's name, description, and sharing settings in Hex. Use when you need to update collection metadata or change sharing permissions.
Parámetros de entrada
namestringNew name for the collection (must be non-empty if provided)
sharingobjectSharing configuration for users, groups, or workspace.
descriptionstringDescription of the collection
collectionIdstringObligatorioUnique ID for the collection to edit (UUID format)
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
Edit GroupHEX_EDIT_GROUPAcciónTool to edit a group's name and/or members in Hex. Use when you need to update group details, add users to a group, or remove users from a group.
HEX_EDIT_GROUPAcciónTool to edit a group's name and/or members in Hex. Use when you need to update group details, add users to a group, or remove users from a group.
Parámetros de entrada
namestringNew name for the group. Must be non-empty if provided.
membersobjectModel for group members configuration.
group_idstringObligatorioUnique ID for a group in UUID format (e.g., 019cd2fb-0a06-7006-a522-d36b008968c7)
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
Edit Project Sharing CollectionsHEX_EDIT_PROJECT_SHARING_COLLECTIONSAcciónTool to add a project to collections or remove it from collections. Use when you need to update project sharing by adding or modifying collection access. Workspace tokens need Collections -> Write access scope in addition to Projects -> Write access scope.
HEX_EDIT_PROJECT_SHARING_COLLECTIONSAcciónTool to add a project to collections or remove it from collections. Use when you need to update project sharing by adding or modifying collection access. Workspace tokens need Collections -> Write access scope in addition to Projects -> Write access scope.
Parámetros de entrada
sharingobjectObligatorioSharing configuration with collections to add or remove
projectIdstringObligatorioUnique ID for the Hex project (UUID format)
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
Edit Project Sharing GroupsHEX_EDIT_PROJECT_SHARING_GROUPSAcciónTool to edit project sharing settings for groups in Hex. Use when you need to add or modify group access to a project. Supports up to 25 groups per request.
HEX_EDIT_PROJECT_SHARING_GROUPSAcciónTool to edit project sharing settings for groups in Hex. Use when you need to add or modify group access to a project. Supports up to 25 groups per request.
Parámetros de entrada
sharingobjectObligatorioSharing configuration specifying which groups to add or modify and their access levels
projectIdstringObligatorioUnique ID for the Hex project in UUID format
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
Edit Project Sharing SettingsHEX_EDIT_PROJECT_SHARING_ORG_AND_PUBLICAcciónTool to edit project sharing settings for workspace members and public web access. Use when you need to control who can access a Hex project and what permissions they have.
HEX_EDIT_PROJECT_SHARING_ORG_AND_PUBLICAcciónTool to edit project sharing settings for workspace members and public web access. Use when you need to control who can access a Hex project and what permissions they have.
Parámetros de entrada
sharingobjectObligatorioSharing configuration with publicWeb and workspace access levels. Both fields are required.
projectIdstringObligatorioUnique ID for a Hex project (UUID format). This is the project whose sharing settings will be updated.
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
Edit Project Sharing UsersHEX_EDIT_PROJECT_SHARING_USERSAcciónTool to edit project sharing settings for individual users in Hex. Add or modify user access to a project by specifying access levels (NONE, APP_ONLY, CAN_VIEW, CAN_EDIT, FULL_ACCESS). Use when you need to grant or update project permissions for specific users. Maximum 25 users per request.
HEX_EDIT_PROJECT_SHARING_USERSAcciónTool to edit project sharing settings for individual users in Hex. Add or modify user access to a project by specifying access levels (NONE, APP_ONLY, CAN_VIEW, CAN_EDIT, FULL_ACCESS). Use when you need to grant or update project permissions for specific users. Maximum 25 users per request.
Parámetros de entrada
sharingobjectObligatorioSharing configuration with upsert.users array containing user access settings
projectIdstringObligatorioUnique ID for the Hex project in UUID format (e.g., '019cd222-4c60-7003-9f01-f6d33d4be59f')
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 CellHEX_GET_CELLAcciónTool to get a single cell by ID from the draft version of a Hex project. Use when you need to retrieve cell details including source contents for CODE and SQL cells. Returns complete cell information including cell type, contents, and associated metadata.
HEX_GET_CELLAcciónTool to get a single cell by ID from the draft version of a Hex project. Use when you need to retrieve cell details including source contents for CODE and SQL cells. Returns complete cell information including cell type, contents, and associated metadata.
Parámetros de entrada
cellIdstringObligatorioUnique ID for a cell in UUID format (e.g., '019cd222-7c1d-7003-97d6-b5fd42e48784')
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 collectionHEX_GET_COLLECTIONAcciónTool to get information about a specific collection in Hex. Returns collection details including name, description, creator, and sharing settings. Use when you need to retrieve metadata about a collection by its ID.
HEX_GET_COLLECTIONAcciónTool to get information about a specific collection in Hex. Returns collection details including name, description, creator, and sharing settings. Use when you need to retrieve metadata about a collection by its ID.
Parámetros de entrada
collectionIdstringObligatorioUnique ID for a collection (UUID format). Example: 019cd222-11e7-7111-b40b-f40d81aba29b
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 GroupHEX_GET_GROUPAcciónTool to retrieve information about a specific Hex group. Use when you need to get details about a group including its ID, name, and creation date.
HEX_GET_GROUPAcciónTool to retrieve information about a specific Hex group. Use when you need to get details about a group including its ID, name, and creation date.
Parámetros de entrada
group_idstringObligatorioUnique ID for a group in UUID format (e.g., 019cd2fb-0a06-7006-a522-d36b008968c7)
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 ProjectHEX_GET_PROJECTAcciónTool to get metadata about a single Hex project. Use when you need to retrieve project details including title, description, creator, owner, status, categories, analytics, schedules, and sharing information.
HEX_GET_PROJECTAcciónTool to get metadata about a single Hex project. Use when you need to retrieve project details including title, description, creator, owner, status, categories, analytics, schedules, and sharing information.
Parámetros de entrada
project_idstringObligatorioUnique ID for a Hex project in UUID format
include_sharingbooleanInclude sharing information in the response (default: 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
Get Project RunsHEX_GET_PROJECT_RUNSAcciónTool to retrieve the status of API-triggered runs for a specific Hex project. Use when you need to check the execution status, timing, or history of project runs. Returns a paginated list of runs with detailed status information.
HEX_GET_PROJECT_RUNSAcciónTool to retrieve the status of API-triggered runs for a specific Hex project. Use when you need to check the execution status, timing, or history of project runs. Returns a paginated list of runs with detailed status information.
Parámetros de entrada
limitintegerNumber of results per page. Must be between 1 and 100. Default is 25 if not specified.
offsetintegerOffset for pagination. Use this to skip a certain number of results. Default is 0 if not specified.
projectIdstringObligatorioUnique ID for a Hex project (UUID format). This is the project whose runs you want to retrieve.
statusFilterstringenumEnum for run status values.
PENDINGRUNNINGERROREDCOMPLETEDKILLEDUNABLE_TO_ALLOCATE_KERNEL
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 Run StatusHEX_GET_RUN_STATUSAcciónTool to retrieve the status of a specific Hex project run. Use when you need to check the current state, timing, or completion status of a project execution. Returns detailed information including start/end times, elapsed time, status, and notification details.
HEX_GET_RUN_STATUSAcciónTool to retrieve the status of a specific Hex project run. Use when you need to check the current state, timing, or completion status of a project execution. Returns detailed information including start/end times, elapsed time, status, and notification details.
Parámetros de entrada
runIdstringObligatorioUnique ID for a run of a Hex project (UUID format)
projectIdstringObligatorioUnique ID for a Hex project (UUID format)
enable_expanded_statsstringEnable expanded statistics 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
List CellsHEX_LIST_CELLSAcciónTool to list all cells from the draft version of a Hex project. Use when you need to retrieve cells with source code for SQL and CODE cells. Returns paginated results with cell details including type, label, and contents.
HEX_LIST_CELLSAcciónTool to list all cells from the draft version of a Hex project. Use when you need to retrieve cells with source code for SQL and CODE cells. Returns paginated results with cell details including type, label, and contents.
Parámetros de entrada
afterstringPagination cursor for next page
limitintegerNumber of results per page (1-100, default: 25)
beforestringPagination cursor for previous page
projectIdstringObligatorioUnique ID for a Hex project (UUID format)
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 CollectionsHEX_LIST_COLLECTIONSAcciónTool to retrieve all collections in the workspace with pagination support. Use when you need to list or discover available collections.
HEX_LIST_COLLECTIONSAcciónTool to retrieve all collections in the workspace with pagination support. Use when you need to list or discover available collections.
Parámetros de entrada
afterstringPagination cursor for retrieving the next page of results
limitintegerMaximum number of collections to return per page (1-100, default: 25)
beforestringPagination cursor for retrieving the previous page of results
sortBystringenumSort field enumeration for collections.
NAMEsortDirectionstringenumSort direction enumeration.
ASCDESC
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 Data ConnectionsHEX_LIST_DATA_CONNECTIONSAcciónTool to list all data connections in the Hex workspace with pagination support. Use when you need to retrieve, browse, or audit data connections configured in Hex. Supports filtering by sort criteria and cursor-based pagination for large result sets.
HEX_LIST_DATA_CONNECTIONSAcciónTool to list all data connections in the Hex workspace with pagination support. Use when you need to retrieve, browse, or audit data connections configured in Hex. Supports filtering by sort criteria and cursor-based pagination for large result sets.
Parámetros de entrada
afterstringPagination cursor for retrieving the next page of results. Obtained from the pagination object in the previous response.
limitintegerNumber of results to return per page. Must be between 1 and 100. Default is 25.
beforestringPagination cursor for retrieving the previous page of results. Obtained from the pagination object in the previous response.
sortBystringenumEnum for sort field options.
CREATED_ATNAMEsortDirectionstringenumEnum for sort direction options.
DESCASC
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 groupsHEX_LIST_GROUPSAcciónTool to list all groups in the Hex workspace with pagination support. Use when you need to retrieve groups with optional sorting and pagination.
HEX_LIST_GROUPSAcciónTool to list all groups in the Hex workspace with pagination support. Use when you need to retrieve groups with optional sorting and pagination.
Parámetros de entrada
afterstringPagination cursor to retrieve the next page of results. Use the 'after' value from the previous response's pagination object.
limitintegerNumber of results to return per page. Must be between 1 and 500. Defaults to 25 if not specified.
beforestringPagination cursor to retrieve the previous page of results. Use the 'before' value from the previous response's pagination object.
sortBystringenumSort field options for groups listing.
CREATED_ATNAMEsortDirectionstringenumSort direction options for groups listing.
DESCASC
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 Hex ProjectsHEX_LIST_PROJECTSAcciónTool to list all viewable Hex projects with pagination and filtering support. Use when you need to retrieve projects sorted by creation date or filter by status, categories, creator, owner, or collection.
HEX_LIST_PROJECTSAcciónTool to list all viewable Hex projects with pagination and filtering support. Use when you need to retrieve projects sorted by creation date or filter by status, categories, creator, owner, or collection.
Parámetros de entrada
afterstringPagination cursor for fetching the next page of results
limitintegerNumber of results per page (1-100, default: 25)
beforestringPagination cursor for fetching the previous page of results
sortBystringenumSort field options for project listing.
CREATED_ATLAST_EDITED_ATLAST_PUBLISHED_ATstatusesstring[]Filter projects by one or more statuses
categoriesstring[]Filter projects by one or more categories
ownerEmailstringFilter projects by owner email address
collectionIdstringFilter projects by collection ID
creatorEmailstringFilter projects by creator email address
sortDirectionstringenumSort direction options.
DESCASCincludeSharingbooleanInclude sharing information for each project (default: false)
includeTrashedbooleanInclude trashed projects in the results (default: false)
includeArchivedbooleanInclude archived projects in the results (default: false)
includeComponentsbooleanInclude component projects in the results (default: 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
List UsersHEX_LIST_USERSAcciónTool to list all users in the Hex workspace with pagination support. Returns user details including names, emails, roles, and last login dates. Use when you need to retrieve users, filter by group, or paginate through large user lists.
HEX_LIST_USERSAcciónTool to list all users in the Hex workspace with pagination support. Returns user details including names, emails, roles, and last login dates. Use when you need to retrieve users, filter by group, or paginate through large user lists.
Parámetros de entrada
afterstringPagination cursor for fetching the next page of results. Use the cursor value returned in the previous response's pagination object.
limitintegerNumber of results per page. Must be between 1 and 500. Default is 25.
beforestringPagination cursor for fetching the previous page of results. Use the cursor value returned in the previous response's pagination object.
sortBystringenumSort field options for user listing.
NAMEEMAILgroupIdstringFilter users by group ID. When provided, returns only users that belong to the specified group.
sortDirectionstringenumSort direction options for user listing.
DESCASC
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
Publish Guide DraftsHEX_PUBLISH_GUIDE_DRAFTSAcciónTool to publish all currently drafted guides or specific guides by ID. Use when you need to make draft guides publicly available. Specify either publishAllDraftGuides=true or provide specific guide IDs.
HEX_PUBLISH_GUIDE_DRAFTSAcciónTool to publish all currently drafted guides or specific guides by ID. Use when you need to make draft guides publicly available. Specify either publishAllDraftGuides=true or provide specific guide IDs.
Parámetros de entrada
orgGuideFileIdsstring[]List of specific guide IDs to publish. Ignored if publishAllDraftGuides is true.
publishAllDraftGuidesbooleanSet to true to publish all draft guides. When true, the orgGuideFileIds parameter is ignored.
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
Run ProjectHEX_RUN_PROJECTAcciónTool to trigger a run of the latest published version of a Hex project. Use when you need to execute a project programmatically. Rate limited to 20 requests per minute and 60 requests per hour.
HEX_RUN_PROJECTAcciónTool to trigger a run of the latest published version of a Hex project. Use when you need to execute a project programmatically. Rate limited to 20 requests per minute and 60 requests per hour.
Parámetros de entrada
dry_runbooleanPerform dry run without executing project. Useful for validating inputs without running the project (default: false)
view_idstringSavedView viewId to use for project run inputs. Allows running with a specific saved view configuration
project_idstringObligatorioUnique ID for the Hex project (UUID format)
input_paramsobjectInput parameters for project run as key/value pairs matching variable names defined in the project
notificationsobject[]List of notification details for Slack/users/groups to notify when the run completes
flag_config_overridestringFlag configuration override for feature flags
use_cached_sql_resultsbooleanUse cached SQL results from previous runs when available (default: true)
update_published_resultsbooleanUpdate cached state of published app after successful run (default: 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
Update CellHEX_UPDATE_CELLAcciónTool to update a cell's source code and/or data connection in Hex. Use when you need to modify the contents of a code cell or SQL cell. Requires EDIT_PROJECT_CONTENTS permission.
HEX_UPDATE_CELLAcciónTool to update a cell's source code and/or data connection in Hex. Use when you need to modify the contents of a code cell or SQL cell. Requires EDIT_PROJECT_CONTENTS permission.
Parámetros de entrada
cellIdstringObligatorioUnique identifier for the cell to update (UUID format)
contentsobjectModel for cell contents with either code or SQL cell data.
dataConnectionIdstringData connection ID for SQL cells (UUID format or null to remove connection)
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 StatusHEX_UPDATE_PROJECTAcciónTool to add or remove a status (including endorsements) from a Hex project. Use when you need to update the project's status or remove an existing status by setting it to null.
HEX_UPDATE_PROJECTAcciónTool to add or remove a status (including endorsements) from a Hex project. Use when you need to update the project's status or remove an existing status by setting it to null.
Parámetros de entrada
statusstringStatus name to apply to the project (including endorsements). Set to null to remove the current status from the project.
project_idstringObligatorioUnique ID for the Hex project in UUID format (e.g., '019cd222-4c60-7003-9f01-f6d33d4be59f')
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
Upsert Guide DraftHEX_UPSERT_GUIDE_DRAFTAcciónTool to update or create guide drafts by filePath. Creates a new guide if it doesn't exist, creates a draft if the guide exists without a draft, or updates an existing draft. Use when you need to programmatically manage guide content in Hex.
HEX_UPSERT_GUIDE_DRAFTAcciónTool to update or create guide drafts by filePath. Creates a new guide if it doesn't exist, creates a draft if the guide exists without a draft, or updates an existing draft. Use when you need to programmatically manage guide content in Hex.
Parámetros de entrada
filesobject[]ObligatorioArray of guide files to create or update. Each file must have a filePath and contents
forceWritebooleanIf true, overwrites existing guides even if they were synced from a different external source. Use with caution as this may overwrite content (default: 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