URL Action
Post or Get the specified URL with the specified Args
Fields
Campaign Template
The Campaign Template the fields are to be taken from.
URL
The URL to be called.
Args
The list of fields 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.
The Args must use Noojee's standard field encoding separated by the '&' character.
e.g.
${Alternate_Phone}&${Comment}
Post
If selected the URL will be POSTed otherwise the GET method will be used.