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.

JSON Parameters

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.

Responses

StatusNameTypeDescription
201  Bulk request created
 requestIDGUIDThe ID of the bulk insert request that is queued.

Required Marketing Cloud Permissions

  • Administration, Access

Example Request 1 (Address Blob)

Example Request 2 (DE)

Example Response