Reputation: 103
I am using a single page document to Fax, can when I fax it using the RingCentral Fax API, it by default includes a blank cover page. I do not want any cover page for my fax, how can I eliminate it?
Upvotes: 1
Views: 225
Reputation: 8311
In simple terms Setting coverIndex = 0 to disable cover page.
This parameter is actually optional in the API.
As per API reference here: "If not specified, the default cover page which is configured in 'Outbound Fax Settings' is attached"
https://developers.ringcentral.com/api-reference/Fax/createFaxMessage
As per this link, "When using these demos, the fax API coverIndex parameter should be set to 0 so that no cover page is added."
Upvotes: 1
Reputation: 103
If you are using the RingCentral Fax API and want to eliminate the Coverpage from your fax document, you can achiieve it as below
Upvotes: 1