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 Order Desk 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 a Single Order
Retrieve the details of a single order by its ID.
Get Multiple Orders
Retrieve multiple orders from the system.
Get order
Retrieve a specific order using its ID.
Create order
Create a new order with the necessary details.
Update order
Update an existing order by passing the complete order data.
Create order history
Create a new history item for a specific order.
Get all order items
Retrieve all items associated with a specific order.
Get single order item
Retrieve a specific order item by its ID.
Create order item
Add a new order item to an existing order.
Update order item
Update an existing order item from an existing order.
Get all order shipments
Get all the shipments for an order.
Get single order shipment
Get a single shipment for an order.
Get All Order Items
Retrieve a list of all order items.
Get Single Order Item
Retrieve details of a single order item by its ID.
Get All Order Shipments
Retrieve a list of all shipments related to orders.
Get Single Order Shipment
Retrieve details of a single shipment by its ID.
Create shipment
Creates a new shipment for a given order.
Update shipment
Updates an existing shipment for a given order.
Delete shipment
Deletes a shipment from a given order.
Create multiple shipments
Allows the addition of multiple shipments at once for different orders.
Get all inventory items
Retrieve all the store's inventory items with optional search parameters.
Get a single inventory item
Retrieve details for a specific inventory item by ID.
Update inventory item
Updates a single inventory item identified by the ID provided in the URL.
Create inventory item
Creates a new inventory item by submitting the necessary details in the request body.
Delete inventory item
Deletes the specified inventory item identified by the ID provided in the URL.
Update multiple inventory items
Updates multiple inventory items by sending a batch of inventory item details in the request body.
Move orders
Moves one or multiple orders to a new folder.
Get store settings
Retrieves the store settings and folder list.
To set up Order Desk 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 Order Desk 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 Order Desk 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