• +39 035 622 43 51

Fax

Send Fax with eMessage Web Services, PDF is the only file format accepted.

Send

Web Service URL: https://ct.emessage.it/webservices/WSFax.asmx
Method name: Send

Description
Web method to send fax.

Parameter
- Username (MANDATORY): account username.
- Password (MANDATORY): account password.
- SenderName (MANDATORY): fax header sender name.
- SenderNumber(MANDATORY): fax header sender number, international phone number (ex: +391234567894).
- Time (MANDATORY): send time. (format: HH:mm:ss).
- Data: send date. (format: dd/MM/yyyy)
- PDFFile (MANDATORY): a byte array containing PDF file to send.
- ContactsList (MANDATORY): an array of WSContact object (see WSContacts.asmx web service).
- Params: optional parameters array:
  -IdContactFolderOverride: id of contact folder used to override report ContactFolder field
  - ContactFolderCredit: true means that condominium with Id same as IdContactFolderOverride pay the spedition

Returns
This web method return a standard Result class:
- Data: number of KO Fax (Error or not send).
- OptionResults:
  - SpeditionCode: assigned spedition code.
  - IdList: JSON list of ids

Send single

Web Service URL: https://ct.emessage.it/webservices/WSFax.asmx
Method name: SendSingle

Description
Web method to send a single letter.
Web method to send fax.

Parameter
- Username (MANDATORY): account username.
- Password (MANDATORY): account password.
- SenderName (MANDATORY): fax header sender name.
- SenderNumber(MANDATORY): fax header sender number, international phone number (ex: +391234567894).
- Time (MANDATORY): send time. (format: HH:mm:ss).
- Data: send date. (format: dd/MM/yyyy)
- PDFFile (MANDATORY): a byte array containing PDF file to send.
- FaxNumber(MANDATORY): receiver fax number.
- Params: optional parameters array:
  -IdContactFolderOverride: id of contact folder used to override report ContactFolder field
  - ContactFolderCredit: true means that condominium with Id same as IdContactFolderOverride pay the spedition

Returns
This web method return a standard Result class:
- Data: number of KO Fax (Error or not send).
- OptionResults:
  - SpeditionCode: assigned spedition code.
  - IdList: JSON list of ids.