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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"displayName":"nostrud ad reprehenderit culpa","userName":"consequat pariatur ex"}