Question

How to get phone number from contact name using API?

  • 10 April 2017
  • 3 replies
  • 3283 views

Hi,


How to get phone number from the contact name using API?

If any way to get phone number from the my contact names?


I want to send sms of that phone number from the contact name.


I am trying to use http://ringcentral-csharp.readthedocs.io API to do this.

Or will use http://ringcentral-faq.readthedocs.io/en/latest/ developer api.


please suggest best one.


Regards,

BR


3 replies

https://developer.ringcentral.com/api-docs/latest/index.html#!#RefAddressBookContacts.html



I am not sure if you have the permission to see this API endpoint. Please login and have a try.
Two links in your questions are for the same sever side Rest API. One is for C# while the other is generic.

You can retrieve the Phone Numbers on the extensions you could use : Get Extension Phone Number List
You need an Address Book and you can retrieve the phone numbers associated with the contacts, for which you might need: Get Address Book ( API Endpoint )

Please go through https://developers.ringcentral.com/api-reference/External-Contacts/listContacts

All you need is permission to see this endpoint and for that, you need to mail the developer support team or submit a support ticket.

Reply