Question

Ringcentral greetings modification from API

  • 22 July 2020
  • 1 reply
  • 890 views

RingCentral greeting are there but I want to modify or check an existing greetings available. Which api should I use?

Can it be modify or create a greetings from api directly of my own voice? If this can be done with api, I can make the change programmatically consuming the api


1 reply

Yes you can, greetings are available under Rule Management.

You can create your own custom company greetings here:

https://developers.ringcentral.com/api-reference/Rule-Management/createCompanyGreeting

and user greetings here:

https://developers.ringcentral.com/api-reference/Rule-Management/createCustomUserGreeting

by uploading your media

You can get all the available greetings here:

https://developers.ringcentral.com/api-reference/Rule-Management/listStandardGreetings

Reply