The API integration works by sending data to IntraManager Board via our API. The API functions by sending data to our endpoint using a JSON-based POST call.
The API provides many options for sending various data into Board for which there are no existing integrations.
Set Up Data Source
To set up the API as a data source in IntraManager Board, you need to be an Administrator and thus able to add data sources in general.
When you are setting up the API integration for Board, simply follow these steps:
Navigate to Settings > Integrations.
Click on Add Integration and select API.
Give the integration an alternative title, if you need to distinguish between multiple data sources of the same type.
The template should be set to User-defined.
Click Next and then click Save.
After this, you will see the following screen, where the URL and token are displayed for the integration, which should be inserted into the tool from which you wish to send data to Board.
Next, you need to create fields, which you can easily do by:
- Click on the tab Fields
- Clicking on Add Field.
- Choosing field type, depending on whether you want to create a field as a number, text, date, date & time, time, or yes/no.
- Naming the field with a title.
- Specifying the key; if this field is left blank, a key will be autogenerated.
- Selecting the system type, this is not required.
- Entering a standard value.
- Choosing whether to allow sending a empty value.
- Selecting whether the field is required.
- Clicking Save.
Once the above steps are completed, you can create your KPIs so that you are ready to visualize your data. You can read more about how to create KPIs here.
Fields are used to validate data, but they are not mandatory.
To display text in your table, you can create text fields and display your data from the columns in your datasource.
Timezones
You can define the time zone yourself when sending data to Board via the API.
For example, "2025-05-08T13:43:18"
can be "2025-05-08T13:43:18+02:00"
, which ensures the time is shown according to the time zone we use in Denmark.
We then convert it to UTC time, which we always use for calculations.
If no time zone is specified, we use the time zone selected under your organization and convert accordingly.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article