Ghost/core/test
Kevin Ansfield bffb3dbd90
Webhooks support for subscriber events (#9230)
no issue

Support for http://resthooks.org style webhooks that can be used with Zapier triggers. This can currently be used in two ways:

a) adding a webhook record to the DB manually
b) using the API with password auth and POSTing to /webhooks/ (this is private API so not documented)

⚠️ only _https_ URLs are supported in the webhook `target_url` field 🚨

- add `webhooks` table to store event names and target urls
- add `POST` and `DELETE` endpoints for `/webhooks/`
- configure `subscribers.added` and `subscribers.deleted` events to trigger registered webhooks
2017-11-21 15:43:14 +00:00
..
functional Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
integration Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
unit Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
utils Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00