API Fetch - Eloqua step by step configuration

Certain API Fetch transforms the synchronizing of your event data from various external sources such as social media, registration systems, attendee tracking tools, CRMs, and marketing automation tools, giving you:

Below is a step by step guide to help you configure an API Fetch/Eloqua integration with the objective of ingesting Eloqua contacts as Certain registrations for your event.

Prerequisites

Step 1: Create connections

Step 2: Create a datasource

https://secure.p03.eloqua.com/api/REST/1.0/data/contacts?lastUpdatedAt>'{{C_DateModified}}'&depth={{depth}}&page={{page}}&count={{count}}

{

"elements": [

{

"type": "Contact",

"currentStatus": "Awaiting action",

"id": "2119",

"createdAt": "1444748965",

"depth": "partial",

"name": "mabrahams@r123test.certain.com",

"updatedAt": "1515654982",

"accountName": "Strickland Propane",

"address1": "Reston",

"businessPhone": "703-438-2052",

"city": "Reston",

"country": "AR",

"emailAddress": "mabrahams@r123test.certain.com",

"emailFormatPreference": "unspecified",

"firstName": "Magid????Magid????123",

"isBounceback": "false",

"isSubscribed": "true",

"lastName": "SCHR??DERSCHR??DER",

"postalCode": "20190",

"province": "VA",

"subscriptionDate": "1515654982",

"title": "BY"

}

],

"page": 1,

"pageSize": 1,

"total": 699672

}

[

{ "operation": "shift",

"spec": {

"elements": {

"*": {

"type": "elements[&1].type",

"currentStatus": "elements[&1].currentStatus",

"id": "elements[&1].id",

"createdAt": "elements[&1].createdAt",

"depth": "elements[&1].depth",

"name": "elements[&1].name",

"updatedAt": "elements[&1].updatedAt",

"accountName": "elements[&1].accountName",

"emailAddress": "elements[&1].emailAddress",

"emailFormatPreference": "elements[&1].emailFormatPreference",

"firstName": "elements[&1].firstName",

"isBounceback": "elements[&1].isBounceback",

"isSubscribed": "elements[&1].isSubscribed",

"lastName": "elements[&1].lastName",

"subscriptionDate": "elements[&1].subscriptionDate",

"title": "elements[&1].title"

}

},

"page": "page",

"pageSize": "pageSize",

"total": "total"

}

}

]

Was this article helpful? 0 out of 0 found this helpful

Related articles