Ghost/core/test/integration/api
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
..
advanced_browse_spec.js Support filtering based on primary_tag (#9124) 2017-10-10 14:07:44 +02:00
api_authentication_spec.js Improved password validation rules (#9171) 2017-10-26 11:01:24 +01:00
api_configuration_spec.js Removed private configuration endpoint 2017-09-20 11:44:47 +01:00
api_db_spec.js 🎨 delete all content: do not delete subscribers (#8282) 2017-04-05 21:57:41 +01:00
api_invites_spec.js 🐛 invite existing users 2017-07-18 18:24:36 +01:00
api_mail_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
api_notifications_spec.js 🎨 settings inconsistency (#8381) 2017-04-24 18:41:00 +01:00
api_posts_spec.js Add bookshelf-relations (#9252) 2017-11-21 13:28:05 +00:00
api_roles_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
api_schedules_spec.js Primary tag (#8669) 2017-07-31 13:00:03 +04:00
api_settings_spec.js 🎨 settings inconsistency (#8381) 2017-04-24 18:41:00 +01:00
api_slugs_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
api_subscribers_spec.js Added GET/DELETE /subscribers/email/:email/ endpoints (#9238) 2017-11-14 12:09:41 +01:00
api_tags_spec.js Protected internal tags visibility (#9076) 2017-10-03 13:00:33 +01:00
api_users_spec.js Improved password validation rules (#9171) 2017-10-26 11:01:24 +01:00
api_webhooks_spec.js Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
redirects_spec.js Allow Upload/Download of redirects.json (#9029) 2017-09-21 16:01:03 +01:00