An Output Integration for Telex that automatically creates Trello cards from channel messages.
- ⚡ Real-time processing of Telex messages using FastAPI
- 🔒 HMAC-SHA256 signature verification for webhook security
- 🐳 Docker container support for easy deployment
- 📦 Configuration management using environment variables
- 💬 Support for multiple Trello boards/lists
- 📝 Automatic card description generation with message metadata
- Prerequisites
- Installation
- Configuration
- Running Locally
- Docker Deployment
- Telex Integration Setup
- Testing
- Troubleshooting
- Contributing
- License
- Python 3.9+
- Telex organization account
- Trello account with:
- API key (Get from Trello)
- API token
- Board ID and List ID
- Publicly accessible server/URL for webhooks
- Clone the repository:
git clone https://github.com/telex_integrations/trello-card-creator.git
cd trello-card-creator