Ghost/core/test/integration
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
..
api Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
data/importer/importers Added more database soft limits (#9225) 2017-11-09 15:22:20 +01:00
model Add bookshelf-relations (#9252) 2017-11-21 13:28:05 +00:00
export_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
migration_spec.js Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
update_check_spec.js 🐛 Fixed persistent upgrade notifications showing for the currently installed version (#9048) 2017-09-25 12:22:56 +01:00