0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data
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
..
db Debug: MySQL logging hook 2017-10-04 10:05:35 +01:00
export 🐛 Fix ghost update with migrations (#8810) 2017-08-01 17:27:13 +04:00
importer Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
meta Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
migrations Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
schema Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
validation Added more database soft limits (#9225) 2017-11-09 15:22:20 +01:00
xml/sitemap Moved RSS module -> services & controllers 2017-11-08 08:09:44 +00:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00