Skip to content

imdone/webhook-trello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published