Trello Integration
Zephyr documentation
How Trello Integration Works
Zephyr can create Trello cards as a workflow action. When a workflow triggers, the 'Create Trello Card' action creates a card in a specified Trello list with the email subject and content.
Setting Up Trello
Trello uses API key + token authentication (simpler than OAuth).
1
Get your API key from https://trello.com/power-ups/admin.
2
Add it as SSM parameter: /zephyr/prod/trello-api-key.
3
Deploy Zephyr.
4
In Settings > Connected Services, click Connect on the Trello card. This opens Trello's authorization page where you grant access and receive a token.
5
The token is stored securely in Zephyr.
Creating Trello Workflows
Example: 'When I get a client request email, create a Trello card in my project board'. The AI generates a workflow with trello_card action specifying the list ID. You need the Trello list ID which you can find by adding .json to any Trello board URL.