Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grokify/ringcentral-demos-webhooks
RingCentral demo apps for webhooks
https://github.com/grokify/ringcentral-demos-webhooks
demo ringcentral webhook
Last synced: 28 days ago
JSON representation
RingCentral demo apps for webhooks
- Host: GitHub
- URL: https://github.com/grokify/ringcentral-demos-webhooks
- Owner: grokify
- License: mit
- Created: 2016-05-22T21:53:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T00:36:17.000Z (about 8 years ago)
- Last Synced: 2024-10-12T00:42:45.865Z (3 months ago)
- Topics: demo, ringcentral, webhook
- Language: HTML
- Homepage: https://developers.ringcentral.com
- Size: 112 KB
- Stars: 3
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
RingCentral and Glip Demos for Webhooks
=======================================This project provides demos using webhooks using both [RingCentral](https://developers.ringcentral.co) and [Glip](https://glip.com).
Demos are provided for:
* [JavaScript with Express](https://github.com/grokify/ringcentral-demos-webhooks/tree/master/javascript-express)
For general information on RingCentral webhooks support, please see:
* [Developer Guide](http://ringcentral-api-docs.readthedocs.io/en/latest/webhooks/)
* [Developer FAQ](http://ringcentral-faq.readthedocs.io/en/latest/webhooks/)## Contributing
1. Fork it (http://github.com/grokify/ringcentral-demos-webhooks/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request