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.
Name | Type | | Description |
---|
NotificationEmail | string | Required | Email address where a notification is sent when the process completes. |
Addresses | string | | Array of email addresses to add as from addresses. The call must include either Addresses or DETable and DEColumn. |
DETable | string | | Name of the data extension to retrieve addresses from. The call must include either DETable and DEColumn or Addresses. |
DEColumn | string | | Column in DETable to retrieve addresses from. The call must include either DETable and DEColumn or Addresses. |
Status | Name | Type | Description |
---|
201 | | | Bulk request created |
| requestID | GUID | The ID of the bulk insert request that is queued. |