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 #11

Open
3 tasks
naegelyd opened this issue Aug 13, 2014 · 0 comments
Open
3 tasks

Add support for pipeline webhooks #11

naegelyd opened this issue Aug 13, 2014 · 0 comments

Comments

@naegelyd
Copy link
Collaborator

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

Originally reported as chop-dbhi/varify#4

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

1 participant