---
title: "Create a new sender"
method: POST
path: "/senders"
tags: ["Senders"]
---

# Create a new sender

`POST /senders`

## Request body

- CreateSender
  - `name` string, required — From Name to use for the sender
  - `email` string, email, required — From email to use for the sender. A verification email will be sent to this address.
  - `ips` CreateSenderIps[] — Mandatory in case of dedicated IP, IPs to associate to the sender
    - `ip` string, required — Dedicated IP available in your account
    - `domain` string, required — Domain of the IP
    - `weight` integer — Weight to apply to the IP. Sum of all IP weights must be 100. Should be passed for either ALL or NONE of the IPs. If it's not passed, the sending will be equally balanced on all IPs.

## Response `201`

sender created

- CreateSenderModel
  - `id` integer, required — ID of the Sender created
  - `spfError` boolean — Status of SPF configuration for the sender (true = SPF not well configured, false = SPF well configured)
  - `dkimError` boolean — Status of DKIM configuration for the sender (true = DKIM not well configured, false = DKIM well configured)

## Other responses

- `400` — bad request

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
