Skip to main content
Question

How to send SMS from direction number or company number (Not main company number)

  • August 25, 2018
  • 5 replies
  • 2855 views

How to send SMS from direction number or company number (Not main company number)

5 replies

  • Employee
  • 448 replies
  • August 27, 2018
I don't quite understand your question. But as far as I can tell, the sms is sent on behalf of the current logged-in user. You can specify the user's direct number as the "from" parameter and it should work.

Let me know if you have further questions.

  • Author
  • Known Participant
  • 17 replies
  • August 28, 2018
I have a list of company numbers, they don't contain extension but when I send messages from RingCentral phone application then I can select one of them to make the output. How to authorize and send sms from this numbers.

  • Employee
  • 448 replies
  • August 28, 2018
Numbers are assigned to extensions. You can check numbers of extension by /restapi/v1.0/account/{accountId}/extension/{extensionId}/phone-number


So you just authorize as that extension. And send sms from its assigned numbers.

  • Employee
  • 448 replies
  • August 28, 2018
You can get a list of extensions by /restapi/v1.0/account/{accountId}/extension

Then check their numbers by /restapi/v1.0/account/{accountId}/extension/{extensionId}/phone-number.

Most likely you will find which extension owns the phone numbers.

Please reply if it doesn't work for you.

  • New Participant
  • 4 replies
  • September 10, 2018
Is it possible to use any of the company numbers as the caller id for any of the extensions? Essentially having a many-to-many relationship between extensions and company numbers? I have a requirement to choose an extensions from number on an SMS text based on the recipient (basically making it look like the message is coming from a local area code).