Skip to main content
PUT
/
api
/
integrations
/
email
Error
A valid request URL is required to generate request examples
{
  "fromAddress": "[email protected]",
  "verified": true,
  "records": [
    {}
  ],
  "message": "<string>",
  "fromName": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token using an API key (format nl_live_* or nl_test_*)

Body

application/json
emailFromAddress
string<email>
required

The email address to send from (e.g. [email protected])

emailFromName
string

Display name for the from address (optional)

Response

Email configuration saved

fromAddress
string<email>
required
verified
boolean
required

Whether the domain is already verified

records
object[]
required

DNS records to add for domain verification

message
string
required

Human-readable status message

fromName
string