Productboard
Setup Guide
You can find your Productboard app credentials in your Productboard Integration Settings.
Note: Productboard API access is restricted to Productboard Pro plans and above. Your users will need to have Productboard Pro plans or above to use this integration.
This is an API-only integration - workflow actions for this integration are still in development. You can still connect user accounts, build workflows, and access the API for this integration.
Getting your Productboard API Key
1. Login to your Productboard account
2. Navigate to Workspace Settings > Integrations > Public API > Access Token
3. Click + to generate a new token.
Connecting to Productboard
Once your users have connected their Productboard account, you can use the Paragon SDK to access the Productboard API on behalf of connected users.
See the Productboard REST API documentation for their full API reference.
Any Productboard API endpoints can be accessed with the Paragon SDK as shown in this example.
Building Productboard workflows
Once your Productboard account is connected, you use the Productboard Request step to access any of Productboard's API endpoints without the authentication piece.
When creating or updating records in Productboard, you can reference data from previous steps by typing {{
to invoke the variable menu.
Last updated