How to export Eloqua Contact Subscriptions information using bulk API? — Cloud Customer Connect
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
Get Started with Redwood: Oracle Cloud SCM and Purchasing

How to export Eloqua Contact Subscriptions information using bulk API?

Hi,

We need to export the contacts subscription information using bulk API ; meaning that for each contacts, we would like to have a list of all the email groups subscribed.

We have many emailgroups, therefore it would be convenient if we can create an export template like : ContactId, NewletterA_Subscribed (Yes/No), NewletterB_Subscribed (Yes/No), …

I tried several template definitions but it was not working.

{

    "name": "TEST_ExportContacts",

    "fields": {

        "NewsletterSubscribed": "{{Contact.Emailgroups[178].IsSubscribed}}",

        "EventSubscribed": "{{Contact.Emailgroups[144].IsSubscribed}}",

        "EmailAddress": "{{Contact.Field(C_EmailAddress)}}",

        "ContactID": "{{Contact.Id}}"

    }

}

How can we export the emailgroup subscription info for all contacts in our Eloqua Database ?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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