Follow

Sending multiple faxes in a single request (simple)

To send faxes to multiple destinations a request similar to the following example can be used. Please note the addition of another “FaxMessage”:

<v2:SendFaxRequest>

    <FaxMessages>

        <FaxMessage>

            <MessageRef>test-1-1-1</MessageRef>

            <SendTo>6011111111</SendTo>

            <SendFrom>Test Fax</SendFrom>

            <Documents>

                <Document>

                    <FileName>test.txt</FileName>

                    <FileData>VGhpcyBpcyBhIGZheA==</FileData>

                </Document>

            </Documents>

        </FaxMessage>

        <FaxMessage>

            <MessageRef>test-1-1-2</MessageRef>

            <SendTo> 6022222222</SendTo>

            <SendFrom>Test Fax</SendFrom>

            <Documents>

                <Document>

                    <FileName>test.txt</FileName>

                    <FileData>VGhpcyBpcyBhIGZheA==</FileData>

                </Document>

            </Documents>

        </FaxMessage>

    </FaxMessages>

</v2:SendFaxRequest>

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk