aiviemarketing / mautic-trello
Add Trello cards from Mautic.
Package info
github.com/aiviemarketing/mautic-trello
Type:mautic-plugin
pkg:composer/aiviemarketing/mautic-trello
Fund package maintenance!
Requires
- php: ^8.1
- mautic/core-lib: ^6.0
This package is auto-updated.
Last update: 2026-03-08 10:07:11 UTC
README
Interact with Trello directly from Mauitc. E.g. create Trello cards for contacts.
Requirements
- Mautic > v4.0.0
- Trello
- This plugin is already installed with your Aivie Mautic Hosting
Enduser Documentation
See Aivie/Mautic contact data in Trello
There is a companion Trello Power-UP available to show your latest contact data right inside of Trello.
Issue? / Feedback? / Feature Requests?
We are always looking for new ways to improve working with Mautic. Please contact us if you have a feature request, or found an issue.
Contributing
Install OpenAPI generator
npm install
Run tests
bin/phpunit --bootstrap vendor/autoload.php --configuration app/phpunit.xml.dist --filter MauticTrelloBundle
API Documentation
The api is based on OpenAPI v3.
Mock Server for UnitTests
Can be combined with prism to automatically create a mock server based on the OpenAPI specification. This is not in use for now. Static json files are used for the UnitTests.
Start mock server
prism mock -d docs/api/i2-trello.oas3.yml