28 Aug
2003
28 Aug
'03
7:49 p.m.
Jack Hughes wrote at 2003-8-28 16:37 +0100:
I am trying to integrate our systems with an external email list company. They provide a URL with various arguments relating to email address, first name, last name etc.
I need to be able to call (from a python script) the external URL with arguments as if it were a function. I do not want to display the results of the call, other than to validate that the call succeeded. How do I go about achieving this? Is there a python method for doing this?
Look at Python's "urllib". You must use it in an External Method or allow importing and using the module for Python Scripts (--> PythonScripts/README.txt). Dieter