Create email sender
Creates a new email sender in your Brevo account.
**Use this to:**
- Add new senders for email campaigns
- Configure sender identity (name and email)
- Associate dedicated IPs with the sender (for dedicated IP accounts)
- Set up domain-based sender configurations
**Key information returned:**
- Created sender ID
- DKIM and SPF configuration status
- Success confirmation
**Important considerations:**
- Verification email sent to specified sender address
- DKIM and SPF configuration affects deliverability
- Dedicated IP accounts require IP association during creation
- IP weights must sum to 100 when specified
- Sender must be verified before use in campaigns
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Request
sender's configuration
email
From email to use for the sender. A verification email will be
sent to this address.
name
From Name to use for the sender
ips
Mandatory in case of dedicated IP. IPs to associate to the sender. Not required for standard accounts.
Response
Sender created successfully
id
ID of the Sender created
dkimError
Status of DKIM configuration for the sender (true = DKIM not well configured, false = DKIM well configured)
spfError
Status of SPF configuration for the sender (true = SPF not well configured, false = SPF well configured)