Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Add support for pipeline webhooks #4

Closed
3 tasks
bruth opened this issue Oct 22, 2013 · 1 comment
Closed
3 tasks

Add support for pipeline webhooks #4

bruth opened this issue Oct 22, 2013 · 1 comment

Comments

@bruth
Copy link
Contributor

bruth commented Oct 22, 2013

Webhooks are callbacks over HTTP which enables external services to be notified when certain events happen. When an event occurs, all URLs registered with the event will be POSTed to with the appropriate data. This requires:

  • a means to define and store an event and URL (the webhook)
  • a means of executing the webhooks when the event occurs

The initial events will include:

  • sample loaded

Read more about webhooks on the wiki

@naegelyd
Copy link
Contributor

Closing in favor of chop-dbhi/varify-data-warehouse#11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants