Please direct this to the
Developers Community in the upper
right corner for this API.
Can you move it? Or do I have to double post
Hello Robert,
RingCentral currently hasn't built an official HipChat integration. The good news is you can use your RingCentral account to develop this integration and tailor it to suit your needs. We (RingCentral Developer Relations Team) will be here to guide you, answer your questions, and will work with you to get your app into production so you can be the hero who delivered this valuable integration for your company.
It looks like the most common language between the RingCentral Connect Platform and Atlassian's Marketplace is Node.js. You could use their KOA app as a starting point (
https://bitbucket.org/atlassianlabs/ac-koa-hipchat) and then include the RingCentral Node.js SDK 'npm install --save rcsdk'. If you're not a Node.js developer, the other common languages you could use are: Python, Android, PHP, C#.
Complete list of RingCentral SDKs on Github:
https://github.com/ringcentralComplete list of Atlassian SDKs:
https://www.hipchat.com/docs/apiv2/librariesHere is how you can get started...
- Read the RingCentral Developer Tutorials (https://developers.ringcentral.com/library/tutorials.html)
- Login to the Developer Portal at (https://developers.ringcentral.com/login.html)
- You'll need a place to host your app code and to define your app's RingCentral Redirect URL
- Register a new app (in your case: HipChat Call Poster)
- Create a Sandbox Account (used for development of your RingCentral Integration)
Here is a list of useful RingCentral Developer Resources including our API Explorer, links to our SDKs, and video tutorials:
http://ringcentral.github.io/If you have any questions about developing your app with RingCentral, feel free to ask it in our developer community:
https://devcommunity.ringcentral.com/ringcentraldevNext, you'll want to:
- Register as a developer on Atlassian's Marketplace at (https://id.atlassian.com/signup) if you haven't already
- Decide if you want to make an Ad-Hoc or Independent Add-On and follow the guide at (https://www.hipchat.com/docs/apiv2), I'm guessing you'll want the Independent Add-On (so you can share this with others later)
- You'll need a place to host your app code and to define your app's Atlassian Redirect URL and
- Create a new app at (https://marketplace.atlassian.com/manage/plugins/create)
Since you're wanting to receive call information for a group, you'll need to have your app subscribe to the presence information for the extensions within that group. I wrote an article will show you how to subscribe to the presence event data for multiple extensions:
https://devcommunity.ringcentral.com/ringcentraldev/topics/fyfygcftg
I have the same need, but for integrating Zoho SalesIQ chats with RC so that we can ask, in chat, for a website visitor's phone number, click it, and have RingCentral make the call. I'm not that familiar with Zoho's APIs (yet), though. Hopefully someone in this thread has insight into whether this is possible with SalesIQ.
Will the account being used to detect calls coming into the system really need to have administrator privileges? That is what our developer is telling us... That seems silly.