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
NotificationEmailstringRequired. Email 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.

This action requires the Administration | Access permission.

To insert data, issue a POST request to the /messaging/v1/domainverification/bulk/insert endpoint.

You can also insert data from a data extension by specifying the DETable and DEColumn properties in the request body.

The response includes a request ID.