Let the platform do the work

/OutboundEmailConfiguration/list GET

Overview

Lists the current user's outbound email configurations for sending email.

Summary

Used by the Emails module for selecting an outbound email configuration for sending an email.

Response

[
  {
     "id": "ecbf2a6c-261e-5fca-fbb6-512d093554b8",
     "name": "George Lee ",
     "type": "user",
     "default": false
  },
  {
     "id": "af5f8dae-7169-b497-1d77-512d0937ed81",
     "name": "ACME, Inc. ",
     "type": "system",
     "default": true
  }
]

Change Log

Version Change
v11 Last version in which /OutboundEmailConfiguration/list GET is available. Use /Emails/enum/outbound_email_id GET instead.
v10 Added the /OutboundEmailConfiguration/list GET endpoint.