HTTP POST - Form Data

This notification will encode data as per the application / multipart / form-data setting.

HTTP Header Template setting

The Http Header Template setting provides the URL that notifications should be posted to. The template should be provided to Concord Customer Service before this method can be used.

Examples URL's:

  • Format: {protocol}://{server}/{page}

    Note
    • {protocol} : http or https

    • {server} : server address to post notification to

    • {page} : page to post form data to. Can be ommitted if url does not have a page name

  • https://yourserver.com/faxnotify.aspx

  • https://yourserver.com/faxnotify.htm

  • https://yourserver.com/faxnotify/

  • https://yourserver.com/faxnotify

Security Note

For security reasons we strongly recommend to use the Https protocol.

Http Body Template setting

Form data that will be posted

List of available Http Notification Tokens

 Copy imageCopy
AuthUser=%{AuthUser}
&AuthPassword=%{AuthPassword}
&Account=%{Account}
&CalledNumber=%{CalledNumber}
&CallerNumber=%{CallerNumber}
&FaxDuration=%{FaxDuration}
&FaxFormat=%{FaxFormat}
&FaxMessageId=%{FaxMessageId}
&FaxPages=%{FaxPages}
&FaxPartialFlag=%{FaxPartialFlag}
&FaxReceiveDateTime=%{FaxReceiveDateTime}
&FaxResolution=%{FaxResolution}
&FaxSenderCSID=%{FaxSenderCSID}
&FaxSpeed=%{FaxSpeed}
&FaxRecipientTimezone=%{FaxRecipientTimezone}

See Also