- 06 Aug 2025
- 2 Minutes to read
- Print
- DarkLight
Board Integrations
- Updated on 06 Aug 2025
- 2 Minutes to read
- Print
- DarkLight
Board data integration capabilities allow the users to combine data from different sources into a unified view. As data is often spread across various systems, databases, and applications, Board facilitates this integration from external sources. Also, Board data can be pushed or made available to such sources for further processing.
Board data integration capabilities
Inbound Capabilities
Inbound data integration refers to the process of importing or receiving data from external sources into Board. See below for more information on each capability.
Text files:
Connect to Board's Azure File Share to upload or download files | Board Community
SFTP protocol to connect to Azure File Share | Board Community
Azure Storage Explorer – cloud storage management | Microsoft Azure
Direct connection to external Azure, Google or AWS S3 storage | Board Knowledge Base
Data Pipeline Connectors:
Drivers Documentation (refer to JDBC) | Progress Documentation
DataDirect Product Compatibility Guide | Progress Documentation
On premise connector:
Generic JDBC:
For third-party JDBC drivers information, please refer to the vendor's documentation.
REST API call:
Outbound Capabilities
Outbound data integration refers to the process of sending or exporting Board data to external destinations.
Text files
Connect to Board's Azure File Share to upload or download files | Board Community
SFTP protocol to connect to Azure File Share | Board Community
Azure Storage Explorer – cloud storage management | Microsoft Azure
Bulk insert
Board public APIs
Machine-to-machine APIs | Board Knowledge Base (OAuth 2 Client Credential flow)
Human-to-machine APIs | Board Knowledge Base (OAuth2 Authorization Code with PKCE flow)
Power BI Connector
Connectors, On-Premises Connector , Generic JDBC
The same JDBC connections configured on the Board Data Pipeline for inbound integrations can be used to write-back provided that the necessary permissions are granted to the account used in the connection.
SAP Connector
The Board Connector for SAP is a powerful tool designed to facilitate inbound data integration from SAP systems into Board.
Orchestration
Board can be integrated into an orchestrated process where an external application triggers Board procedures through the Board Public APIs.
Board can also send notifications or trigger the execution of downstream processes on external applications through REST API Calls by leveraging the http methods POST, PUT or PATCH.