question

naresh-khuriwal410 avatar image
naresh-khuriwal410 asked benjamin-dean answered

crm integration with php sdk

i am new in ringcentral . any one help me integrate ringcentral with my crm for click to call process my crm is develop in php , i have already setup php sdk , but how can integrate crm with ring for click to call
ringoutphpphp sdkuri schemeclick to call
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
benjamin-dean avatar image
benjamin-dean answered
Hello Naresh,

First, allow me to welcome you to the RingCentral Developer Community!

We have useful resources available to explain and demonstrate with code how to use Click to Call using either the URI Scheme or RingOut functionality:
Please be aware that the PHP SDK has some limitations relating to the Subscription resource of the RingCentral API which could potentially be a blocker for using it in your CRM integration if you plan on subscribing to an extensions events for a use-case such as a "screen pop" in your CRM. If you know you'll need this functionality, you may want to consider using the JavaScript SDK which has full support for Subscriptions in addition to all other platform functionality.

The first thing you'll need to do is to create an interface within your CRM to permit a RingCentral user the ability to authenticate (you'll want to use the 3-Legged OAuth). Once the operator has authenticated (via your CRM) into their RingCentral account, your application will have obtained a valid access token which can be used to execute calls (such as RingOut) from within your CRM application to the RingCentral API of your choosing.

Does this answer your question?

Thanks,
Benjamin
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.