webform_trello
The module provides a webform handler to let the website could create a trello card when the webform submission has been created.
Features
- Provides a Webform handler to create a card once the webform submission has been created.
- Supports token.
- Supports choose the board and list you want to create the trello card.
- Supports custom labels of trello cards.
- Supports custom members of trello cards
How to install
1. Download it via composer
$ composer require drupal/webform_trello
2. Enable the module
$ drush en webform_trello
How to set up
1. Go the the webform trello setting page/admin/structure/webform/config/handlers/trello , and then fill with the key and token. You could get the data from the URL https://trello.com/app-key.
You could also input the basic template with the card title and description.
2. Add the webform handler called Add Trello Card , and fill the information you want.
3. Done.
Known issue
The module is not completed when you delete some information in Trello like the board, list, labels after you create a handler with these existed information.
It mights shows some errors.
Please be aware the handler you set up and the Trello information. Except this, the module will be great to use.