Ghost/core/server/services
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
..
apps Wrapped express router & expose from route service (#9206) 2017-11-09 10:08:11 +00:00
channels Fixed channel path to work with Ghost-CLI 2017-11-10 20:52:50 +00:00
route Rework route service to prevent circular dependencies (#9229) 2017-11-09 13:58:22 +00:00
rss RSS service + controller improved for consistency (#9233) 2017-11-10 07:36:39 +00:00
url Added Url Service to track all URLs in the system (#9247) 2017-11-16 13:03:24 +00:00
slack.js Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
webhooks.js Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
xmlrpc.js Move xmlrpc & slack to services (#9179) 2017-10-25 15:27:56 +01:00