---
title: "Create an email domain"
method: POST
path: "/v4/email-domains"
tags: ["Email"]
---

# Create an email domain

`POST /v4/email-domains`

Creates a new custom sending domain for campaign emails. DNS verification records are generated for the domain. Returns the created domain with its server-assigned id.

## Request body

- EmailDomainCreateRequest — Body of a `POST /v4/email-domains` request.
  - `dkim_cname_records` CnameRecord[]
    - `alias` string
    - `canonical_name` string
  - `domain` string, required
  - `force_send_from_email_domain` boolean

## Response `200`

Successful response

- EmailDomainResponse
  - `dkim_cname_records` CnameRecord[], required
    - `alias` string
    - `canonical_name` string
  - `domain` string, required
  - `force_send_from_email_domain` boolean, required
  - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
