Ghost/core/server/data/schema
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
..
clients Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
fixtures Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
checks.js 🐛 Fixed author helper not returning the correct url (#9102) 2017-10-05 13:50:55 +02:00
commands.js 🐛 Fix ghost update with migrations (#8810) 2017-08-01 17:27:13 +04:00
default-settings.json Set soft limits for blog title and description (#9250) 2017-11-16 13:58:22 +01:00
index.js 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
schema.js Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00