Question

How can we create custom greeting?

  • 11 December 2023
  • 1 reply
  • 129 views

Hi,

We are using the (https://platform.devtest.ringcentral.com/restapi/v1.0/account/accountId/greeting) API .we need to set the custom greeting when any of the user make a call to our account. So in this case we are getting some error -

1702290163147.png

We are providing the details as shown in the screenshot.

1702290242894.png

Could you please suggest the solution how we can resolve it.


1 reply

Userlevel 1

It is just because of the API reference "Try It" from cannot upload a binary file. It is set to upload the based64 encoded string which is not accepted by the server.

So for this API, you should try with your code or using Postman tools.

Reply