Route URL Action

Fields

URL

The URL to be called.

Static Arguments

The list of parameters to be passed to the URL.

If the Method selected is Post then these will be passed as the Post data.

If the Method selected is NOT Post (GET) then these will be passed on the URL.

These arguments are static and each one should be separated by the '&' character.

e.g.

${Alternate_Phone}&${Comment}

Arg <1-5> Name

Name of argument to be populated with data.

Arg <1-5>

Select the source of the data to populate the above parameter.

Post

If selected the URL will be POSTed otherwise the GET method will be used.

Auth Req

If the URL call requires authentication.

Username

The username to be used for authentication,if enabled.

Password

The password to be used for authentication, if enabled.