I can only send the recipient phone number, How do I also add Recipient name so it is displayed on the cover letter?
© 1999-2024 RingCentral, Inc. All rights reserved.
Privacy Notice
I can only send the recipient phone number, How do I also add Recipient name so it is displayed on the cover letter?
If you are writing in Node JS, specify the "to" as follow:
var body = {
to: [{'phoneNumber': 'Recipient Number', 'name': "Name of your Recipient"}],
faxResolution: 'High',
coverPageText: "This is a demo Fax page from Node JS"
}
Hi,
In Java ring central API there is no method provided in MessageStoreCallerInfoRequest to set recipient name. However we are passing from phone number in the request and your number will have all those details like name etc. Might be ring central will take of this internally.
You can get your answer in the link with similar question :
Also, you can do from the desktop application as per following:
Hope that helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.