https://github.com/shime/exceptional-webhooks
see what data Exceptional is sending to your webhook URL
https://github.com/shime/exceptional-webhooks
Last synced: 7 months ago
JSON representation
see what data Exceptional is sending to your webhook URL
- Host: GitHub
- URL: https://github.com/shime/exceptional-webhooks
- Owner: shime
- Created: 2012-12-03T14:29:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-03T14:37:57.000Z (over 13 years ago)
- Last Synced: 2024-12-27T15:26:38.234Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exceptional Webhooks
> You can supply us with a URL that we will POST to every time a new exception occurs (or a closed exception re-occurs).
> We will send a JSON object containing information about the exception to your URL.
> You can use this to build your own service that performs some action every time an exception is thrown.
Use this repo to debug the **JSON** request from **Exceptional**. By default, shows only the last data sent.
See it live: [http://exceptional-webhooks.herokuapp.com/](http://exceptional-webhooks.herokuapp.com/)