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} 

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:

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