---
title: "POST /v2/email/import-jobs"
method: POST
path: "/v2/email/import-jobs"
---

# POST /v2/email/import-jobs

`POST /v2/email/import-jobs`

Creates an import job for a data destination.

## Request body

- object
  - `ImportDestination` object, required — An object that contains details about the resource destination the import job is going to target.
    - `SuppressionListDestination` object — An object that contains the action of the import job towards suppression list.
      - `SuppressionListImportAction` 'DELETE' | 'PUT', required — <p>The type of action to perform on the address. The following are possible values:</p> <ul> <li> <p>PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.</p> </li> <li> <p>DELETE: remove the addresses from the suppression list.</p> </li> </ul>
    - `ContactListDestination` object — An object that contains the action of the import job towards a contact list.
      - `ContactListName` string, required — The name of the contact list.
      - `ContactListImportAction` 'DELETE' | 'PUT', required — <p>&gt;The type of action to perform on the addresses. The following are the possible values:</p> <ul> <li> <p>PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.</p> </li> <li> <p>DELETE: remove the addresses from the contact list.</p> </li> </ul>
  - `ImportDataSource` object, required — An object that contains details about the data source of the import job.
    - `S3Url` string — An Amazon S3 URL in the format s3://<i>&lt;bucket_name&gt;</i>/<i>&lt;object&gt;</i>.
    - `DataFormat` 'CSV' | 'JSON' — The data format of the import job's data source.

## Response `200`

Success

- CreateImportJobResponse — An HTTP 200 response if the request succeeds, or an error message if the request fails.
  - `JobId` string — A string that represents the import job ID.

## Other responses

- `480` — BadRequestException
- `481` — LimitExceededException
- `482` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/sesv2.md) · [All operations](https://skmtc.net/aws/apis/sesv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sesv2/revisions/25eba06e7f64/schema)
