Question

I am no longer able to add contacts from my call log. Is this a glitch in my system or is this a change to the app?

  • 1 March 2019
  • 2 replies
  • 1207 views

I am no longer able to add contacts from my call log. Is this a glitch in my system or is this a change to the app?

2 replies

Userlevel 1
Hi Casey,

Can you be more specific about your problem? What did you mean by saying "..add contacts from my call log?" How the add contacts related to the call log function?

Adding a user contact is as simple as calling a post as shown below. I just tested it and it works well.

POST /restapi/v1.0/account/~/extension/~/address-book/contact    {    "firstName": "John",    "lastName": "Smith",    "businessPhone": "+16507893542",    "businessAddress": {      "city": "Manchester",      "country": "GBR"    }  }

Please explain and post some code so I can help.
Userlevel 1
Hi Casey and Khosro,

I understand what you meant now. But this forum is for developers to ask tech questions related to the platform APIs. In your case, could you please repost your question here so the product team can help you better.

+ Phong

Reply