• Home
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Create an article
  • Post an idea
  • Spaces
  • General
  • News & Announcements
  • Ideas
  • RingCentral Office
    • Getting Started
    • Authentication
    • App Graduation
    • API Betas & Developer Previews
    • REST API
      • Call Management API
      • Glip API
      • Meetings API
      • Messaging API (SMS, Fax, Voicemail)
      • Provisioning API
      • Voice and Telephony API
    • Environment (Sandbox, Gateway)
    • SDKs
    • Admin & Credentials
  • RingCentral Engage
    • Getting Started
    • REST API
      • Interactions API
      • Provisioning API
      • Routing API
  • Jobs/Requests for Help
  • Explore
  • Topics
  • Questions
  • Articles
  • Ideas
  • Users
  • Badges
Skip to main content
  • Create
    • Ask a question
    • Create an article
    • Post an idea
    • General
    • News & Announcements
    • Ideas
    • RingCentral Office
      • Getting Started
      • Authentication
      • App Graduation
      • API Betas & Developer Previews
      • REST API
        • Call Management API
        • Glip API
        • Meetings API
        • Messaging API (SMS, Fax, Voicemail)
        • Provisioning API
        • Voice and Telephony API
      • Environment (Sandbox, Gateway)
      • SDKs
      • Admin & Credentials
    • RingCentral Engage
      • Getting Started
      • REST API
        • Interactions API
        • Provisioning API
        • Routing API
    • Jobs/Requests for Help
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges
  • Sign in
  • Home
  • RingCentral Office
  • Admin & Credentials

question

kraig-qin3183 avatar image
kraig-qin3183 asked · Nov 30, 2016 at 01:59 AM

online fax customize cover sheet.

The fax In production right now, and already set up real account number with my website, so when someone submit the order, the website will automatic send fax to a real line. The problem is can't customize cover sheet, the frist page is look like unprofessional, and waste too much paper, because the note is on the second pages. So we need the company logo and note on the frist page, that's will save too much paper. The attached file picture 1 is currently situation as you can see, and the picture 2 is what i am want. Could you please help to solve this problem, and what kind of information you need, please let me know, thanks very much!





topic-default
Comment
0
1 |1000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

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

1 Answer

· Write an Answer
Tyler Liu avatar image
Tyler Liu answered · Nov 30, 2016 at 02:20 AM
It is possible to customize fax cover page. Please take this as example:  https://github.com/grokify/ringcentral-demos-fax-cover-page
· 7 comments · Share
1 |1000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

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

kraig-qin3183 avatar image kraig-qin3183 · Nov 30, 2016 at 04:00 AM
Thanks for your quick response. I saw there customize cover sheet, but how to add the company logo on the file, could you please give me some of technique support, and I am ready with DOC cover sheet. Because we just need one page for each fax, so please help us, thanks very much!
0 · ·
Tyler Liu avatar image Tyler Liu · Nov 30, 2016 at 05:50 AM
Which programming language are you using? Maybe I can provide your with some sample code. Basically you need to specify coverIndex = 0 :  https://github.com/grokify/ringcentral-demos-fax-cover-page/blob/master/nodejs/index.js#L23  Then the first file attachment will be used as cover. You can use a doc file as cover.
0 · ·
kraig-qin3183 avatar image kraig-qin3183 · Dec 02, 2016 at 03:38 PM
Hi, I just contacted with my engineer, they use the JAVA language, JDK 1.8, the server system is ubuntun 14.04, and web are Tomcat 9. So do you need I upload my cover sheet and help me get the code? Because my engineer are Chinese, so some of they not able to get this instration. Please help me! Thanks very much.
0 · ·
Tyler Liu avatar image Tyler Liu · Dec 03, 2016 at 04:47 AM
From your original message I can see that your engineers already got the fax sending working (without customized cover page). What they need to do is just do a minor change to their code to specify a custom cover page. I am not an export on Java SDK but if I see the code I can figure out how to adjust it.

Please let your Chinese engineers contact me via QQ 252261703.  I will assist them to get it done.
0 · ·
vb avatar image vb · Dec 05, 2016 at 07:47 PM
Here is the Java sample code for sending fax  :  https://github.com/vyshakhbabji/ringcentral-java/blob/master/src/utils/SendFax.java#L48

For disabling the cover page : 

Disable coverPage   by making the body 

(line : 
payload = { to: [{ phoneNumber: config.RC_DEMO_FAX_TO }],
                     faxResolution: 'High',
                      coverIndex: 0
            };
For adding cover page:  

Add your own custom cover page as your firattachmentent as mentioned above by Tyler. 

for example like this: 

RequestBody requestBody = new MultipartBuilder().type(MultipartBuilder.MIXED).addPart(body)    .addFormDataPart("cover", file.getName(), RequestBody.create(faxContentType, file)).addFormDataPart("attachment1", file.getName(), RequestBody.create(faxContentType,file)).build();
1 · ·
Show more comments

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.

question details

5 People are following this question.

kraig-qin3183 follows this question Tyler850957020 follows this question john-wang follows this question vb follows this question orchard-medical-center follows this question
Answers Subscribe to Answers Answers and Comments Subscribe to Comments and Answers

Related Questions

Reset Sandbox Account Password 1 Answer

How can we set our custom number as a Caller ID in outbound faxes ? 1 Answer

Need better reporting for call tracking 1 Answer

Abandon statistic on Dashboard 1 Answer

RingCentral Dialer for Salesforce not loading page is blank 0 Answers

  • Developer Home
  • ·
  • Community Guidelines
  • ·
  • Legal
  • ·
  • Privacy Notice