Skip to content

Coldfusion "wrapper" for working with the RingCentral REST API

Notifications You must be signed in to change notification settings

Construction-Monitor/cf-ringcentral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

cf-ringcentral

Coldfusion/CFML "wrapper" for working with the RingCentral REST API

Currently not a full fledged wrapper, just shows a basic interaction between Coldfusion and Ringcentral's API. Needs work to streamline the

To Use

  • Fill in your API info in the variables sections.
  • Fill in sandbox or prod depending on what you are doing.
  • If you are using sandbox, the checked in version of the code does not reference it, you will need to replace all variable references

When you call any of the 3 API calls built:

  • getPhoneLogs
  • getUserList
  • sendSMS

It will automatically call the auth endpoint, and create a 60 minute token in the application scope if no token exists If a token does exist, it'll use that token. Does not work with multiple extensions as written, but would not be hard to adjust it.

About

Coldfusion "wrapper" for working with the RingCentral REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published