Bulk API: STATUS operator support for Email Groups
The update introduces a new Bulk API status operator to support email groups in Eloqua. This enhancement allows users to export lists of subscribed and unsubscribed contacts from email groups more efficiently. Previously, users needed to set up a separate segment or shared filter for each email group’s subscriptions and unsubscriptions, which was time-consuming to maintain. With the new operator, this process is streamlined, making it much easier to manage and export subscription statuses across multiple groups.

Code Sample
- Export Email Group subscriptions in contact exports using the STATUS operator:
- 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'
- STATUS('{{EmailGroup[<id>]}}') = '<status>'
Business Benefit:
- Efficiency Gains: Reduces the effort required to export subscribed and unsubscribed contact lists across multiple email groups, eliminating the need to build separate segments or filters for each group
Steps to Enable and Configure
You don't need to do anything to enable this feature.