Websites
Add sending domain
Adds a sending domain to the authenticated company and returns the SPF, DKIM, MAIL FROM, and inbound DNS records required for setup.
post/websites
Request body
Response
Website added
Example response
{
"success": true,
"website": {
"domain": "mail.example.com",
"status": "pending"
}
}