A simple Express Server App to invite users to Glip Groups.
- A landing page you can point users to fill in their
emails and receive an invite into the
Glip
group. - A SVG badge that works well from static mediums (like GitHub README pages)
- Node - 7.4.0
- Express - 4.11.xx
$ cd glipped
$ npm install
$ cp config-sample.env.txt .env
$ vi .env
-
Enter the indicated values:
- RC_APP_KEY= Your application's
app_key
- RC_APP_SECRET= Your application's
app_secret
- RC_APP_SERVER_URL= Either
sandbox
-OR-production
- RC_USERNAME= Glip User's
phone-number
- RC_EXTENSION= Glip User's
extension
- RC_PASSWORD= Glip User's
password
- APP_LOGO= Organizations's
logo
( a http / https link to the Logo ) - GLIP_GROUP_NAME= Organization's
name
- GLIP_GROUP_ID= Group ID of the glip
group
- RC_APP_KEY= Your application's
** To GET the groupId
of the group please ref to Get Group List;
npm start
If you already have your Glip email address and password, you can use Heroku One-Button Deployment.
To run the unit tests:
npm test
** Application would be started on port 8080 ( http://localhost:8080 )
<img src="https://img.shields.io/badge/Chat-RingCentral-orange.svg">
Done in Markdown this looks like:
[![Chat: RingCentral](https://img.shields.io/badge/Chat-RingCentral-orange.svg)](http://localhost:8080/)
Point to http://localhost:8080/
.
Note: the image for the logo of the landing page
is retrieved from the RC_LOGO
parameter specified in the .ENV file. If you do not provide the URL
in the .ENV
file, it won't be shown.
Current used RCSDK version for this demo is : "ringcentral": "^3.1.1"
- Make sure to change the SDK version in the package.json before you chose to use a different SDK Version.
Project Repo
RingCentral SDK for JavaScript
RingCentral API Docs
RingCentral API Explorer
Any reports of problems, comments or suggestions are most welcome.
Please report these on Glipped's Issue Tracker in Github.
RingCentral SDK is available under an MIT-style license. See LICENSE.txt for details.
RingCentral SDK © 2017 by RingCentral
- What if I do not have a RingCentral account? Don't have an account, no worries: Become a RingCentral Customer
- I/My company is an Independent Software Vendor (ISV) who would like to integrate with RingCentral, how do I do that? You can apply to Join the RingCentral Partner Program