Start a conversation

Factors to Consider When Creating XMLAPI Files for FaxMaker

Overview

There are several considerations to keep in mind before creating XMLAPI for GFI FaxMaker, regarding file structures and the way the application works.

Information

  • When using XMLAPI, create an XML file (.xml format) that contains the parameters of the fax or SMS to transmit.
  • All XMLAPI parameters should be within an XML container <faxmakerdata>.

Data should then be contained in three separate containers as follows:

XMLAPI Containers Description

<fields>

In this container, specify fax transmission properties such as Subject, attachment and message file.

<sender>

Enter sender details in this container.

<recipients>

Specify recipient information in this container.

Please note that the XML file structure must be integral, so be careful when adding characters like [ ] < > and other special characters. When not properly escaped, they can break the file and it won't be parsed, resulting in transmission failures.
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments