API
Discussion List
-
Eloqua Product Notice: Bulk API Exports – New default dataRetentionDuration 6 hours [Feb 2024]Overview With the arrival of Eloqua release 24A (Feb 2 - 16, 2024), the Bulk API default dataRetentionDuration for exports will be changed to 6 hours. What’s changing? P…JodyMooney-Oracle 151 views 0 comments 0 points Started by JodyMooney-Oracle Oracle Marketing Developer Tools -
Connecting Eloqua to Google Looker or Power BIGreetings community! We have a client who wants to see Eloqua reports in a tool that allows comparison with data from other platforms: Compare Eloqua data with that of F… -
Oracle Financials - REST Batch Actions - What operation to use so that API honor the UPSERT modeSummary: When I try to use individual FSCM REST API say for Data Access Set assignment a second time, UPSERT mode in Headers works fine. However, when the same is used v… -
1Integrating 'ServiceNow' using OICOrganization Name DHL Supply ChainDescription Hi All, We are trying to link our current IT case management system with Oracle Integration Cloud (OIC). Today we have 2 di… -
How to use REST API to get all contacts in a specific listHi all! I'm new to Eloqua and am working on an integration for someone. My goal is to get all contacts through the API that are associated to a specific list, however it… -
How to handle Source Null value in MapperSummary: Hi If i don't have any value in Expiry date column from source side then I want to remove this element from payload. How can we achieve this ? Content (please e… -
REST API processing speedHello, Using the REST API provided by Eloqua, data submitted from external pages are sent to Eloqua. (https://docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/op-… -
Uploading segment data?Has anyone systematically updated segment data (specifically looking at updating segment descriptions)? Use case is backfilling a large # of segments with new descriptio… -
Sample OIC integration using DB package with plsql table type as in and out parametersSummary: Sample OIC integration using DB package with plsql table type of records as in and out parameters please share the DB package as well Thanks Content (please ens… -
Create Requisition line REST API ErrorSummary: when invoke create Requisition line rest Api : /fscmRestApi/resources/11.13.18.05/purchaseRequisitions/300000902868669/child/lines from OIC3 got following error… -
2Implementation of local limits at IDCS application levelReference SR 3-34552260643 We recently enabled OTM connector in our FAW test environment. As we setup data augmentation between OTM and FAW, we hit an error where data w…Novita 2 views 1 comment 2 points Most recent by Anjali Devi Jampala-Oracle Idea Lab – Integration Cloud -
Is Domain Administrator role is required for the Oauth2.0 Client application?Summary: Hi Experts, As part of integration with third party application, we have created confidential application within OCI console to generate OAuth token. As per Ora… -
Need to have Integration of Fusion Subscription with CernerSummary: Is there an integration available for Oracle Cerner with Oracle Fusion (Subscription ) ? Content (please ensure you mask any confidential information): Looking … -
REST/SOAP to update FND Profile option valuesSummary: Hi Team, Is there any option available to update profile option values run time using any way like REST/SOAP services. Thanks, Rahul Content (please ensure you … -
If invoice validation status can be checked immediately after REST validateInvoice API gets responseSummary: The ERP response for API "/fscmRestApi/resources/11.13.18.05/invoices/action/validateInvoice" just takes info like this without validation status: { "result": "… -
The "Name" parameter in OIC ERP adapter for invoice validationSummary: I am going to call Oracle Cloud ERP's validateInvoice API from an OIC integration. I tried out Oracle Cloud ERP's API directly by Postman first to validate my p… -
How to fetch india timezoneSummary: Hi I am trying fetch India time zone instead of UTC but getting error. Can you please help? Content (please ensure you mask any confidential information): Versi… -
APEX facing issues with Oracle Fusion WebserviceWe are currently making calls to a web service from APEX with the endpoint /fscmRestApi/resources/11.13.18.05/erpintegrations. However, when attempting to call the same … -
"Transaction Business Category attribute is invalid" error from "Create an invoice" REST APISummary: I am trying to call the "Create an invoice" REST API, but it returns the error saying "The value for the Transaction Business Category attribute is invalid. You… -
Oracle Process Automation in Oracle VBCSSummary: Hi , I have a question regarding how to call the oracle process automation in oracle VBCS and make the process created using the API taking the user which login… -
Does anyone know how to sign for JWT token in OIC if the payload is dynamic?Summary: I am trying to obtain a JWT token in OIC, and I followed the instructions here: https://docs.oracle.com/en/cloud/paas/application-integration/rest-adapter/invok… -
OIC Gen3 > Stage File Action ‘Read File in Segments’ > Ability to Read the First Segment OnlySummary: OIC Gen3 > Stage File Action ‘Read File in Segments’ > Ability to Read the First Segment Only Content (required): Hello, Regarding the Stage File Action ‘Read F… -
but actual coSummary Content Type doesnt match even though POSTMAN gives the responseContent We are facing an issue where from VBCS REST API, we are receiving response when its execu… -
How to retrieve the list and count of users based on the isDisabled field from Eloqua API?Currently we have an endpoint to retrieve the list of users, but there isn't any specifically to retrieve enabled/disabled users. The API does return a field called 'isD… -
Need help in retrieving the errorEd asynch instances from OIC through REST APISummary: I am trying to retrieve the errored / faulted instances from OIC (following this blog : 1. https://blogs.oracle.com/integration/post/bulk-recovery-of-fault-inst… -
Error from "create an invoice" REST API call -- "DEPARTMENT is a required field."Summary: I'm going to test the "create an invoice" REST API. Firstly I would like to create an invoice without a PO. Error code is returned with "DEPARTMENT is a require… -
Oracle Eloqua Developer Release Notes - 23DA list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 23D: Application API Application API Campaign endpoin…Lou Patrick-Oracle 32 views 0 comments 0 points Started by Lou Patrick-Oracle Oracle Marketing Developer Tools -
Consuming REST APIHi, BEGIN v_url := 'https://api.test.com/products/v3/objects/locations/'; apex_web_service.g_request_headers.DELETE(); apex_web_service.g_request_headers(1).name := 'Aut… -
Responsys - Unity integration: audience fields not available in the Resposnys ProgramHi, I'm Luca Trevisani and I'm an Accenture employee and I'm working on Marketin CX Platforms and I would like to submit the following idea. Currently we have an integra…Luca Trevisani 41 views 1 comment 6 points Most recent by Pramod Kumar Gudla-Support-Oracle Responsys -
Fault Handler for Multiple OperationsSummary: I have the below flow in which 1) First using DB Adapter, selecting rows from database tables using select queries based on where condition 2) Pass the values f…