Consolidate Results
Source metrics and key results for WorkBoard goals from your existing business applications.
Promote Accountability
Develop custom views of your team's goal progress for greater transparency across the organization.
Manage User Accounts
Integrate with HRIS systems to create or delete user accounts as employees join or leave your company.
Business Integration Flow
Move data into and out of WorkBoardAI in several ways. We have a set of integrations built into the app itself — native integrations with apps like Microsoft Teams, Slack, Outlook and Google calendar that users can integrate in just a few seconds on their profile page, as well as connectors to PowerBI, Salesforce, Azure DevOps, Monday.com, Jira and many more that allow users to set them as metric sources when creating OKRs. We also provide pre-built connectors for real time integration with Excel, Google spreadsheets and .csv files — these take just a few minutes to connect and any user can do it. Developers can use our RESTful API to quickly write connectors to other data sources and your specific data set in an hour or two.
Agent Access to API
Agent-based access to WorkBoard APIs requires an active WorkBoardAI platform subscription and Agent-Tier API licenses (or equivalent AI credit allocation).
Frequently asked questions
How hard is it to write a connector for our business systems?
It is easy and we’ve followed the RESTful API architecture, a standard most developers and IT teams are very familiar with using. In our API documentation, you'll find scripts, snippets and examples to walk authors through creation and testing connectors.
What systems can integrate with WorkBoardAI?
Besides native integrations with Microsoft Teams, Slack, Outlook, Google calendar, JIRA, Asana, Salesforce and more, developers can use our API to integrate business systems such as Zendesk, Marketo, SAP, and many more.
What authentication methods does WorkBoardAI support?
Each call you make to the API must be authenticated with an access token. WorkBoard offers two methods for requesting an access token: instant tokens, and OAuth 2.0 authentication.
If you are testing the API or are developing a single-user application, you can get an access token with a single click using Instant Token Authentication. To get your Instant Token, click here, then click on the Instant token link. A token will be generated for you immediately.
However, if you are developing an app for multiple users, we recommend using OAuth 2.0 for authentication. This will allow WorkBoard to dynamically authenticate any of your app users to give them access: