Skip to main content
Hub Planner logo

Hub Planner

A Modern and Smart Resource Management, Planning & Scheduling tool with Time Sheets and Powerful Reporting. Ideal for Managing Global Teams of Resources.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Hub Planner authenticates with an API key. Generate the credential in your Hub Planner account, then paste it into FlyMyAI the first time an agent uses a Hub Planner action.

Get your Hub Planner credential →

Fields to fill in FlyMyAI

FieldDetails
API KeyNavigate to Settings > API in your HUB Planner account to generate an API key. Requires Administrator privileges. (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
HUB_PLANNER_ADD_CLIENTS_TO_PROJECTTool to add clients to a project by project ID. Use when you need to associate one or more clients with a specific project.project_id, client_ids
HUB_PLANNER_ADD_PROJECTS_TO_GROUPTool to add projects to a project group in Hub Planner. Use when you need to associate one or more projects with a specific project group.group_id, project_ids
HUB_PLANNER_ADD_PROJECT_CUSTOM_FIELD_CHOICESAdd choices to a project custom field template of SELECT, RADIO, or CHECKBOX type. Use when you need to add new options to an existing dropdown, radio button, or checkbox custom field in Hub Planner projects.template_id, choices
HUB_PLANNER_ADD_PROJECT_TAGSTool to add tags to a Hub Planner project. Preserves existing tags and appends new ones. Use when you need to add one or more tags to a project without removing existing tags.project_id, tags
HUB_PLANNER_ADD_RESOURCES_TO_PROJECTTool to add resources to a project by project ID. Use when you need to associate one or more resources with a specific project.project_id, resource_ids
HUB_PLANNER_ADD_RESOURCES_TO_RESOURCE_GROUPTool to add resources to a resource group by group ID. Use when you need to associate one or more resources with a specific resource group.group_id, resource_ids
HUB_PLANNER_ADD_RESOURCE_CUSTOM_FIELD_CHOICESTool to add choices to a resource custom field template of SELECT, RADIO, or CHECKBOX type. Use when you need to add new selection options to an existing custom field template.id, choices
HUB_PLANNER_ADD_RESOURCE_TAGSTool to add tags to a resource in Hub Planner. Preserves existing tags and appends new ones. Use when you need to categorize, label, or organize resources using tags.resource_id, tags
HUB_PLANNER_CREATE_BILLING_RATETool to create a new billing rate in Hub Planner. Use when you need to define a new billing rate with a specific name, currency, and rate amount.label, currency, rate
HUB_PLANNER_CREATE_BOOKINGTool to create a new booking for a resource on a project in Hub Planner. Supports scheduled bookings, booking requests (WAITING_FOR_APPROVAL), and hourly bookings. Use when you need to allocate resources to projects with specific start/end dates and time comm…resource, project, start, end
HUB_PLANNER_CREATE_BOOKING_CATEGORYTool to create a new booking category in Hub Planner. Use when you need to define a new category type for classifying bookings (e.g., "At Client", "Remote Work", "Training").groupId, name, gridColor, type
HUB_PLANNER_CREATE_CLIENTTool to create a new client in Hub Planner. Use when you need to add a new client organization to the system.name
HUB_PLANNER_CREATE_COST_CATEGORYTool to create a new project cost category in Hub Planner. Use when you need to add a new cost category for tracking project expenses.name
HUB_PLANNER_CREATE_EVENTTool to create a new event in Hub Planner. Use when you need to set up a new event with a specified name and optional code, color, and metadata.name
HUB_PLANNER_CREATE_HOLIDAYTool to create a new holiday in Hub Planner. Use when you need to add a company holiday, public holiday, or special date that should be marked in the calendar.name, date
HUB_PLANNER_CREATE_MILESTONETool to create a new milestone for a project in Hub Planner. Use when you need to set up a milestone with a specified name, date, and project association.name, date, project
HUB_PLANNER_CREATE_PROJECTTool to create a new project in Hub Planner. Use when you need to set up a new project with specified name, budget, resources, and other configuration options.name
HUB_PLANNER_CREATE_PROJECT_CUSTOM_FIELD_TEMPLATETool to create a new project custom field template in Hub Planner. Use when you need to define reusable custom field structures for projects with specific types like TEXT, SELECT, DATE, etc.type, label
HUB_PLANNER_CREATE_PROJECT_GROUPTool to create a new project group in Hub Planner. Use when you need to organize projects into groups for better management and categorization. Can create top-level groups or subgroups (with parentGroupId, requires Sidebar Pro extension).name
HUB_PLANNER_CREATE_PROJECT_TAGTool to create a new project tag in Hub Planner. Use when you need to add a new tag that can be associated with projects for categorization and organization purposes.value
HUB_PLANNER_CREATE_RESOURCETool to create a new resource in Hub Planner. Pass a resource object with firstName (required) and optional fields. Can optionally send an invitation email by setting sendInviteEmail to true (requires email field).firstName
HUB_PLANNER_CREATE_RESOURCE_CUSTOM_FIELD_TEMPLATETool to create a new resource custom field template in Hub Planner. Use when you need to add custom fields to resource profiles (e.g., department, skills, certifications).type, label
HUB_PLANNER_CREATE_RESOURCE_TAGTool to create a new resource tag in Hub Planner. Use when you need to add a new tag for categorizing or labeling resources.value
HUB_PLANNER_CREATE_TIME_ENTRYTool to create a new time entry for a resource on a project in Hub Planner. Use when you need to log time spent by team members on specific projects with date and duration.resource, project, date, minutes
HUB_PLANNER_CREATE_VACATIONTool to create a new vacation request for a resource in Hub Planner. Supports approval workflow with configurable approvers and statuses. Use when you need to create time-off requests for team members.resource, start, end
HUB_PLANNER_DELETE_BILLING_RATETool to delete a specific billing rate by ID in Hub Planner. Use when you need to permanently remove a billing rate.id
HUB_PLANNER_DELETE_BOOKINGTool to delete a specific booking by ID in Hub Planner. Use when you need to permanently remove a booking.id
HUB_PLANNER_DELETE_BOOKINGSTool to delete multiple bookings by IDs, resource ID, or project ID. Use when you need to remove bookings from Hub Planner based on specific criteria.-
HUB_PLANNER_DELETE_CLIENTTool to delete a specific client by ID in Hub Planner. Use when you need to permanently remove a client organization.id
HUB_PLANNER_DELETE_COST_CATEGORYTool to delete a specific project cost category by ID in Hub Planner. Use when you need to permanently remove a cost category.id
HUB_PLANNER_DELETE_EVENTTool to delete a specific event by ID in Hub Planner. Use when you need to permanently remove an event.id
HUB_PLANNER_DELETE_HOLIDAYTool to delete a specific holiday by ID in Hub Planner. Use when you need to permanently remove a holiday.id
HUB_PLANNER_DELETE_MILESTONETool to delete a specific milestone by ID in Hub Planner. Use when you need to permanently remove a milestone.id
HUB_PLANNER_DELETE_PROJECTTool to delete a specific project by ID in Hub Planner. Use when you need to permanently remove a project.id
HUB_PLANNER_DELETE_PROJECTSTool to delete multiple projects by their IDs in a single operation. Use when you need to remove multiple projects from Hub Planner.project_ids
HUB_PLANNER_DELETE_PROJECT_CUSTOM_FIELD_TEMPLATETool to delete a project custom field template by its ID. Use when you need to remove a custom field template from the project configuration.id
HUB_PLANNER_DELETE_PROJECT_GROUPTool to delete a specific project group by ID in Hub Planner. Use when you need to permanently remove a project group.id
HUB_PLANNER_DELETE_PROJECT_TAGTool to delete a specific project tag by ID in Hub Planner. Use when you need to permanently remove a project tag from the system.id
HUB_PLANNER_DELETE_RESOURCETool to delete a specific resource by ID. Use when you need to remove a resource from Hub Planner.id
HUB_PLANNER_DELETE_RESOURCESTool to delete multiple resources by their IDs in a single operation. Use when you need to remove multiple resources from Hub Planner.resource_ids
HUB_PLANNER_DELETE_RESOURCE_CUSTOM_FIELD_TEMPLATETool to delete a specific resource custom field template by ID. Use when permanently removing a custom field template after confirming the correct template ID.id
HUB_PLANNER_DELETE_RESOURCE_TAGTool to delete a specific resource tag by ID in Hub Planner. Use when you need to permanently remove a resource tag from the system.id
HUB_PLANNER_DELETE_TIME_ENTRIESTool to delete multiple time entries by their IDs in a single operation. Use when you need to remove multiple time entries from Hub Planner timesheets.time_entry_ids
HUB_PLANNER_DELETE_TIME_ENTRYTool to delete a specific time entry by ID in Hub Planner. Use when you need to permanently remove a time entry.id
HUB_PLANNER_DELETE_VACATIONTool to delete a specific vacation by ID in Hub Planner. Use when you need to permanently remove a vacation.id
HUB_PLANNER_GET_BILLING_RATETool to retrieve a specific billing rate by ID from Hub Planner. Use when you need to fetch detailed information about a billing rate including its label, currency, and rate amount.id
HUB_PLANNER_GET_BOOKINGTool to retrieve a specific booking by ID from Hub Planner. Use when you need to fetch detailed information about a specific booking including resource assignments, project associations, dates, approval state, and billing rates.id
HUB_PLANNER_GET_BOOKING_CATEGORYTool to retrieve a specific booking category by ID from Hub Planner. Use when you need to fetch detailed information about a booking category including its name, color, type, and group associations.id
HUB_PLANNER_GET_CLIENTTool to retrieve a specific client by ID from Hub Planner. Use when you need to fetch detailed information about a client organization.id
HUB_PLANNER_GET_COST_CATEGORYTool to retrieve a specific project cost category by ID from Hub Planner. Returns the cost category object including name and timestamps. Use when you need detailed information about a specific project cost category.id
HUB_PLANNER_GET_EVENTTool to retrieve a specific event by ID from Hub Planner. Use when you need to fetch detailed information about a specific event including its name, code, dates, and color settings.id
HUB_PLANNER_GET_HOLIDAYTool to retrieve a specific holiday by ID from Hub Planner. Use when you need to fetch detailed information about a specific holiday including its name, date, color, and repeat settings.id
HUB_PLANNER_GET_MILESTONETool to retrieve a specific milestone by ID from Hub Planner. Returns the milestone details including name, date, project reference, and metadata. Use when you need information about a specific project milestone.id
HUB_PLANNER_GET_PROJECTTool to retrieve a specific project by ID from Hub Planner. Returns the full project object including name, status, resources, budget, custom fields, and tags. Use when you need detailed information about a specific project.id
HUB_PLANNER_GET_PROJECT_CUSTOM_FIELD_TEMPLATETool to retrieve a specific project custom field template by ID. Use when you need to get details about a particular project custom field configuration.id
HUB_PLANNER_GET_PROJECT_CUSTOM_FIELD_TEMPLATESTool to retrieve all project custom field templates defined for your Hub Planner account. Use when you need to see available custom field configurations that can be applied to projects.-
HUB_PLANNER_GET_PROJECT_GROUPTool to retrieve a specific project group by ID from Hub Planner. Returns the project group object including name, associated project IDs, and metadata. Use when you need detailed information about a specific project group.id
HUB_PLANNER_GET_PROJECT_TAGSTool to retrieve all tags associated with a specific Hub Planner project. Use when you need to view the current tags on a project.project_id
HUB_PLANNER_GET_RESOURCETool to retrieve a specific resource by ID from Hub Planner. Use when you need to fetch detailed information about a team member or resource.id
HUB_PLANNER_GET_RESOURCE_CUSTOM_FIELD_TEMPLATETool to retrieve a specific resource custom field template by ID from Hub Planner. Use when you need to fetch detailed configuration and schema information about a custom field template.id
HUB_PLANNER_GET_RESOURCE_CUSTOM_FIELD_TEMPLATESTool to retrieve custom field templates defined for resources in your Hub Planner account. Use when you need to understand available custom fields, their types, validation rules, and configuration options for resources.-
HUB_PLANNER_GET_RESOURCE_TAGSTool to retrieve all tags associated with a specific resource from Hub Planner. Returns an array of tag objects containing tag ID, value, and category. Use when you need to view all tags assigned to a resource.resource_id
HUB_PLANNER_GET_TIME_ENTRYTool to retrieve a specific time entry by ID from Hub Planner. Use when you need to fetch detailed information about a logged time entry including project details, duration, status, and approval state.id
HUB_PLANNER_GET_VACATIONTool to retrieve a specific vacation by ID from Hub Planner. Use when you need to fetch detailed information about a vacation request including approval status, dates, resource assignment, and approval notes.id
HUB_PLANNER_LIST_BILLING_RATESTool to retrieve all billing rates from Hub Planner. Returns an array of billing rate objects with details including label, currency, rate amount, and metadata. Use when you need to list all available billing rates with optional pagination support.-
HUB_PLANNER_LIST_BOOKINGSTool to retrieve all bookings from Hub Planner with pagination support. Returns booking details including resource assignments, project associations, dates, approval states, and billing rates. Use when you need to list, search, or analyze bookings across proj…-
HUB_PLANNER_LIST_BOOKING_CATEGORIESTool to retrieve all booking categories from Hub Planner. Returns an array of category objects including name, color, type, and group associations. Use when you need to list available booking categories for scheduling or filtering.-
HUB_PLANNER_LIST_CATEGORY_GROUPSTool to get all category groups from Hub Planner. Returns an array of category group objects with group name, type, and associated category IDs. Use when you need to retrieve booking category groups. Note that CUSTOM groups require the Booking Category Groups…-
HUB_PLANNER_LIST_CLIENTSTool to get all clients from Hub Planner. Returns an array of client objects with details including name and creation date. Use when you need to retrieve the complete list of clients with optional pagination.-
HUB_PLANNER_LIST_COST_CATEGORIESTool to retrieve all project cost categories from Hub Planner. Returns an array of cost category objects with details including name and timestamps. Use when you need to list all available cost categories for projects in your organization.-
HUB_PLANNER_LIST_EVENTSTool to retrieve all events from Hub Planner. Events work like projects but are used for non-project activities. Returns an array of event objects with details including name, event code, and custom metadata. Use when you need to list events with optional pag…-
HUB_PLANNER_LIST_HOLIDAYSTool to retrieve all public holidays from Hub Planner. Returns an array of holiday objects with details including name, date, color, and recurrence settings. Use when you need to check public holidays or manage holiday schedules.-
HUB_PLANNER_LIST_PROJECTSTool to retrieve all projects from Hub Planner. Returns an array of project objects with details including name, status, resources, project managers, budget settings, custom fields, and tags. Use when you need to list projects with optional pagination and sor…-
HUB_PLANNER_LIST_PROJECT_GROUPSTool to get all project groups from Hub Planner. Returns an array of project group objects with group name, associated project IDs, and metadata. Use when you need to retrieve the complete list of project groups.-
HUB_PLANNER_LIST_PROJECT_MANAGERSTool to get all project managers from Hub Planner. Returns an array of project manager objects with details including email, name, status, role, and custom fields. Use when you need to retrieve the complete list of users who have project manager privileges.-
HUB_PLANNER_LIST_PROJECT_TAGSTool to retrieve all project tags from Hub Planner. Returns an array of project tag objects containing tag ID, value, and category. Use when you need to view all available project tags in the system.-
HUB_PLANNER_LIST_RESOURCESTool to get all resources from Hub Planner. Returns an array of resource objects with details including name, email, status, role, billing, and custom fields. Use when you need to retrieve the complete list of resources with optional pagination and sorting.-
HUB_PLANNER_LIST_RESOURCE_GROUPSTool to get all resource groups from Hub Planner. Returns an array of resource group objects with group name, associated resource IDs, approvers, and metadata. Use when you need to retrieve the complete list of resource groups.-
HUB_PLANNER_LIST_RESOURCE_TAGSTool to get all resource tags from Hub Planner. Returns an array of resource tag objects with ID, value, and category. Use when you need to retrieve the complete list of resource tags in the system.-
HUB_PLANNER_LIST_TIME_ENTRIESTool to get all time entries from Hub Planner. Returns paginated results with time entry details including resource, project, date, minutes, and status. Use when you need to retrieve time tracking data across projects and resources.-
HUB_PLANNER_LIST_UNASSIGNED_WORKTool to retrieve all unassigned work from Hub Planner. Use when you need to get a list of work items that have not been assigned to any resource. Requires the unassigned work extension to be enabled.-
HUB_PLANNER_LIST_VACATIONSTool to retrieve all vacations from Hub Planner. Requires Vacation extension to be enabled. Returns an array of vacation objects with details including resource assignments, dates, approval status, and allocation information.-
HUB_PLANNER_PATCH_BOOKINGTool to partially update an existing booking in Hub Planner. Unlike PUT, only pass the properties you want to modify. Use when you need to update booking details like dates, notes, state values, or to approve/reject booking requests.id
HUB_PLANNER_PATCH_VACATIONTool to partially update an existing vacation by ID in Hub Planner. Preferred method over PUT for partial updates. Use when you need to modify specific vacation fields like percentAllocation, title, or approval status without sending the entire vacation objec…id
HUB_PLANNER_REMOVE_CLIENT_FROM_PROJECTSTool to remove a client from one or more projects in Hub Planner. Use when you need to unlink a client from specific projects by providing an array of project IDs.client_id, project_ids
HUB_PLANNER_REMOVE_PROJECT_FROM_GROUPSTool to remove a project from one or more project groups in Hub Planner. Use when you need to unlink a project from specific groups by providing an array of group IDs.project_id, group_ids
HUB_PLANNER_REMOVE_PROJECT_TAGTool to remove a tag from a Hub Planner project. Use when you need to detach a tag from a specific project.project_id, tag_id
HUB_PLANNER_REMOVE_RESOURCE_FROM_PROJECTSTool to remove a resource from one or more projects in Hub Planner. Use when you need to unassign a resource from specific projects by providing the resource ID and an array of project IDs.resource_id, project_ids
HUB_PLANNER_REMOVE_RESOURCE_TAGTool to remove a tag from a resource. Use when you need to disassociate a specific tag from a resource.resource_id, tag_id
HUB_PLANNER_SEARCH_BILLING_RATESTool to search billing rates in Hub Planner with filters. Supports filtering by currency, label, rate amount, and metadata. Use when you need to find billing rates matching specific criteria.-
HUB_PLANNER_SEARCH_BOOKINGSTool to search bookings in Hub Planner with advanced filters. Supports filtering by resource, project, dates, metadata, and more using MongoDB-style operators ($in, $nin, $lt, $lte, $gte, $gt). Use when you need to find bookings matching specific criteria or…-
HUB_PLANNER_SEARCH_BOOKING_CATEGORIESTool to search booking categories in Hub Planner with filters. Use when you need to find booking categories by type, name, or category group. Supports filtering by NON_OPTIONAL/CUSTOM types and partial name matching.-
HUB_PLANNER_SEARCH_CLIENTSTool to search clients with filters in Hub Planner. Use when you need to find clients based on name or metadata. Supports operators like $in, $nin, and $like for flexible filtering.-
HUB_PLANNER_SEARCH_COST_CATEGORIESTool to search project cost categories in Hub Planner with filters. Use when you need to find cost categories based on ID or name. Supports MongoDB-style operators like $in and $nin for flexible filtering.-
HUB_PLANNER_SEARCH_EVENTSTool to search events with filters in Hub Planner. Use when you need to find events based on name, event code, resources, or custom metadata. Supports operators like $in and $nin for flexible filtering.-
HUB_PLANNER_SEARCH_HOLIDAYSTool to search holidays with filters in Hub Planner. Use when you need to find holidays based on name, date range, or metadata. Supports operators like $in, $nin, $lt, $lte, and $gte for flexible filtering.-
HUB_PLANNER_SEARCH_MILESTONESTool to search milestones in Hub Planner with filters. Supports filtering by project, date, name, and metadata using MongoDB-style operators ($in, $nin, $lt, $lte, $gte). Use when you need to find milestones matching specific criteria or date ranges.-
HUB_PLANNER_SEARCH_PROJECTSTool to search projects with filters in Hub Planner. Use when you need to find projects based on status, name, project code, resources, dates, or custom fields. Supports operators like $in, $nin, $lt, $lte, $gte, and $like for flexible filtering.-
HUB_PLANNER_SEARCH_PROJECT_CUSTOM_FIELDSTool to search project custom field templates by type, label, or required status. Use when you need to find specific custom fields or retrieve all project custom field templates.-
HUB_PLANNER_SEARCH_RESOURCESTool to search for resources with various filters in Hub Planner. Use when you need to find resources by status, name, email, role, or custom fields.-
HUB_PLANNER_SEARCH_RESOURCE_CUSTOM_FIELD_TEMPLATESTool to search resource custom field templates by type, label, or other properties. Use when you need to find specific custom field templates defined for resources in Hub Planner.-
HUB_PLANNER_SEARCH_TIME_ENTRIESTool to search time entries with filters in Hub Planner. Use when you need to find time entries based on resource, project, date range, or status. Supports operators like $in, $nin, $lt, $lte, $gt, $gte for flexible filtering.-
HUB_PLANNER_SEARCH_VACATIONSTool to search vacations in Hub Planner with advanced filters. Supports filtering by resource, dates, type, title, and metadata using MongoDB-style operators ($in, $nin, $lt, $lte, $gte). Use when you need to find vacations matching specific criteria or date…-
HUB_PLANNER_SET_PROJECT_MANAGERSTool to set project managers for a Hub Planner project. Replaces existing project managers with the provided list. Requires Project Managers Extension to be enabled.project_id, project_manager_ids
HUB_PLANNER_UPDATE_BILLING_RATETool to update an existing billing rate by ID in Hub Planner. Must pass the entire billing rate object with all required fields (_id, rate, label, currency). Use when you need to modify billing rate properties such as rate amount, label, currency, or metadata.billing_rate_id, _id, rate, label, currency
HUB_PLANNER_UPDATE_BOOKINGTool to update an existing booking in Hub Planner by ID. Must pass the entire booking object with all required fields. Use when you need to modify booking properties like dates, resources, projects, state values, or notes.booking_id, _id, type, state, allDay, scale, start, end, categoryTemplateId, categoryName, bookingCreatorId, stateValue, resource, project
HUB_PLANNER_UPDATE_BOOKING_CATEGORYTool to update an existing booking category by ID in Hub Planner. Use when you need to modify category properties like name, color, or type.id, type
HUB_PLANNER_UPDATE_CLIENTTool to update an existing client by ID in Hub Planner. Only the name property can be updated. Use when you need to rename a client organization.id, name
HUB_PLANNER_UPDATE_COST_CATEGORYTool to update an existing project cost category by ID in Hub Planner. Updates the name of the cost category. Use when you need to rename or modify a project cost category used for tracking expenses.id, name
HUB_PLANNER_UPDATE_EVENTTool to update an existing event in Hub Planner by ID. Must pass the entire event object with all required fields. Use when you need to modify event properties like name, status, resources, budget details, colors, or notes.event_id, name
HUB_PLANNER_UPDATE_HOLIDAYTool to update an existing holiday by ID in Hub Planner. Must pass the entire holiday object with all required fields (_id, name, date). Use when you need to modify holiday properties such as name, date, color, or recurrence settings.holiday_id, _id, name, date
HUB_PLANNER_UPDATE_MILESTONETool to update an existing milestone by ID in Hub Planner. Must pass the entire milestone object with all required fields (_id, name, date, project). Use when you need to modify milestone properties such as name, date, project association, or metadata.milestone_id, _id, name, date, project
HUB_PLANNER_UPDATE_PROJECTSTool to update one or more projects in Hub Planner. Use when you need to modify project properties such as name, status, budget, or other settings. Supports bulk updates by passing multiple project objects in a single request.projects
HUB_PLANNER_UPDATE_PROJECT_CUSTOM_FIELD_TEMPLATETool to update an existing project custom field template in Hub Planner. Use when you need to modify field properties like label, type, instructions, or choices.template_id
HUB_PLANNER_UPDATE_PROJECT_GROUPTool to update an existing project group by ID in Hub Planner. Use when you need to modify a project group's name, associated projects, metadata, or parent group. Returns the updated project group object.id, name
HUB_PLANNER_UPDATE_PROJECT_TAGTool to update an existing project tag by ID in Hub Planner. Use when you need to change the value/name of a project tag. Note that the new value cannot conflict with an existing tag value.id, value
HUB_PLANNER_UPDATE_RESOURCESTool to update one or more resources in Hub Planner. Pass an array of resource objects with _id and properties to update. Supports bulk updates by providing multiple resource objects. Use when you need to modify resource properties like name, email, status, n…resources
HUB_PLANNER_UPDATE_RESOURCE_CUSTOM_FIELD_TEMPLATETool to update an existing resource custom field template in Hub Planner. Use when you need to modify field properties like label, type, instructions, or configuration settings.template_id, _id, type, label
HUB_PLANNER_UPDATE_RESOURCE_GROUPTool to update an existing resource group by ID in Hub Planner. Can update the group name, approvers array, and metadata. Use when you need to modify resource group properties or assign approvers to the group.id
HUB_PLANNER_UPDATE_RESOURCE_TAGTool to update an existing resource tag by ID in Hub Planner. Use when you need to change the value/name of a resource tag. Note that the new value cannot conflict with an existing tag value.id, value
HUB_PLANNER_UPDATE_TIME_ENTRYTool to update an existing time entry by ID in Hub Planner. Must pass the entire time entry object with all required fields (resource, project, date, minutes). Use when you need to modify time tracking data such as hours logged, notes, status, or category.id, resource, project, date, minutes
HUB_PLANNER_UPDATE_VACATIONTool to update an existing vacation by ID in Hub Planner. Use when you need to modify vacation properties such as dates, title, approval status, or allocation. When setting type to APPROVED or REJECTED, you must provide approvalInfo with approvedOrRejectedDat…vacation_id
We love our partners - FlyMy.AI builds with the best. Thanks, Hub Planner!