I see there is an API endpoint for retrieving the forwarding numbers:
However, there is no documentation about setting the forwarding numbers. Is it possible to do that currently?
I see there is an API endpoint for retrieving the forwarding numbers:
However, there is no documentation about setting the forwarding numbers. Is it possible to do that currently?
Since this call was initially asked and answered, we have released an API for managing Call Forwarding and Call Flip rules and phone numbers. We suggest you consult the following documentation:
https://developers.ringcentral.com/guide/call-management/manual/call-forwarding
POST /restapi/v1.0/account/255537016/extension/255537016/forwarding-number HTTP/1.1There are also APIs to modify and delete forwarding numbers (usual PUT and DELETE). You can send a support request to get access to full documentation about forwarding numbers API (and other advanced APIs) for your account.
Content-Type: application/json
{
"phoneNumber": "+16504326573",
"label": "Custom number"
}
Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.
Download RingCentral Phone for Desktop:
Tip: switch to the "sandbox mode" before logging in the app:
3 People are following this question.
Call forwarding with custom application
How to obtain forwarding number list for making RingOut calls through API?
Attempt to forward a call in setup sate results in Forbidden "operation is not allowed"
Can't update Call Queue Presence
Is there any way to add the "Edit Account Permission" without contacting the support team?