Validate and send Oracle Eloqua Forms.
Project description
Validate and send Oracle Eloqua Forms.
REST API for Oracle Eloqua Marketing Cloud Service
Quickstart
import requests
from eloquaformhandler.handler import HandlerFactory
session = requests.Session()
session.auth = (ELOQUA_USER, ELOQUA_PASSWORD)
handler = HandlerFactory.get(session)(FORM_ID)
# send form data
# if everything went fine status_code is 201 and json_response is None
json_response, status_code = handler(form_data)
Errors
HandlerFactory.get raises eloquaformhandler.exceptions.EloquaError if login endpoint returned an error.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eloqua-formhandler-0.9a1.tar.gz.
File metadata
- Download URL: eloqua-formhandler-0.9a1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf0d42bd692fcf44532509cba8732929cd05acceef8233f45c6101a5119637f3
|
|
| MD5 |
36d96be58730278c2bc03f6ec07805d0
|
|
| BLAKE2b-256 |
35022e74a08b069af92445e7447416a32c10ab471addd976e2384f5070fe94ba
|
File details
Details for the file eloqua_formhandler-0.9a1-py2.py3-none-any.whl.
File metadata
- Download URL: eloqua_formhandler-0.9a1-py2.py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e71a66843480d02a89c262e9f6b8369804c2d56c6c31017b9c9b8207f9f0cc3
|
|
| MD5 |
d214592580c3fa67a7bd6d5ca8fb6dc5
|
|
| BLAKE2b-256 |
a89117518c9da4fc80e95cdae64144c7396c60652cc5f603b500f78b256c8e0d
|