Add users to GFI FaxMaker Online in bulk by importing a CSV file containing the list of users to add:
Create a CSV file containing the list of users to import to GFI FaxMaker Online. Ensure that the details are formatted as follows:
FirstName,LastName,NoFaxLine,SendingEmail,RecievingEmail,Iws,DialingCode,AreaCode,FaxNumber,DepartmentName,CSID
Where:
# | Name | Type | Required | Description |
---|---|---|---|---|
1 |
FirstName |
String | Yes | The user's first name. |
2 |
LastName |
String | Yes | The user's last name. |
3 |
NoFaxLine |
Boolean | Yes |
Specifies whether a dedicated fax number is required to enable user to receive faxes. Set value as |
4 |
SendingEmail |
Email address | Yes | The email address from where the user sends faxes. |
5 |
RecievingEmail |
Email address | No 1 |
The email address where received faxes are forwarded to. Up to three email addresses can be specified, separated by a semi-colon ( 1 This is required if both |
6 |
IWS |
Boolean | Yes |
Specifies whether a received fax will be retrieved via Inbound Web Services or sent via email. Set value as |
7 |
DialingCode |
Number | No | The international dial code of the country. For more information refer to Assigning fax numbers. |
8 |
AreaCode |
Number | No | The fax line area code. For more information refer to Assigning fax numbers. |
9 |
FaxNumber |
Number | No | The fax number. For more information refer to Assigning fax numbers. |
10 |
DepartmentName |
String | No | The department name to which this user belongs. |
11 |
CSID |
String | No | The name/number displayed during fax transmission. |
NOTE
The first line in the CSV should contain the header line:
FirstName,LastName,NoFaxLine,SendingEmail,RecievingEmail,Iws,DialingCode,AreaCode,FaxNumber,DepartmentName,CSID
Fax numbers must be purchased before adding users that can receive faxes (that is, when NoFaxLine
is set to False
). If the fax number specified does not exist, GFI FaxMaker Online fails to add the user.
Refer to the examples below to understand how DialingCode, AreaCode, FaxNumber
can be configured to assign fax numbers:
DialingCode |
AreaCode |
FaxNumber |
Description |
---|---|---|---|
<empty> | <empty> | <empty> | GFI FaxMaker Online assigns a random fax number from the list of available numbers. |
11 |
<empty> | <empty> | GFI FaxMaker Online assigns a random fax number with international dial code 11 . |
11 |
<empty> |
1123456789 |
If number The international dial code must be included in the The |
11 |
234 |
<empty> | GFI FaxMaker Online assigns a random fax number from area code 234 and international dial code 11 . |
NOTE
Users are added sequentially, starting from the top user. It is therefore recommended to assign specific fax numbers at the top of the CSV. A fax number can be randomly assigned to another user and therefore that number becomes unavailable.
Example 1:
FirstName,LastName,NoFaxLine,SendingEmail,RecievingEmail,Iws,DialingCode,AreaCode,FaxNumber,DepartmentName,CSID
Joe,Bloggs,True,joe.bloggs@mydomain.com,,False,,,,Sales,
Example 2:
John,Smith,False,j.smith@mydomain.com,j.smith@mydomain.com;john@domain.com,False,1,305,,,JSmithFax
Example 3:
Juan,Pérez,False,jperez@example.com,,True,52,,,,
After adding all users to the CSV, import the file in GFI FaxMaker Online:
Did you find this information useful? Send us feedback