Skip to main content

Oracle Eloqua

With Oracle Eloqua modules in Make, you can manage the records and folders in your Oracle Eloqua account.

To use the Oracle Eloqua modules, you must have an account. You can create an account at login.eloqua.com/

Refer to the Oracle Eloqua API documentation for a list of available endpoints.

Establish the connection with Oracle Eloqua in Make

To establish the connection in Make:

  1. Log in to your Make account, add an Oracle Eloqua module to your scenario, and click Create a connection.

  2. Optional: In the Connection name field, enter a name for the connection.

  3. In the Company Name field, enter the company name that you use to sign in to your Oracle Eloqua account.

  4. In the Username and Password fields, enter credentials that you use to sign in to your Oracle Eloqua account.

  5. Click Save.

  6. If prompted, authenticate your account and confirm access.

You have successfully established the connection. You can now edit your scenario and add more Oracle Eloqua modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.

Build Oracle Eloqua Scenarios

After connecting the app, you can perform the following actions:

Records

With the help of these modules, you can manage records in your Oracle Eloqua account.

Triggers when records are created.

Connection

Establish a connection to your Oracle Eloqua account.

Record Type

Select the record type to watch.

Limit

Enter the maximum number of results to be worked with during one execution cycle.

Retrieves a list of records filtered by criteria.

Connection

Establish a connection to your Oracle Eloqua account.

Record Type

Select the record type to search.

Search Method

Select the desired search method.

Search

Enter a valid query string according to the Oracle Eloqua documentation.

Filter

Create filters to narrow down the search records returned.

Order

Map or enter the direction in which fields should be returned.

Limit

Enter the maximum number of results to be worked with during one execution cycle.

Creates a new record.

Connection

Establish a connection to your Oracle Eloqua account.

Record Type

Select the record type to create.

Record Details

Enter or map the information of the record you want to create into the fields that appear. The fields are dependent upon the selected Record Type.

Retrieves the details of a record by its ID.

Connection

Establish a connection to your Oracle Eloqua account.

Record Type

Select the record type to get.

Record ID

Enter the ID of the record you want to get.

Updates a record by its ID.

Connection

Establish a connection to your Oracle Eloqua account.

Record Type

Select the record type to update.

Record ID

Enter the ID of the record you want to get.

Record Details

Enter or map the information of the record you want to update into the fields that appear. The fields are dependent upon the selected Record Type.

Deletes a record by its ID.

Connection

Establish a connection to your Oracle Eloqua account.

Record Type

Select the record type to delete.

Record ID

Enter the ID of the record you want to delete.

Folders

With the help of these modules, you can manage records in your Oracle Eloqua account.

Retrieves a list of folders.

Connection

Establish a connection to your Oracle Eloqua account.

Folder Type

Select the folder type to search.

Search Method

Select the desired search method.

Search

Enter a valid query string according to the Oracle Eloqua documentation.

Filter

Create filters to narrow down the search records returned.

Order

Map or enter the direction in which fields should be returned.

Limit

Enter the maximum number of results to be worked with during one execution cycle.

Creates a new folder.

Connection

Establish a connection to your Oracle Eloqua account.

Folder Name

Enter the name for the folder.

Folder Type

Select the folder type to create.

Parent Folder ID

Enter the ID of the parent folder where the new folder will be created in.

Description

Enter a description for a folder.

Retrieves an existing folder.

Connection

Establish a connection to your Oracle Eloqua account.

Folder Type

Select the folder type to get.

Folder ID

Enter the ID of the folder you want to get.

Updates an existing folder.

Connection

Establish a connection to your Oracle Eloqua account.

Folder Name

Enter the name for the folder.

Folder Type

Select the folder type to update.

Parent Folder ID

Enter the ID of the parent folder where the new folder will be created in.

Description

Enter a description for a folder.

Deletes an existing folder.

Connection

Establish a connection to your Oracle Eloqua account.

Folder Type

Select the folder type to delete.

Folder ID

Enter the ID of the folder you want to delete.

Other

Performs an arbitrary authorized API Call.

Connection

Establish a connection to your Oracle Eloqua account.

URL

Enter a path relative to <base_url>/api/rest. Read more about the base URL.

Refer to the Oracle Eloqua API documentation for a list of available endpoints.

Method

Select or map the HTTP method you want to use:

GET to retrieve information for an entry.

POST to create a new entry.

PUT to update/replace an existing entry.

DELETE to delete an entry.

Headers

Enter or map the desired request headers.

Query String

Enter or map the request query string.

Body

Enter the body content for your API call.