Difference between revisions of "Feature:Incoming notifications / (web)hooks"

From Kosmos Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
* RSS feed to channel/storage (detect known types, e.g. MediaWiki recent-changes feed)
 
* RSS feed to channel/storage (detect known types, e.g. MediaWiki recent-changes feed)
 
* Bitcoin wallet transactions to channel/storage
 
* Bitcoin wallet transactions to channel/storage
 +
 +
=== Notes ===
 +
 +
* [GitHub] Apparently it's now possible to define a single hook for all activities within an organization: https://developer.github.com/changes/2014-12-03-preview-the-new-organization-webhooks-api/ — that means we might be able to set that once per API/OAuth call and have a single catcher for all GitHub-related things (no more forgetting to configure channel notifications for new repos e.g.). Also, notifications for not just commits, but other activities as well.

Revision as of 20:39, 3 December 2014

Summary

Features

Sockethub Butlers

  • Incoming Webhook (usually HTTP POST) to channel/storage
    • Data formats and message rendering for known hooks/services
    • Vanilla hook with defined message format and plain/common rendering for custom services
  • RSS feed to channel/storage (detect known types, e.g. MediaWiki recent-changes feed)
  • Bitcoin wallet transactions to channel/storage

Notes

  • [GitHub] Apparently it's now possible to define a single hook for all activities within an organization: https://developer.github.com/changes/2014-12-03-preview-the-new-organization-webhooks-api/ — that means we might be able to set that once per API/OAuth call and have a single catcher for all GitHub-related things (no more forgetting to configure channel notifications for new repos e.g.). Also, notifications for not just commits, but other activities as well.