diff --git a/doc/using_webhooks.rst b/doc/using_webhooks.rst new file mode 100644 index 0000000..507fd1b --- /dev/null +++ b/doc/using_webhooks.rst @@ -0,0 +1,6 @@ +Using web-hooks +=============== + +Web-hooks are a notification system that could be compared to a callback. +Basically, pagure will make a HTTP POST request to one or more third party +server/application with information about what is or just happened.