Back to Integrations
integration integration
integration Workboard node
HTTP Request

Integrate Workboard with 500+ apps and services

Unlock Workboard's full potential with n8n, connecting it to similar Productivity apps and over 1000 other services. Automate productivity workflows by scheduling tasks, managing project timelines, and tracking progress across platforms. Use n8n's HTTP request node to construct adaptable and scalable workflows between Workboard and your stack. All with a building experience you will love.

Create workflows with Workboard integrations

799 integrations
Sort by:
Popularity
NameOldestNewest

Supported API Endpoints for Workboard

To set up Workboard 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 Workboard to query the data you need using the API endpoint URLs you provide.

Get user profile
Retrieve the profile information of a user.
GET
/api/v1/users/profile
Create user
Add a new user to the system.
POST
/api/v1/users/create
Update user profile
Modify the profile information of an existing user.
PUT
/api/v1/users/update
Delete user
Remove a user from the system.
DELETE
/api/v1/users/delete
List users
Retrieve a list of users in WorkBoard.
GET
/wb/apis/user
Update user profile
Update the profile information of an existing user.
PUT
/api/v1/users/modify
Get user profile
Retrieve the profile of a user.
GET
/api/users/profile
Create user
Create a new user in the system.
POST
/api/users/create
Update user profile
Update the profile information of an existing user.
PUT
/api/users/update
Delete user
Remove a user from the system.
DELETE
/api/users/delete

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

Get all goals
Retrieve a list of all goals.
GET
/api/v1/goals
Create a goal
Add a new goal to the system.
POST
/api/v1/goals/create
Get goal
Retrieve the details of a specific goal by its ID.
GET
/goal/{goal_id}
Create goal
Create a goal for a user in your organization, including metrics sourced from the same person.
POST
/goal/
Get metric for goal
List data for one metric associated with the specified goal.
GET
/goal/{goal_id}/metric/{metric_id}
Get alignment for goal
List aligned and dependent goals associated with the specified goal.
GET
/goal/{goal_id}/alignment
Get all goals
Retrieve a list of all goals.
GET
/api/goals
Create a goal
Create a new goal in the system.
POST
/api/goals/create

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

Get all metrics
Retrieve a list of all metrics.
GET
/api/v1/metrics
Add metric data
Insert data for a specific metric.
POST
/api/v1/metrics/data
Add metric data
Add new data to an existing metric.
PUT
/api/v1/metrics/update
Get all metrics
Retrieve a list of all metrics.
GET
/api/metrics
Add metric data
Add data to an existing metric.
POST
/api/metrics/add

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

Get all tags
Retrieve a list of all tags.
GET
/api/v1/tags
Add tags to metrics
Add multiple tags to multiple metrics.
POST
/apis/metric/tags
Remove metric tags
Delete given tag lists mapped to the metric.
DELETE
/apis/metric/{metric_id}/tags
Get all tags
Returns all key result tags in the system.
GET
/apis/tags
Get one tag
Returns the specified key result tag.
GET
/apis/tags/{tag_id}
Get all tags for a group
Returns all tags available in a specified group of tags.
GET
/tags/?group_id={group_id}
Get all tags
Retrieve a list of all tags.
GET
/api/tags
Add tags to a single metric
Attach tags to a specific metric.
POST
/api/tags/addToMetric

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

Get action items
Retrieve a list of action items.
GET
/api/v1/action_items
Get action items
Retrieve a list of action items.
GET
/api/action_items
Create an action item
Create a new action item.
POST
/api/action_items/create

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

Get teams
Retrieve a list of all teams.
GET
/api/v1/teams
Create a team
Add a new team to the system.
POST
/api/v1/teams/create
Get teams
Retrieve a list of all teams.
GET
/api/teams
Create a team
Create a new team in the system.
POST
/api/teams/create

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

Get workstreams
Retrieve a list of all workstreams.
GET
/api/v1/workstreams
Create workstreams
Create a new workstream in the system.
POST
/api/v1/workstreams/create
Get workstreams
Retrieve a list of all workstreams.
GET
/api/workstreams

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

Get data streams
Retrieve a list of data streams.
GET
/api/v1/data_streams

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

