Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

help to export data with bulk 2.0 exports API

Hi Eloqua experts,

I want to export data from one of my Eloqua object using Bulk 2.0 Exports API. I followed the example from Eloqua doc on Exporting data but the example failed when I tested it.

The API endpoint I use is: /bulk/2.0/activities/exports

the export json data is: {
   "name":"Example Activity Export",
   "fields":{
   "ActivityId":"{{Activity.Id}}",
   "AssetName":"{{Activity.Asset.Name}}",
   "ActivityType":"{{Activity.Type}}",
   "ActivityDate":"{{Activity.CreatedAt}}",
   "ContactId":"{{Activity.Contact.Id}}",
   "VisitorId":"{{Activity.Visitor.Id}}",
   "AssetType":"{{Activity.Asset.Type}}",
   "AssetId":"{{Activity.Asset.Id}}",
   "RawData":"{{Activity.Field(RawData)}}"
   },
   "filter":"'{{Activity.Type}}'='FormSubmit'"
}

But POSTMAN came back with 400 error code validation error. The response from Eloqua is:

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!