Oracle Eloqua Developer Release Notes - 24C
A list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 24C:
Bulk API
- SMS activities are available to export via the Bulk API.
- New activity types:
- SmsSend
- SmsReply
- SmsClickthrough
- SMS activity exports support filtering by SMS specific fields like SMS Code, Phone Number, etc. as well as contact fields.
- See Activity fields to view available fields by activity type and field details.
- Use the following requests to retrieve available fields per activity type:
GET /api/Bulk/2.0/activities/fields?activityType=SmsSend
GET /api/Bulk/2.0/activities/fields?activityType=SmsReply
GET /api/Bulk/2.0/activities/fields?activityType=SmsClickthrough
- New activity types:
0