EasyManua.ls Logo

Multitech FaxFinder FF130 - Page 107

Multitech FaxFinder FF130
151 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Appendix B: Customization
Multi-Tech Systems, Inc. FaxFinder Admin User Guide 107
<!-- Recipient Phone Number -->
<!-- default: "" -->
<!-- required: no -->
<!-- value: string -->
<phone_number>218-555-3336</phone_number>
</recipient>
<!-- Attachments to send as fax pages -->
<attachment>
<!-- Attachment location -->
<!-- required: yes -->
<!-- value: inline | external -->
<location>inline</location>
<!-- Attachment name -->
<!-- A unique name associate with this attachment -->
<!-- Used to differentiate between attachments -->
<!-- required: yes if location == inline -->
<!-- value: string -->
<name>attachment1.txt</name>
<!-- Attachment type must be one of: -->
<!-- application/pdf -->
<!-- application/postscript -->
<!-- text/plain -->
<!-- image/tiff -->
<!-- required: yes if location == inline -->
<!-- value: string -->
<content_type>text/plain</content_type>
<!-- Content encoding -->
<!-- Must be set to base64 -->
<!-- required: yes if location == inline -->
<!-- value: string -->
<content_transfer_encoding>base64</content_transfer_encoding>
<!-- Content of attachment base64 encoded -->
<!-- required: yes if location == inline -->
<!-- value: string -->
<content>dGVzdA==</content>
<!-- Url of attachment -->
<!-- required: yes if location == external -->
<!-- value: string -->
<url>/ffws/v1/data/userspace/admin/report.pdf</url>
</attachment>
<!-- Maximum number of tries until failure of fax -->
<!-- default: 3 -->
<!-- required: no -->
<!-- value: integer -->
<max_tries>3</max_tries>