Eloqua API Usage Details

Introduction

Security is important to us at FeedOtter. We’ve worked closely with Eloqua's API team to ensure we have access to as little of your data as possible. Here you can read-up on how FeedOtter interacts with your Eloqua data and account.

FeedOtter integrates with Eloqua via an approved Oracle Eloqua Application and maintain a good-standing with Oracle Eloqua:

FeedOtter for Eloqua - Eloqua App Store Listing

API Access

FeedOtter integrates with Oracle Eloqua for the purpose of automating routine blog and content email sending to Eloqua segments. When establishing the connection between Eloqua and FeedOtter your team will authorize FeedOtter to access your Eloqua instance using the Eloqua OAuth2 authentication process.

API Methods Used

Besides those used for authentication, FeedOtter for Eloqua utilizes 4 separate REST API methods.

READ ONLY - Retrieve a list of contact segment

Used to present the user with a UI for selecting the target contacts for an email campaign.

Eloqua Docs: https://docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/op-api-rest-1.0-assets-contact-segments-get.html

READ ONLY - Retrieve a list of email groups

Used to present the user with a UI for selecting the Email Group and Header/Footer to append to an email.

Eloqua Docs: https://docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/op-api-rest-1.0-assets-email-groups-get.html

WRITE - Create a campaign

A one-way write call that creates a new Simple Email Campaign object in Eloqua. This call passes an Email ID, Segment ID, Email Group ID, Email Group Header and Footer ID, and to/from/subject details as supplied in the FeedOtter UI during setup.

A successful call return the Eloqua ID of the new campaign. This ID number is saved to provide history and logging details.

Eloqua Docs: https://docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/op-api-rest-2.0-assets-campaign-post.html

WRITE - Create an email

A one-way write call that creates a new Email object in Eloqua.

Eloqua Docs: https://docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/op-api-rest-2.0-assets-email-post.html

FeedOtter Encryption

All pertinent user and account data is encrypted using AES256. This includes passwords, email addresses, api tokens, keys, and associated data.

All campaign details at-rest are also encrypted and include generic "ids" never any personal or PII details.

FeedOtter's user/login password scheme uses PBKDF2.

There is no use of MD5 or Sha hashing.

Prospects and Personal Information

FeedOtter NEVER accesses your leads, email addresses, employees, or company information. As described in the previous section we perform read-only queries to provide UI elements and two write operations to create a new email and campaign.

Last updated