Skip to main content

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eloqua-formhandler-0.9a0.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

eloqua_formhandler-0.9a0-py2.py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page