Linking Trello as a source
Alpha release
This source is currently in alpha. The interface and available tables may change.
Enter your Trello API key and token to sync your boards, cards, lists and more into the PostHog data warehouse.
Adding a data source
- Go to the sources tab of the data pipeline section in PostHog.
- Click + New source and then click Link next to Trello.
- Get your API key from trello.com/power-ups/admin and generate a token with read access for your account.
- Back in PostHog, paste the values into the
API keyandAPI tokenfields and click Next. - Select the tables you want to sync, set the sync method and frequency, then click Import.
Once the syncs are complete, you can start using Trello data in PostHog.
Available tables
| Table | Description | Sync method |
|---|---|---|
boards | Boards for the authenticated member | Full refresh |
organizations | Trello workspaces (organizations) | Full refresh |
lists | Lists across your boards | Full refresh |
cards | Cards across your boards (open cards only by default) | Full refresh |
checklists | Checklists across your boards | Full refresh |
labels | Labels across your boards | Full refresh |
members | Board members (deduplicated across boards) | Full refresh |
actions | Board activity actions | Incremental |
Incremental tables sync only new or updated records on each run. Full refresh tables reload all data on each sync.
Configuration
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
API token | password | Yes |