Send Fax with HTTP attachment

⌘K

Send Fax with HTTP attachment

This activity allows sending a fax with an attachment retrieved using a web request.

send_fax_with_http_attachment_1

Both HTTP and HTTPS requests are supported. The activity impersonates the SharePoint account when retrieving the file. For example, you could execute a Reporting Services report and send it as an attachment from within a SharePoint Designer workflow. The request URL is fully customizable and can include workflow variables.

The activity uses Windows Fax Service, which must be installed and configured. It uses the default sender attributes.

Fax Installation Guide:

  1. Set up a modem.
  2. Install the Windows Fax Service.
  3. Create a fax printer.
  4. Configure the fax client. Allow SharePoint accounts to send faxes.
  5. Send a fax.
SharePoint Workflow Designer Phrase

Send this subject fax to this recipient namethis fax number, and download this file name as attachments from this url. Use Fax server this server.

Parameters

ParameterDescription
this subjectFax subject.
this recipient nameOptional. The name of the fax recipient.
this fax numberThe fax number of the recipient.
this file nameOptional. Attachment file name. If the file name is empty, it will be resolved from the response.
this URLDirect web link to the attachment.
this serverOptional. The name of the target fax server. If this parameter is empty, the method connects to the fax server on the local computer. For example: \\servername\Fax.

How can we help?