Productboard
The Productboard source connector lets you authenticate to the Productboard API using a Personal Access Token (PAT).
Status
This connector is currently in development.
- Authentication (credential validation) is implemented.
- Schema discovery and extraction are not yet available.
Setup
Create a Productboard Personal Access Token
- In Productboard, create a Personal Access Token (PAT) with access to the data you want to sync.
- Copy the token value and store it securely.
Authentication
This connector authenticates using Bearer token authentication with your Productboard Personal Access Token.
During connection setup, the connector validates credentials by making a request to the Productboard API:
GET https://api.productboard.com/v2/notes
If the request fails (for example, due to an invalid or revoked token), the connector will report a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
personal_access_token | string | ✅ | Your Productboard Personal Access Token (PAT). |
Streams
Not yet available.
- Catalog discovery currently returns an empty catalog.
- Extraction is not yet implemented.
Limitations
- No streams are currently exposed.
- No data can be extracted yet; the connector will fail extraction runs while development is in progress.