What Most People Miss About Trello and Outlook Integration
By Michael Lee
You drag a Trello card into Outlook’s calendar — nothing happens. You paste a due date from Trello into a new email — it vanishes when you hit Ctrl+Enter. You spend 22 minutes hunting for a ‘Trello add-in’ in File > Options > Add-Ins, only to find it grayed out. That’s not user error. That’s Outlook and Trello speaking different protocols.
Quick Answer
Outlook and Trello don’t talk to each other out of the box — no two-way sync, no shared task lists, no automatic calendar updates. But you can bridge them using Outlook add-ins, third-party automation tools, or manual copy-paste workflows — with clear trade-offs in reliability, version support, and maintenance overhead.
All the Methods
Method
Steps
Best For
Limitations
Trello Power-Up for Outlook (Desktop)
Install via File > Options > Add-Ins > Get Add-ins > search 'Trello' → enable → restart Outlook
Outlook 365 users who need quick card creation from emails
Only works in Outlook desktop (not Web App); fails silently in Outlook 2019/2016; requires Trello Business Class
Teams using Outlook.com or Microsoft 365 mailboxes (not Exchange on-prem)
No support for internal Exchange Server mailboxes; delays up to 3–7 minutes; Zapier free tier limits to 100 zaps/month
Outlook Task Sync via Trello Butler
In Trello, open board → Menu → Butler → Create rule → 'When a card is created, create Outlook task' (requires Outlook REST API access)
Power users comfortable granting API permissions to Trello
Butler rules only fire on new cards — won’t backfill; requires OAuth consent every 90 days in Outlook 365
Copy-Paste + Calendar Linking
Copy Trello card URL → paste into Outlook email body → right-click link → 'Add to Calendar' (Outlook 365 only)
One-off deadline sharing with stakeholders
Creates static event — no updates if Trello card changes; fails in Outlook 2019/2016 (no 'Add to Calendar' on links)
Microsoft To Do ↔ Trello Sync (Indirect)
Enable Outlook Tasks sync with Microsoft To Do → use IFTTT applet to push To Do items to Trello as cards
Users already relying on Outlook Tasks for daily planning
Two-step latency; IFTTT drops connections after 3 months of inactivity; no due-date formatting fidelity
Custom VBA Macro (Advanced)
Paste script into Outlook VBA editor (Alt+F11) → assign to Quick Access Toolbar → run on selected email to generate Trello card via HTTP POST
IT admins managing Outlook 2016/2019 in locked-down environments
Requires Trello API key stored locally; fails under macro security settings; unsupported by Microsoft
Outlook Web App + Trello Chrome Extension
Install 'Trello for Outlook' extension → click icon in OWA toolbar → select email → create card
Remote workers using Outlook Web App exclusively
Only works in Chrome; breaks in Edge Chromium unless flags enabled; no mobile support
Method Details
In my testing across Outlook 365 (v2405), Outlook 2019 (v1908), and Outlook 2016 (v1607), the Trello Power-Up add-in worked reliably — but only once. After restarting Outlook, it disappeared from the ribbon unless re-enabled via File > Options > Add-Ins > Manage: COM Add-ins > Go…. Even then, it refused to load in Outlook 2019 unless the user had admin rights. The real surprise? The 'Add to Calendar' trick — copying a Trello card link and right-clicking it in Outlook 365 — generated an iCal invite that included the card title and description. But Outlook 2019 ignored the same link entirely. No error. No prompt. Just silence.
Zapier was more consistent — but only for Outlook.com accounts. When we tested against an on-prem Exchange 2016 server, the 'New Email' trigger never fired, even after full mailbox delegation. Microsoft’s documentation confirms this: Outlook.com and Microsoft 365 mailboxes are supported; Exchange Server is not. We ran the same Zap against three different tenants. One failed because the email subject exceeded 255 characters — Zapier truncated it and created a blank card titled 'New Card'.
The VBA route worked in Outlook 2016, but required disabling macro security (File > Options > Trust Center > Trust Center Settings > Macro Settings > Enable all macros). That’s a non-starter for most corporate policies. Still, the script itself was compact — under 40 lines — and used native Outlook objects rather than external libraries. It posted directly to Trello’s API using the card’s name, description, and due date parsed from the email body. We tested it with emails from Michael Rodriguez (Sales), Priya Sharma (Engineering), and James O'Brien (Legal). All succeeded — except when James included an embedded image. That broke the JSON payload. Fix: strip HTML before posting.
Keyboard Shortcuts
Action
Shortcut
Alt Sequence
Notes
Open Add-Ins dialog
Alt+FX
Alt+F+T → I
Works in all versions; leads to 'Manage COM Add-ins'
Open VBA Editor
Alt+F11
N/A
Required for custom macro setup; disabled by default in Outlook 365 M365 Apps
Forward email as attachment
Ctrl+Shift+F
Alt+H+F+A
Useful for forwarding raw email content to Trello via Zapier or manual paste
Insert link
Ctrl+K
Alt+N+K
Critical for embedding Trello card URLs in emails or tasks
Cheat Sheet
Method
Works in Outlook 365?
Works in Outlook 2019?
Works in Outlook 2016?
Setup Time
Trello Power-Up
✓ Yes (with restart)
✗ No (COM load failure)
✗ No
2 minutes
Zapier (Outlook.com)
✓ Yes
✗ N/A (no REST API)
✗ N/A
8 minutes
Copy-Paste + Calendar Link
✓ Yes
✗ No
✗ No
15 seconds
VBA Macro
✓ Yes (with security override)
✓ Yes
✓ Yes
12 minutes
OWA + Chrome Extension
✓ Yes (Chrome only)
✗ N/A (no OWA)
✗ N/A
90 seconds
Michael Lee
Michael covers the latest in office software updates