This notification type allows complete flexibility in what you want us to send you. As long as it is TEXT data and we can insert out tokens, the format is completely free form.

HttpBodyContentType setting

Application/octet-stream Or User specified content-type field setting

HttpUrlTemplate setting

http://%{Destination}/ConcordFaxDeliveryNotification.Asp

OR

https:%{Destination}/abc.xyz

Note
  • %{Destination} token is replaced from the contents of the NotifyDestination field for the job, if the NotifyDestination does not start with ‘http’ or ‘https’.

  • If the %{Destination} field starts with 'http' or 'https' then it completely replaces this Template setting with a job specified notification.

  • For security reasons you may want to use the Https protocol.

HttpBodyTemplate setting

Here is your notification%{CRLF}%{CRLF}StatusId=%{StatusId}&…

See Also