trisnol/Trello Create Card Action
Call the Trello API to add a new card to a board.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | API key issued by Trello | yes | "" |
| token | Access token issued by Trello | yes | "" |
| list_id | Access token issued by Trello | no | "" |
| board_id | ID of the board to be updated. | no | "" |
| list_name | Name of the list where the card shall be added (default: To Do) | no | To Do |
| card_name | Name of the card | yes | Hello there |
| card_description | Description of the card | no | General Kenobi |
Outputs
| name | description |
|---|---|
| result | Response of the creation process |