SAP Open Connectors

Eloqua Tips and FAQ

Articles

Eloqua - How to Use Bulk Upsert with Custom Objects
This guide provides some clarification around using Eloqua's bulk API in conjunction with their custom objects. There are typically three types of Bulk Upload Jobs:   Update : Update all records based off of a unique identifierFieldName...
Eloqua - How to POST a Custom Object
Working with Eloqua's Custom Objects can be tricky. This guide aims to clarify how to POST a CustomObject to Eloqua's API.  Using the POST /{objectName} endpoint specify the custom object that you will being POSTing to. Create a JSON...
Eloqua - Custom Objects and Bulk
Eloqua's API allows for the creation of custom objects that contain custom fields defined by the customer. An object itself follows a set pattern that Eloqua uses to handle its custom objects. This includes fields for selecting the unique identi...
Eloqua - POST Forms with multiple form fields
If you are creating a form in Eloqua via REST, each field in the array needs a negative ID. Without the negative IDs, you are only able to post one field at a time. Example payload with multiple fields:     Expand source  ...
Eloqua - Custom Object is Not Returning
If you are working with an Eloqua custom-object and you are having trouble interacting or getting data returned from them, it may be as simple as needing to re-authenticate. When you POST /custom-objects in Eloqua, it does not have the new custom-o...