Hub Planner icon

Hub Planner

Resource planning platform for projects, resources, custom fields, project groups, tags, and timesheet reporting.

Made for agencies managing global teams that schedule resources to projects, tag work, add custom fields, and group projects for shared reporting.

Example Use Cases

These are the Hub Planner actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Create Booking

Tool 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 commitments.

Create Client

Tool to create a new client in Hub Planner. Use when you need to add a new client organization to the system.

Create Project

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

Create Resource

Tool 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).

Create Time Entry

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

Get Booking by ID

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

Get Client by ID

Tool to retrieve a specific client by ID from Hub Planner. Use when you need to fetch detailed information about a client organization.

Get Project

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

Get Resource by ID

Tool to retrieve a specific resource by ID from Hub Planner. Use when you need to fetch detailed information about a team member or resource.

Get Time Entry by ID

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