POST /messaging/v1/domainverification/bulk/insert

Queue a bulk insert to the From Address Management table using either an array of email addresses or a data extension and column reference.

NameTypeDescription
NotificationEmailstringRequiredEmail address where a notification is sent when the process completes.
AddressesstringArray of email addresses to add as from addresses. The call must include either Addresses or DETable and DEColumn.
DETablestringName of the data extension to retrieve addresses from. The call must include either DETable and DEColumn or Addresses.
DEColumnstringColumn in DETable to retrieve addresses from. The call must include either DETable and DEColumn or Addresses.
StatusNameTypeDescription
201  Bulk request created
 requestIDGUIDThe ID of the bulk insert request that is queued.
  • Administration, Access