Oracle Eloqua Developer Release Notes - 26A
A list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 26A:
Bulk API
- The Bulk API STATUS operator will now support Email Groups, enabling exporting Email Group subscriptions in contact exports:
- Format for the STATUS operator with an Email Group:
STATUS('{{EmailGroup[<id>]}}') = '<status>' - '<status>' is either 'subscribed' or 'unsubscribed'
- To match Segment execution of Email Group subscriptions include the following in the filter:
'{{Contact.Email.IsSubscribed}}' = '1' - See Eloqua Expression Language for details on the STATUS operator and see Filtering for an example STATUS operator with an Email Group.
- Format for the STATUS operator with an Email Group:
0