Get user profile
Request profile information for the authenticated user, including first name, last name, company, email address, and account creation date.
GET
/user/{user_id}
Create a new user
Create a new user in the organization with the user's profile attributes.
POST
/user
Update user
Update user's profile and timezone information.
PUT
/wb/apis/user/?profile[title]=CMO&user_id={user_id}
Delete user
Delete a user's account and remove them from the organization.
PATCH
/wb/apis/user/?user_id={user_id}&action=disable
Get user goals
List details for goals belonging to the user.
GET
/wb/apis/user/goal
Get user teams
List all the teams that the user manages, or of which they are a member.
GET
/user/{user_id}/team/{team_id}
Bulk User Provisioning
Add, update and modify users in the existing organization.
PUT
/user/importOrg
Update user
Update a user's profile information.
PUT
/wb/apis/user/
Delete user
Delete a user's account and remove them from the organization.
PATCH
/wb/apis/user/{user_id}
Get user goals
List details for goals belonging to the user.
GET
/wb/apis/user/{user_id}/goal/{goal_id}

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

List metrics
Use this endpoint to retrieve a list of metrics associated with goals in WorkBoard.
GET
/wb/apis/metric/list
Create metric
Use this endpoint to create a new metric for a specified goal.
POST
/wb/apis/metric/create
Update metric
Use this endpoint to update an existing metric based on its ID.
PUT
/wb/apis/metric/update
Delete metric
Use this endpoint to delete a metric by its ID.
DELETE
/wb/apis/metric/delete
List metrics
Returns all metrics that the authenticated user is responsible for updating.
GET
/metric/
Get one metric
Returns data for an individual metric.
GET
/metric/{metric_id}
Get tags for metric
Returns all key result tags mapped to the given metric in the system.
GET
/apis/metric/{metric_id}/tags
Get list of metrics' tags
Returns all tags mapped to given metric list.
GET
/apis/metric/krtags?metric_ids=metric_id1,metric_id2
Get metrics for tag
Returns all metrics mapped to the given tag_id.
GET
/apis/metric/tags?tag_id={tag_id}
Add tags to metric
Add multiple tags to the given metric.
PUT
apis/metric/{metric_id}/tags
Add tags to a single metric
Add multiple tags to the given metric.
PUT
/apis/metric/{metric_id}/tags
Add tags to a single metric
Add multiple tags to the given metric.
PUT
PUT apis/metric/{metric_id}/tags

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

Get data streams
Retrieve a list of all data streams.
GET
/api/v1/datastreams
Create data streams
Create a new data stream in the system.
POST
/api/v1/datastreams/create

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 Workboard official documentation to get a full list of all API endpoints and verify the scraped ones!

Workboard node
HTTP Request

About Workboard

Workboard is a software tool designed to help teams manage and prioritize their work efficiently. It provides a centralized platform for task tracking, performance measurement, and goal setting. Workboard streamlines communication and collaboration, enabling teams to stay organized and achieve their objectives effectively.

Related categories

Similar integrations

  • Google Sheets node
  • Notion node
  • Google Calendar node
  • Notion Trigger node
  • Jira Software node
  • ClickUp node
  • Trello node
  • Google Calendar Trigger node
  • Todoist node
  • ClickUp Trigger node

Over 3000 companies switch to n8n every single week

Connect Workboard with your company’s tech stack and create automation workflows

FAQ about Workboard integrations

  • How can I set up Workboard integration in n8n?

      To use Workboard integration in n8n, start by adding the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. Once connected, you can make custom API calls to Workboard to query the data you need using the URLs you provide, for example: you can create records in Workboard by sending a POST request to the appropriate API endpoint with the necessary payload. For updating records, use a PUT request to the specific resource URL including the record ID. To retrieve data, simply perform a GET request to the desired endpoint, applying any required parameters to filter the results.

  • Do I need any special permissions or API keys to integrate Workboard with n8n?

  • Can I combine Workboard with other apps in n8n workflows?

  • What are some common use cases for Workboard integrations with n8n?

  • How does n8n’s pricing model benefit me when integrating Workboard?

Last week I automated much of the back office work for a small design studio in less than 8hrs and I am still mind-blown about it.

n8n is a game-changer and should be known by all SMBs and even enterprise companies.

in other news I installed @n8n_io tonight and holy moly it’s good

it’s compatible with EVERYTHING

We're using the @n8n_io cloud for our internal automation tasks since the beta started. It's awesome! Also, support is super fast and always helpful. 🤗