Trello
Optimize Task Management with Powerful Trello Enhancements
Muhammad Tayyab
Last Update 2 years ago
Description
The Trello Integration Plugin for Bubble is a powerful tool that bridges the gap between Trello's intuitive project management platform and Bubble's flexible application-building environment. This plugin enables users to effortlessly manage their Trello tasks, boards, and projects directly within a Bubble application, streamlining workflow management and enhancing productivity.
Key Features
- Trello Account Integration: Allow users to securely connect their Trello accounts.
- View Workspaces: Display all Trello workspaces associated with the connected account.
- Access Boards and Cards: Browse and view details of boards and cards within each workspace.
- Create New Cards: Enable users to create new cards on any board, including specifying details like title, description, and due date.
How to Set Up Trello Plugin Access
- Log in to Trello
- Go to Trello and log in to your account.
- Access the Developer Account
- Visit the Trello Developer Power-Up Admin Page.
- Create a New Power-Up (If Required)
- If you don't already have a Power-Up, create a new one. Make sure to give valid URL of your application to Allowed Origin Field.
- Get Your API Key
- Once the Power-Up is created, it will display your API Key.
- Copy the API Key for future use.
How to Authorize
To authorize the user and connect the trello account you have to execute two action calls
- User Auth
- Extract User Token
First Action Call:
- Create a button in editor and add the action (Auth User) in it's workflow.

Second Action Call:
- This call will be use to extract the fragment (#) token and convert it into (?) parameter which will allow bubble to read the token from URL.
- Apply this action on page load event it will allow the call to automatically extract and convert the token
- After token extraction you can store it in USER datatype and use it to access the other calls

