Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 738 Bytes

File metadata and controls

25 lines (15 loc) · 738 Bytes

createDomain

Add a domain. Returns the domain + DNS records. Paid plans may pass email_provider_id to choose a provider (list available providers with listEmailProviders); free plans are always pinned to the platform default (SES US East 2 production).

HTTP: POST /api/domains

Parameters

Field Type Required Description
domain string

Returns

create-domain-response — see the create-domain-response schema.

Example

res = mk.createDomain("domain" => "app.mailkite.dev")

← All methods · Docs · mailkite.dev