Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 430 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 430 Bytes

Eloqua Python-Wrapper

Version: Python 2.7.13

Oracle Eloqua is one of the marketing automation tools.
I implemented API programs which you can export some data.
There is no import function so far.

you need to set some info for your Eloqua instance.

sitename = 'your sitename'
username = 'your username'
password = 'your password'
client = Eloqua_Request(sitename, username, password, mode="REST")