I want to develop application in java where it can add new contact in address book with all it's related details. I need a backend RC api to do that task for me and will be called from my application.
What is the most relevant RC api to do that?
I want to develop application in java where it can add new contact in address book with all it's related details. I need a backend RC api to do that task for me and will be called from my application.
What is the most relevant RC api to do that?
There is an endpoint "Creates personal user contact " for creating new contact:
https://developers.ringcentral.com/api-reference/External-Contacts/createContact
Sample:
- POSTÂ /restapi/v1.0/account/~/extension/~/address-book/contact
- Â
- {
- Â Â "firstName":Â "Charlie",
- Â Â "lastName":Â "Williams",
- Â Â "businessPhone":Â "+15551234567",
- Â Â "businessAddress":Â {
- Â Â Â "street":Â "20 Davis Dr.",
- Â Â Â "city":Â "Belmont",
- Â Â Â "state":Â "CA",
- Â Â Â "zip":Â 94002
- Â Â }
- }
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.