Create and Update Application API Endpoint Changes
Application API create and update email endpoints, both 1.0 and 2.0, will now validate the sender email to confirm an allowed domain is being used.
- API Endpoints Impacted:
- Create and Update actions regarding an email asset will be impacted
- POST: /API/REST/2.0/assets/email
- PUT: /API/REST/2.0/assets/email/{id}
- POST: /API/REST/1.0/assets/email
- PUT: /API/REST/1.0/assets/email/{id}
- Create and Update actions regarding an email asset will be impacted
Steps to Enable
You don't need to do anything to enable this feature.
Tips And Considerations
The Application API create and update email endpoints, both 1.0 and 2.0, will now validate the sender email to confirm an allowed domain is being used and return a validation error if the senderEmail is not using an allowed domain, which will impact the following endpoints:
- Create an email: POST /api/REST/1.0/assets/email
- Create an email: POST /api/REST/2.0/assets/email
- Update an email: PUT /api/REST/1.0/assets/email/{id}
- Update an email: PUT /api/REST/2.0/assets/email/{id}
Notes:
- At the bottom of the email defaults screen in your Eloqua environment, you’ll find your current list of allowed (valid) sending domains
- If you do not include senderEmail in the request, senderEmail will be set to the “Default From Address” set under email defaults.
Key Resources
- Please view a detailed product notice on the related API Endpoint change
- See the Product Notice: Configuration Updates to Enhance Email Deliverability for more details on this related update.