I like how FogBugz lets you subscribe to cases so you can stay in the loop via email notifications. Does Kiln let you "subscribe" to repositories and receive email notifications whenever someone changes something?
closed as no longer relevant by Kevin Gessner♦♦ Mar 14 at 17:07 |
|
10
|
In Kiln 3, you can receive an email whenever new changesets are pushed to a repository. Click "Subscribe" at the top of any repository.
RSS FeedsThe best way to get alerts about changes in a Kiln repo is to subscribe to the RSS feed:
Web HooksIt is also possible to use Kiln's Web Hooks for this solution. You'd need a custom email script that is triggered by a URL somewhere. Web Hooks will let you trigger this script every time code is pushed...and you can parse the incoming JSON payload to send mail with any information that you want. |
||||||||||||||
|
