Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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