Trello
Manage boards and cards in Trello
Last updated
Manage boards and cards in Trello
Last updated
You'll need the following information to set up your Trello App with Paragon Connect:
App Name
Scopes Requested
1. Select Trello from the Integrations Catalog.
2. Under Integrations > Connected Integrations > {YOUR_APP} > Settings, fill out your credentials in their respective sections:
App Name:
Specify an app name to appear on Trello
Permissions: Select the scopes you've requested for your application.
Press the blue "Connect" button to save your credentials.
Note: Leaving the App Name blank will use Paragon development keys.
Once your users have connected their Trello account, you can use the Paragon SDK to access the Trello API on behalf of connected users.
See the Trello REST API documentation for their full API reference.
Any Trello API endpoints can be accessed with the Paragon SDK as shown in this example
Once your Trello account is connected, you can add steps to perform the following actions:
Search Cards
Get Cards in Board
Create Card
Update Card
Delete Card
Get Lists in Board
Search Boards
When using Trello, you can reference data from previous steps by typing {{
to invoke the variable menu.
Webhook triggers can be used to run workflows based on events in your users' Trello account. For example, you might want to trigger a workflow whenever Cards are updated to sync your users' Trello Cards to your application in real-time.
You can find the full list of Webhook Triggers for Trello below:
Board Created
Board Updated
Card Created
Card Updated
New Comment