Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 779 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 779 Bytes

trello webhook for imdone.io

This is an imdone.io webhook that creates and updates trello cards from TODO comments

To use it, remix this project and add the following environment variables in .env

You can get your trello credentials here.

SECRET="Your imdone.io webhook secret"
TRELLO_KEY="Get this from trello"
TRELLO_TOKEN="Get this from trello"

You'll also have to update config.json with values for your board. The list name mapping should follow the format [code-tag]:[trello-list-name].

Then copy the base url of your glitch app. (e.g. https://imdone-webhook-trello.glitch.me/)

Create a webhook on imdone.io and paste it in.