In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.
Create custom Capsule and HUB Planner workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.
List parties
Retrieve a list of all parties.
Show party
Retrieve details for a specific party.
Create party
Create a new party.
Update party
Update an existing party's information.
Delete party
Delete a specific party.
Create party
Create a new organisation record.
Update party
Update an existing organisation record.
List opportunities
Retrieve a list of all opportunities.
Create opportunity
Create a new opportunity.
List projects
Retrieve a list of all projects.
Update project
Update the details of an existing project.
Delete project
Remove a project from the system.
List tasks
Retrieve a list of all tasks.
Create task
Add a new task to the system.
List entries
Retrieve a list of all entries.
Create entry
Add a new entry to the system.
List pipelines
Retrieve a list of all pipelines.
Show pipeline
Retrieve details of a specific pipeline.
Create pipeline
Create a new pipeline.
Update pipeline
Update an existing pipeline.
List milestones
Retrieve a list of all milestones.
Create milestone
Create a new milestone.
List lost reasons
Retrieve a list of all lost reasons.
List boards
Retrieve a list of all boards.
List stages
Retrieve a list of all stages.
List stages
Retrieve a list of stages associated with a board.
Show stage
Retrieve details about a specific stage.
Create stage
Create a new stage in the system.
Update stage
Update an existing stage.
Delete stage
Remove a stage from the system.
List track definitions
Retrieve a list of all track definitions.
List custom titles
Retrieve a list of all custom titles.
Update opportunity
Updates an existing opportunity.
Delete opportunity
Deletes an existing opportunity.
List deleted opportunities
Lists all previously deleted opportunities.
Search opportunities
Searches for opportunities based on specified criteria.
Create project
Creates a new project.
Create track
Creates a new track.
List users
Retrieves a list of all users.
Show current user
Displays the current user's information.
Update user
Update an existing user.
Create tag definition
Creates a new tag definition.
List tag definitions
Get a list of tag definitions.
List custom fields
Retrieves a list of all custom fields.
Create custom field
Create a new custom field.
Create lost reason
Creates a new reason for a lost opportunity.
List countries
Collection of country names available in Capsule; useful for populating the country field of the party's address.
List currencies
Collection of ISO currency code options available in Capsule; useful for populating and displaying the opportunities' value.
Delete milestone
Delete a specific milestone.
Create board
Create a new board.
List activity types
Retrieve a list of activity types.
List REST hooks
Retrieve a list of all REST hooks.
Show REST hook
Retrieve details about a specific REST hook.
Subscribe REST hook
Subscribe to a new REST hook in the system.
Unsubscribe REST hook
Unsubscribe from a specific REST hook.
Show track definition
Retrieve details about a specific track definition.
Create track definition
Create a new track definition in the system.
Update track definition
Update an existing track definition.
Delete track definition
Remove a track definition from the system.
List track definitions
List track definitions with the option to filter for track definitions for projects or opportunities.
List task categories
Retrieve a list of all task categories.
List custom titles
List custom titles for this Capsule account.
Delete custom title
Delete a custom title from Capsule.
Create activity type
Creates a new activity type.
List teams
List all teams.
Show task category
Retrieve details of a specific task category.
Create task category
Create a new task category.
Update task category
Update an existing task category.
Delete task category
Delete an existing task category.
Get track definition
Show a specific track definition.
Create track definition
Create a track definition.
To set up Capsule integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to Capsule to query the data you need using the API endpoint URLs you provide.
These API endpoints were generated using n8n
n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the Capsule official documentation to get a full list of all API endpoints and verify the scraped ones!
Get all projects
This call will return all projects.
Search projects
Search for projects based on their status.
Get specific project
Retrieve a specific project by its ID.
Create project
Create a new project with the provided details.
Fetch custom field templates
Fetch templates defined for your account.
Search custom fields
Search for custom fields based on their type.
Bulk update projects
Updates multiple projects in a single request.
Delete project
Deletes a specific project by id.
Add resource to project
Adds a resource to a specific project identified by projectId.
Remove resource from project
Removes a resource from a specific project identified by resourceId.
Add clients to project
Adds clients to a specific project identified by projectId.
Remove client from projects
Removes a client from specific projects identified by clientId.
Set project managers
Sets project managers for a specific project identified by projectId.
Get all project tags
Retrieves all tags for a specific project identified by its ID.
Remove project tag from project
Removes a specific tag from a project identified by its ID.
Get all bookings
Retrieve a paginated list of all bookings.
Retrieve deleted bookings
Retrieve deleted bookings using the query parameter deleted.
Retrieve booking dependencies
Retrieve booking dependencies using the query parameter dependencies.
Search bookings
Search allows to get more complex results based on given criteria.
Get specific booking
Get a specific booking by its ID.
Create a new booking
Create a new booking with minimum required fields.
Update booking
Update an existing booking.
Delete booking
Delete a specific booking by id.
Delete multiple bookings
Delete multiple bookings by booking IDs, resourceId or projectId.
Delete multiple bookings by resourceId
Delete all bookings for the resource with ID.
Delete multiple bookings by projectId
Delete all bookings for the project with ID.
List events
Call will return all projects.
Search events
Search events by name.
Get specific event
Use the following command to get a specific event by ID.
Update event
Update an existing event by ID with the complete event object.
Get all holidays
Retrieves a list of all holidays.
Search holidays
Searches for holidays within a specified date range.
Get specific holiday
Retrieves details of a specific holiday by ID.
Update a holiday
Updates an existing holiday by ID.
Get milestone
Retrieve a specific milestone by its ID.
Search milestones
Search for milestones based on specific parameters.
Create milestone
Create a new milestone with the required fields.
Update milestone
Update an existing milestone by its ID.
To set up HUB Planner integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to HUB Planner to query the data you need using the API endpoint URLs you provide.
These API endpoints were generated using n8n
n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the HUB Planner official documentation to get a full list of all API endpoints and verify the scraped ones!
The world's most popular workflow automation platform for technical teams including
Build complex workflows, really fast