question

Pamela Scheichenost avatar image
Pamela Scheichenost asked Anirban Sen Chowdhary answered

fax - MessageStoreCallerInfoRequest

I can only send the recipient phone number, How do I also add Recipient name so it is displayed on the cover letter?

fax
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image
Phong Vu answered Phong Vu edited

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"

}

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Khadhar Koneti avatar image
Khadhar Koneti answered

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.


1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.