To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Oracle Marketing Developer Tools
Discussion List
-
Update Eloqua action service configuration with custom object record definition return errorWe are developing Eloqua App with an action service. When I create action service from campaign canvas, makes changes through the Configure URL that require custom objec… -
-
Unsubscribe links that work with Oracle Eloqua Sales Tools for Microsoft OutlookWe want to send users to our preferences (Unsubscribe) page, but are having trouble configuring the unsubscribe link for the email templates being used in conjunction wi… -
Eloqua REST API to import contacts to segment or shared listHi Experts, Current Eloqua REST API set does not seem to provide capability to import list of contacts to segment or shared list. The APIs related to segments are to Cre… -
Not able to update Eloqua Form using APIHello, I am trying to update an existing Eloqua form to add few more fields, so for this I am using the end point : https://secure.p04.eloqua.com/api/REST/1.0/assets/for… -
Can we Access column with same name in 2 different PETs in same workbook?If I have 2 PETs A and B and has column x in both A and B PETs, and I want access column x from Both PETs A and B in same Dashboard for personalised SL using RPL, is thi… -
Oracle Eloqua Developer Release Notes - 20AA list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 20A. New features Application API * accountId will no… -
Making a remote call to a python script in App EngineI would like to know if I can make a call within an App Engine to a python script that is running on a remote server. We are not able to install python on the process sc… -
HI EXPERTselect TABLE_NAME, column_name,data_type from user_tab_cols; select TABLE_NAME, column_name,data_type from RND_TABLES; create table rnd_tables(TABLE_NAME varchar2(30),co… -
How to Put A Green Check Next To An Action Step on CanvasA client wants to put a green check next to an PrintFile action step similar to one next to Segment Members on a canvas if a campaign is activated and contacts reached t… -
Is there ANY documentation on how to POST lead form data on an external page to Eloqua?Due to increasing security restrictions in Firefox, I need to update the way we submit data to Eloqua. Previously, this was all done with AJAX, and we just threw out the…User_2025-03-07-22-57-22-376 21 views 1 comment 0 points Most recent by User_2025-03-07-22-35-42-711 -
Eloqua Release 20A Customer Release Briefing AvailableVisit the Oracle Eloqua 20A (Feb 2020): Customer Release Info page for an on-demand briefing and a complete list of all of the features included in the 20A Release. Here… -
Product Notice: Eloqua Application API Form endpoints – Classic Design Editor Sunset Impact (Feb 202With the arrival of Eloqua release 20A (Feb 2020), the Create a form Application API Form endpoints will default to creating Responsive forms. For more information on th… -
Product Notice: Eloqua Application API contact endpoints – Adding "accountId" when contact is linkedWith the arrival of Eloqua release 20A (Feb 2020), accountId will be returned at complete depth when retrieving, creating, or updating Contacts using the Application API… -
Eloqua REST APIIs it possible to Map a custom object record upon creating it using curl? $body = '{ "type": "CustomObjectData", "fieldValues": [ { "id": "513", "value": "enquirer@gmail… -
Mobile App Push Notificationgood morning, How to link any action from the website to Responsys and based on that action we send a notification message to the user ? Kind regards -
ROBO Calls In EloquaHi All Can we trigger outbound robo-calling to the contacts from eloqua campaigns for the purposes of event reminders, deadline reminders, event confirmations etc? Thank… -
RPL to format a data source dateHello, I have a datetime within a campaign data source that I am trying to format using RPL. The format that I'd like it to be in is: 01 Jan, 2020 I can't seem to get it… -
Oracle Eloqua Developer Release Notes - 19DA list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 19D. New features Application API Retrieve a list of … -
Restrict certain user to use the Oracle Eloqua AppCloud AppHello, We have a Marketing App integration that is accessible to all active users currently. Is there a way to restrict some users to use the app? Thank you. -
Eloqua App Configure and Uninstall flowsWhat happens during the Configure and Uninstall API calls for an App (not service)? We can't seem to find anything specific in the documentation. Configure flow??? - htt… -
Eloqua Release 19D New Feature Summary AvailableThe Eloqua Release 19D New Feature Summary is now available - Eloqua Release 19D New Feature Summary. Here is an extract of all the Developer Updates: APPLICATION APIWe'… -
Apps to move assets between Oracle Eloqua instancesHi there, Anyone know of any apps to move assets between Oracle Eloqua instances? The only one I know of is PortQii (https://cloudmarketplace.oracle.com/marketplace/en_U… -
443 Error when conecnting ELQ to WorkfrontHi there, I am getting a 443 error when trying to connect Eloqua with Workfront. I have set the login url to login.eloqua.com, I go through the procedure to set the inte… -
Understanding Firehose ServiceCan somebody help me understand how the firehose service works? Once we register the app in our Eloqua instance, how do we know the service is active and how do we test … -
API - Change value of form fieldI have a specific need using the end point I need modify the type and value of a specific field in the form: /api/REST/1.0/assets/form/id { "id":"", "name":"api test", "… -
Oracle Eloqua Developer Release Notes - 19CA list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 19C. New features Application API Retrieve list of Vi… -
Eloqua Release 19C New Feature Summary AvailableThe Eloqua Release 19C New Feature Summary is now available - Eloqua Release 19C New Feature Summary. Here is an extract of all the Developer Updates: APPLICATION APIAdd… -
Eloqua Bulk API form submit activity exports – Update to linked Contacts (Aug 2019)Overview With the arrival of Eloqua release 19C (Aug 2019), we are modifying how Contacts are linked to Bulk API form submit activities, by setting the Contact that’s ma… -
Eloqua REST API - External Activities Depth=Complete Parameter Doesn't Pull All AttributesHi Oracle Community, I am attempting to pull External Activities by their ID from the Eloqua 2.0 REST API endpoint. The following link will bring you to the documentatio…