Create an Email Domain

POST {{baseUrl}}/api/v1/email-domains

Creates an Email Domain in your org, along with associated username and sender display name

Request Body

{"displayName"=>"nostrud ad reprehenderit culpa", "userName"=>"consequat pariatur ex"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"displayName":"nostrud ad reprehenderit culpa","userName":"consequat pariatur ex"}