A couple questions on the Bulk 2.0 API for eloqua:
1. Can I use the api to make a new "Shared List" (I believe they are also called "ContactLists")? If so, How?
2. Can I search for a "Shared List"? If so, How?
3. How do I add contacts to a Shared List?
4. How do I export contacts, where the filter is a search for contacts that are part of a set of contacts I provide?
For example, I have a list on my server of 100-1000 email address. I want to use the API to search for these 100-1000 email address and return (export) any contact's who's email addresses match these.
I was able to do this using the 1.0 normal rest API (using 1 call per each email address unfortunately), but I do not understand how to do this Bulk API without doing a single call for each one (which is something I do not want to do because it is asynchronis).
5. How do I delete a large number of contacts?
thanks,
Chris Duncan